Skip to content

Commit

Permalink
chore(release): -v4.13.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.13.1](v4.13.0...v4.13.1) (2024-03-28)

### Bug Fixes

* update dependencies for semantic release ([#190](#190)) ([6129eb9](6129eb9))
* update release.config.js ([59c1b41](59c1b41))

### Chores

* **release:** -v4.13.0 [skip ci] ([ccec05e](ccec05e)), closes [#189](#189) [#188](#188) [#190](#190)
  • Loading branch information
semantic-release-bot committed Mar 28, 2024
1 parent ccec05e commit 2314287
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [4.13.1](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.13.0...v4.13.1) (2024-03-28)


### Bug Fixes

* update dependencies for semantic release ([#190](https://github.com/onecx/onecx-portal-ui-libs/issues/190)) ([6129eb9](https://github.com/onecx/onecx-portal-ui-libs/commit/6129eb905acf2e513747e7c5f9bf0d9a223e9df6))
* update release.config.js ([59c1b41](https://github.com/onecx/onecx-portal-ui-libs/commit/59c1b41aaea64f3f42c6931fd083ecd38f4f6d58))


### Chores

* **release:** -v4.13.0 [skip ci] ([ccec05e](https://github.com/onecx/onecx-portal-ui-libs/commit/ccec05e1386c58d8d23414573fd951e83213f1d6)), closes [#189](https://github.com/onecx/onecx-portal-ui-libs/issues/189) [#188](https://github.com/onecx/onecx-portal-ui-libs/issues/188) [#190](https://github.com/onecx/onecx-portal-ui-libs/issues/190)

## [4.13.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.12.1...v4.13.0) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion libs/accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/accelerator",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {
"tslib": "^2.3.0",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-accelerator",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-integration-interface",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {
"@angular/core": "^15.2.7",
"@onecx/integration-interface": "~4",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-remote-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-remote-components",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {},
"dependencies": {},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-testing",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {
"@angular/cdk": "^15.2.7",
"primeng": "^15.2.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/integration-interface",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {
"tslib": "^2.3.0",
"rxjs": "7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/keycloak-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/keycloak-auth",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {
"@angular/common": ">=15.2.7",
"@angular/core": ">=15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/portal-integration-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/portal-integration-angular",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {
"@angular-architects/module-federation": "15.0.0",
"@angular/common": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/portal-layout-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/portal-layout-styles",
"version": "4.13.0",
"version": "4.13.1",
"peerDependencies": {
"tslib": "^2.5.0"
},
Expand Down

0 comments on commit 2314287

Please sign in to comment.