Skip to content

Commit

Permalink
chore(release): -v5.30.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.30.0](onecx/onecx-portal-ui-libs@v5.29.0...v5.30.0) (2025-01-07)

### Features

* allow to specify autofocus for buttons ([onecx#634](onecx#634)) ([39230d6](onecx@39230d6))
* column-group-selection dropdown div has an id ([onecx#629](onecx#629)) ([8656a47](onecx@8656a47))
* diagram components colors ([onecx#630](onecx#630)) ([3d69020](onecx@3d69020))
* disabled header action buttons can have tooltip ([onecx#633](onecx#633)) ([740ac32](onecx@740ac32))
  • Loading branch information
semantic-release-bot committed Jan 7, 2025
1 parent 3d69020 commit f7263fd
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 36 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.30.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v5.29.0...v5.30.0) (2025-01-07)

### Features

* allow to specify autofocus for buttons ([#634](https://github.com/onecx/onecx-portal-ui-libs/issues/634)) ([39230d6](https://github.com/onecx/onecx-portal-ui-libs/commit/39230d616b8a8b255a3594f3b46d0b391472cf0e))
* column-group-selection dropdown div has an id ([#629](https://github.com/onecx/onecx-portal-ui-libs/issues/629)) ([8656a47](https://github.com/onecx/onecx-portal-ui-libs/commit/8656a47800ecfb9a864051c58034e1a7a76381f8))
* diagram components colors ([#630](https://github.com/onecx/onecx-portal-ui-libs/issues/630)) ([3d69020](https://github.com/onecx/onecx-portal-ui-libs/commit/3d69020398c46baae923b2def2d815f6ddf4dff0))
* disabled header action buttons can have tooltip ([#633](https://github.com/onecx/onecx-portal-ui-libs/issues/633)) ([740ac32](https://github.com/onecx/onecx-portal-ui-libs/commit/740ac327f77b0abe690e5414d017a38c5e5e5329))

## [5.29.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v5.28.0...v5.29.0) (2024-12-02)

### Features
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": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3",
Expand Down
10 changes: 5 additions & 5 deletions libs/angular-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-accelerator",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
Expand All @@ -11,10 +11,10 @@
"@angular/router": "^18.0.5",
"@ngx-translate/core": "^15.0.0",
"@ngneat/until-destroy": "^10.0.0",
"@onecx/integration-interface": "^5.29.0",
"@onecx/angular-integration-interface": "^5.29.0",
"@onecx/angular-remote-components": "^5.29.0",
"@onecx/angular-testing": "^5.29.0",
"@onecx/integration-interface": "^5.30.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/angular-remote-components": "^5.30.0",
"@onecx/angular-testing": "^5.30.0",
"chart.js": "^4.4.3",
"d3-scale-chromatic": "^3.1.0",
"rxjs": "~7.8.1",
Expand Down
6 changes: 3 additions & 3 deletions libs/angular-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@onecx/angular-auth",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular-architects/module-federation": "^18.0.4",
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"@onecx/angular-integration-interface": "^5.29.0",
"@onecx/integration-interface": "^5.29.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/integration-interface": "^5.30.0",
"keycloak-angular": "^16.0.1",
"keycloak-js": "^25.0.1",
"rxjs": "~7.8.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/angular-integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@onecx/angular-integration-interface",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
"@onecx/integration-interface": "^5.29.0",
"@onecx/integration-interface": "^5.30.0",
"rxjs": "~7.8.1"
},
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions libs/angular-remote-components/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@onecx/angular-remote-components",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"@onecx/integration-interface": "^5.29.0",
"@onecx/integration-interface": "^5.30.0",
"@ngx-translate/core": "^15.0.0",
"@angular-architects/module-federation": "^18.0.4",
"rxjs": "^7.8.1"
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": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/cdk": "^18.0.5",
Expand Down
6 changes: 3 additions & 3 deletions libs/angular-webcomponents/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@onecx/angular-webcomponents",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/elements": "^18.0.5",
"@angular/router": "^18.0.5",
"@onecx/accelerator": "^5.29.0",
"@onecx/portal-integration-angular": "^5.29.0",
"@onecx/accelerator": "^5.30.0",
"@onecx/portal-integration-angular": "^5.30.0",
"rxjs": "~7.8.1"
},
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions libs/integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@onecx/integration-interface",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3",
"rxjs": "^7.8.1",
"@onecx/accelerator": "^5.29.0"
"@onecx/accelerator": "^5.30.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions libs/keycloak-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@onecx/keycloak-auth",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"keycloak-angular": "^16.0.1",
"keycloak-js": "^25.0.1",
"@onecx/angular-integration-interface": "^5.29.0",
"@onecx/integration-interface": "^5.29.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/integration-interface": "^5.30.0",
"rxjs": "^7.8.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/ngrx-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/ngrx-accelerator",
"version": "5.29.0",
"version": "5.30.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
"@angular/router": "^18.0.5",
Expand All @@ -10,7 +10,7 @@
"@ngrx/operators": "^18.0.1",
"@ngrx/router-store": "^18.0.1",
"@ngrx/store": "^18.0.1",
"@onecx/integration-interface": "^5.29.0",
"@onecx/integration-interface": "^5.30.0",
"rxjs": "^7.8.1",
"zod": "^3.23.8"
},
Expand Down
10 changes: 5 additions & 5 deletions 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": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
Expand All @@ -16,10 +16,10 @@
"@ngrx/router-store": "^18.0.1",
"@ngrx/store": "^18.0.1",
"@ngneat/until-destroy": "^10.0.0",
"@onecx/angular-accelerator": "^5.29.0",
"@onecx/integration-interface": "^5.29.0",
"@onecx/angular-integration-interface": "^5.29.0",
"@onecx/angular-testing": "^5.29.0",
"@onecx/angular-accelerator": "^5.30.0",
"@onecx/integration-interface": "^5.30.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/angular-testing": "^5.30.0",
"fast-deep-equal": "^3.1.3",
"msw": "^2.3.1",
"rxjs": "~7.8.1",
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": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3"
Expand Down
10 changes: 5 additions & 5 deletions libs/shell-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/shell-core",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"peerDependencies": {
"rxjs": "^7.8.1",
Expand All @@ -9,10 +9,10 @@
"@angular/core": "^18.0.5",
"@angular/router": "^18.0.5",
"@ngneat/until-destroy": "^10.0.0",
"@onecx/angular-accelerator": "^5.29.0",
"@onecx/angular-integration-interface": "^5.29.0",
"@onecx/angular-remote-components": "^5.29.0",
"@onecx/portal-integration-angular": "^5.29.0",
"@onecx/angular-accelerator": "^5.30.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/angular-remote-components": "^5.30.0",
"@onecx/portal-integration-angular": "^5.30.0",
"primeng": "^17.18.6"
},
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/onecx-portal-ui-libs",
"version": "5.29.0",
"version": "5.30.0",
"license": "Apache-2.0",
"scripts": {
"sass": "npx sass libs/portal-integration-angular/assets/styles.scss libs/portal-integration-angular/assets/output.css",
Expand Down

0 comments on commit f7263fd

Please sign in to comment.