Skip to content

Commit

Permalink
chore(release): -v5.31.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.31.0](v5.30.0...v5.31.0) (2025-01-15)

### Features

* implement id filter for div harness ([#643](#643)) ([5bb39f3](5bb39f3))
* nx release with tag ([#644](#644)) ([b16d8ce](b16d8ce))
* standalone mode ([#614](#614)) ([fc8a3d3](fc8a3d3))

### Bug Fixes

* fixed channel for release candidate ([#648](#648)) ([f18d80e](f18d80e))
* remove unwanted strings ([#645](#645)) ([76fde91](76fde91))
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent fc8a3d3 commit 9158b34
Show file tree
Hide file tree
Showing 17 changed files with 60 additions and 47 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [5.31.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v5.30.0...v5.31.0) (2025-01-15)

### Features

* implement id filter for div harness ([#643](https://github.com/onecx/onecx-portal-ui-libs/issues/643)) ([5bb39f3](https://github.com/onecx/onecx-portal-ui-libs/commit/5bb39f34de76f99b2ebe6085ac2a644d1676e849))
* nx release with tag ([#644](https://github.com/onecx/onecx-portal-ui-libs/issues/644)) ([b16d8ce](https://github.com/onecx/onecx-portal-ui-libs/commit/b16d8ce565861ab66622fe44f69014f820941b0a))
* standalone mode ([#614](https://github.com/onecx/onecx-portal-ui-libs/issues/614)) ([fc8a3d3](https://github.com/onecx/onecx-portal-ui-libs/commit/fc8a3d3043394730b351ca88b30d0f786b347816))

### Bug Fixes

* fixed channel for release candidate ([#648](https://github.com/onecx/onecx-portal-ui-libs/issues/648)) ([f18d80e](https://github.com/onecx/onecx-portal-ui-libs/commit/f18d80e9183fa0c42f05d88648919a7799eee3f5))
* remove unwanted strings ([#645](https://github.com/onecx/onecx-portal-ui-libs/issues/645)) ([76fde91](https://github.com/onecx/onecx-portal-ui-libs/commit/76fde9145432dac819d6774a41aee3d394a62c8b))

## [5.30.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v5.29.0...v5.30.0) (2025-01-07)

### 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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3",
Expand Down
14 changes: 7 additions & 7 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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
Expand All @@ -12,12 +12,12 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@ngneat/until-destroy": "^10.0.0",
"@onecx/integration-interface": "^5.30.0",
"@onecx/accelerator": "^5.30.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/angular-remote-components": "^5.30.0",
"@onecx/angular-testing": "^5.30.0",
"@onecx/angular-utils": "^5.30.0",
"@onecx/integration-interface": "^5.31.0",
"@onecx/accelerator": "^5.31.0",
"@onecx/angular-integration-interface": "^5.31.0",
"@onecx/angular-remote-components": "^5.31.0",
"@onecx/angular-testing": "^5.31.0",
"@onecx/angular-utils": "^5.31.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.30.0",
"version": "5.31.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.30.0",
"@onecx/integration-interface": "^5.30.0",
"@onecx/angular-integration-interface": "^5.31.0",
"@onecx/integration-interface": "^5.31.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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
"@onecx/integration-interface": "^5.30.0",
"@onecx/integration-interface": "^5.31.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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"@onecx/integration-interface": "^5.30.0",
"@onecx/integration-interface": "^5.31.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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/cdk": "^18.0.5",
Expand Down
6 changes: 3 additions & 3 deletions libs/angular-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@onecx/angular-utils",
"version": "5.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@onecx/accelerator": "^5.30.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/accelerator": "^5.31.0",
"@onecx/angular-integration-interface": "^5.31.0",
"rxjs": "^7.8.1"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions libs/angular-webcomponents/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@onecx/angular-webcomponents",
"version": "5.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/elements": "^18.0.5",
"@angular/router": "^18.0.5",
"@onecx/accelerator": "^5.30.0",
"@onecx/portal-integration-angular": "^5.30.0",
"@onecx/integration-interface": "^5.30.0",
"@onecx/accelerator": "^5.31.0",
"@onecx/portal-integration-angular": "^5.31.0",
"@onecx/integration-interface": "^5.31.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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3",
"rxjs": "^7.8.1",
"@onecx/accelerator": "^5.30.0"
"@onecx/accelerator": "^5.31.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.30.0",
"version": "5.31.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.30.0",
"@onecx/integration-interface": "^5.30.0",
"@onecx/angular-integration-interface": "^5.31.0",
"@onecx/integration-interface": "^5.31.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.30.0",
"version": "5.31.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.30.0",
"@onecx/integration-interface": "^5.31.0",
"rxjs": "^7.8.1",
"zod": "^3.23.8"
},
Expand Down
12 changes: 6 additions & 6 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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
Expand All @@ -16,11 +16,11 @@
"@ngrx/router-store": "^18.0.1",
"@ngrx/store": "^18.0.1",
"@ngneat/until-destroy": "^10.0.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",
"@onecx/angular-utils": "^5.30.0",
"@onecx/angular-accelerator": "^5.31.0",
"@onecx/integration-interface": "^5.31.0",
"@onecx/angular-integration-interface": "^5.31.0",
"@onecx/angular-testing": "^5.31.0",
"@onecx/angular-utils": "^5.31.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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3"
Expand Down
6 changes: 3 additions & 3 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.30.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"rxjs": "^7.8.1",
Expand All @@ -9,8 +9,8 @@
"@angular/core": "^18.0.5",
"@angular/router": "^18.0.5",
"@ngneat/until-destroy": "^10.0.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/angular-remote-components": "^5.30.0",
"@onecx/angular-integration-interface": "^5.31.0",
"@onecx/angular-remote-components": "^5.31.0",
"primeng": "^17.18.6"
},
"dependencies": {},
Expand Down
12 changes: 6 additions & 6 deletions libs/standalone-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@onecx/standalone-shell",
"version": "5.26.0",
"version": "5.31.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
"rxjs": "^7.8.1",
"@angular/core": "^18.0.5",
"@angular/router": "^18.0.5",
"@ngx-translate/core": "^15.0.0",
"@onecx/angular-integration-interface": "^5.30.0",
"@onecx/angular-webcomponents": "^5.30.0",
"@onecx/angular-utils": "^5.30.0",
"@onecx/integration-interface": "^5.30.0",
"@onecx/shell-core": "^5.30.0"
"@onecx/angular-integration-interface": "^5.31.0",
"@onecx/angular-webcomponents": "^5.31.0",
"@onecx/angular-utils": "^5.31.0",
"@onecx/integration-interface": "^5.31.0",
"@onecx/shell-core": "^5.31.0"
},
"dependencies": {},
"publishConfig": {
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.30.0",
"version": "5.31.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 9158b34

Please sign in to comment.