Skip to content

Commit

Permalink
chore(release): -v3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.999.999...v3.0.0) (2023-10-25)

### ⚠ BREAKING CHANGES

* make keycloak-auth public

### Features

* make keycloak-auth public ([21333c6](21333c6))
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent 21333c6 commit f629243
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## [3.0.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v2.999.999...v3.0.0) (2023-10-25)


### ⚠ BREAKING CHANGES

* make keycloak-auth public

### Features

* make keycloak-auth public ([21333c6](https://github.com/onecx/onecx-portal-ui-libs/commit/21333c6e6578cec6750b86738527bd2e20f987a5))
4 changes: 2 additions & 2 deletions libs/keycloak-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/keycloak-auth",
"version": "0.0.1",
"version": "3.0.0",
"peerDependencies": {
"@angular/common": ">=15.2.7",
"@angular/core": ">=15.2.7",
Expand All @@ -11,5 +11,5 @@
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 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": "0.0.1",
"version": "3.0.0",
"peerDependencies": {
"@angular-architects/module-federation": "15.0.0",
"@angular/common": "^15.2.7",
Expand All @@ -15,7 +15,7 @@
"@angular/animations": "^15.2.7",
"@ngrx/effects": "^15.4.0",
"@ngrx/router-store": "^15.4.0",
"@ngrx/store": "^15.4.0",
"@ngrx/store": "^15.4.0",
"@ngx-translate/http-loader": "^7.0.0",
"fast-deep-equal": "^3.1.3",
"zod": "^3.22.1"
Expand Down
6 changes: 3 additions & 3 deletions libs/portal-layout-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@onecx/portal-layout-styles",
"version": "0.0.1",
"version": "3.0.0",
"peerDependencies": {
"tslib": "^2.5.0"
},
},
"publishConfig": {
"access": "public"
},
},
"files": [
"src/styles"
]
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/onecx-portal-ui-libs",
"version": "0.0.1",
"version": "3.0.0",
"license": "Apache-2.0",
"scripts": {},
"private": true,
Expand All @@ -21,12 +21,12 @@
"@ngrx/store": "^15.4.0",
"@ngrx/store-devtools": "^15.3.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@onecx/styles": "file:libs/portal-layout-styles/src/styles",
"axios": "^1.0.0",
"fast-deep-equal": "^3.1.3",
"keycloak-angular": "^13.0.0",
"keycloak-js": "^18.0.0",
"keycloak-js": "^18.0.0",
"ngx-color": "^8.0.3",
"primeflex": "^3.3.0",
"primeicons": "^6.0.1",
Expand Down

0 comments on commit f629243

Please sign in to comment.