Skip to content

Commit

Permalink
chore(release): -v4.12.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.12.0](v4.11.0...v4.12.0) (2024-03-21)

### Features

* add ability to dynamically hide/disable action buttons ([#169](#169)) ([bc30475](bc30475))
* angular accelerator init ([#165](#165)) ([3388e3f](3388e3f))
* angular integration interface init ([#178](#178)) ([e5aac96](e5aac96))
* raise github actions version ([#175](#175)) ([3f42d93](3f42d93))

### Bug Fixes

* adapt the release config to see the whole ([#180](#180)) ([cd56c3d](cd56c3d))
* added breakpoint directive to angular-accelerator ([#177](#177)) ([824b5e3](824b5e3))
* fixed remote component interface naming ([#174](#174)) ([8722ff0](8722ff0))
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent cd56c3d commit e74c75d
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 63 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [4.12.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.11.0...v4.12.0) (2024-03-21)


### Features

* add ability to dynamically hide/disable action buttons ([#169](https://github.com/onecx/onecx-portal-ui-libs/issues/169)) ([bc30475](https://github.com/onecx/onecx-portal-ui-libs/commit/bc30475e201416f35ad3e44481f9d7fafb3f6d26))
* angular accelerator init ([#165](https://github.com/onecx/onecx-portal-ui-libs/issues/165)) ([3388e3f](https://github.com/onecx/onecx-portal-ui-libs/commit/3388e3fa30ac7d1b81fe5775891c32d506f58f66))
* angular integration interface init ([#178](https://github.com/onecx/onecx-portal-ui-libs/issues/178)) ([e5aac96](https://github.com/onecx/onecx-portal-ui-libs/commit/e5aac96896233efd3e1487374caaa6cafe1e4f3a))
* raise github actions version ([#175](https://github.com/onecx/onecx-portal-ui-libs/issues/175)) ([3f42d93](https://github.com/onecx/onecx-portal-ui-libs/commit/3f42d931badfb584a56f199843f3f39bab834eab))


### Bug Fixes

* adapt the release config to see the whole ([#180](https://github.com/onecx/onecx-portal-ui-libs/issues/180)) ([cd56c3d](https://github.com/onecx/onecx-portal-ui-libs/commit/cd56c3d0798fb8765b4c88d3217f423d560b30e3))
* added breakpoint directive to angular-accelerator ([#177](https://github.com/onecx/onecx-portal-ui-libs/issues/177)) ([824b5e3](https://github.com/onecx/onecx-portal-ui-libs/commit/824b5e34ad06814cd330a31f7e589970f2abc16a))
* fixed remote component interface naming ([#174](https://github.com/onecx/onecx-portal-ui-libs/issues/174)) ([8722ff0](https://github.com/onecx/onecx-portal-ui-libs/commit/8722ff0f7768127fd26f81da02d2074612b4e599))

## [4.10.2](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.10.1...v4.10.2) (2024-03-08)


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.10.2",
"version": "4.12.0",
"peerDependencies": {
"tslib": "^2.3.0",
"rxjs": "7.8.1"
Expand Down
54 changes: 27 additions & 27 deletions libs/angular-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "@onecx/angular-accelerator",
"version": "4.9.0",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"@angular/cdk": "^15.2.7",
"@angular/forms": "^15.2.7",
"@angular/platform-browser": "^15.2.7",
"@angular/router": "^15.2.7",
"@ngx-translate/core": "^14.0.0",
"@onecx/integration-interface": "~4",
"@onecx/angular-integration-interface": "~4",
"chart.js": "^4.4.0",
"d3-scale-chromatic": "^3.0.0",
"rxjs": "~7.8.0",
"primeng": "^15.2.1",
"ngx-timeago": "^2.0.0"
},
"dependencies": {},
"exports": {
".": {
"style": "./assets/styles.scss"
}
},
"publishConfig": {
"access": "public"
"name": "@onecx/angular-accelerator",
"version": "4.12.0",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
"@angular/cdk": "^15.2.7",
"@angular/forms": "^15.2.7",
"@angular/platform-browser": "^15.2.7",
"@angular/router": "^15.2.7",
"@ngx-translate/core": "^14.0.0",
"@onecx/integration-interface": "~4",
"@onecx/angular-integration-interface": "~4",
"chart.js": "^4.4.0",
"d3-scale-chromatic": "^3.0.0",
"rxjs": "~7.8.0",
"primeng": "^15.2.1",
"ngx-timeago": "^2.0.0"
},
"dependencies": {},
"exports": {
".": {
"style": "./assets/styles.scss"
}
}
},
"publishConfig": {
"access": "public"
}
}
24 changes: 12 additions & 12 deletions libs/angular-integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@onecx/angular-integration-interface",
"version": "4.9.0",
"peerDependencies": {
"@angular/core": "^15.2.7",
"@onecx/integration-interface": "~4",
"rxjs": "~7.8.0"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
}
"name": "@onecx/angular-integration-interface",
"version": "4.12.0",
"peerDependencies": {
"@angular/core": "^15.2.7",
"@onecx/integration-interface": "~4",
"rxjs": "~7.8.0"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
}
15 changes: 7 additions & 8 deletions libs/angular-remote-components/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@onecx/angular-remote-components",
"version": "4.10.2",
"peerDependencies": {},
"dependencies": {},
"publishConfig": {
"access": "public"
}
"name": "@onecx/angular-remote-components",
"version": "4.12.0",
"peerDependencies": {},
"dependencies": {},
"publishConfig": {
"access": "public"
}
}
22 changes: 11 additions & 11 deletions libs/angular-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@onecx/angular-testing",
"version": "4.9.0",
"peerDependencies": {
"@angular/cdk": "^15.2.7",
"primeng": "^15.2.1"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
}
"name": "@onecx/angular-testing",
"version": "4.12.0",
"peerDependencies": {
"@angular/cdk": "^15.2.7",
"primeng": "^15.2.1"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
}
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.10.2",
"version": "4.12.0",
"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.10.2",
"version": "4.12.0",
"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.10.2",
"version": "4.12.0",
"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.10.2",
"version": "4.12.0",
"peerDependencies": {
"tslib": "^2.5.0"
},
Expand Down

0 comments on commit e74c75d

Please sign in to comment.