Skip to content

Commit

Permalink
chore(release): -v3.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.9.0](v3.8.1...v3.9.0) (2024-01-17)

### Features

* P002271-6511 add guard ([#64](#64)) ([249024b](249024b))

### Bug Fixes

* adaption of registerLocaleData due to ts-jest bug and removal of uncorrect include in tsconfig.spec.json ([#65](#65)) ([f633f45](f633f45))
  • Loading branch information
semantic-release-bot committed Jan 17, 2024
1 parent f633f45 commit 23a9558
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.9.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v3.8.1...v3.9.0) (2024-01-17)


### Features

* P002271-6511 add guard ([#64](https://github.com/onecx/onecx-portal-ui-libs/issues/64)) ([249024b](https://github.com/onecx/onecx-portal-ui-libs/commit/249024b4092f9988fda2e4cbb875c58c13b8d349))


### Bug Fixes

* adaption of registerLocaleData due to ts-jest bug and removal of uncorrect include in tsconfig.spec.json ([#65](https://github.com/onecx/onecx-portal-ui-libs/issues/65)) ([f633f45](https://github.com/onecx/onecx-portal-ui-libs/commit/f633f456f4bfbfa61939c9e6821d1012f55cd20f))

## [3.8.1](https://github.com/onecx/onecx-portal-ui-libs/compare/v3.8.0...v3.8.1) (2024-01-10)


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": "3.8.1",
"version": "3.9.0",
"peerDependencies": {
"tslib": "^2.3.0",
"rxjs": "7.8.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": "3.8.1",
"version": "3.9.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": "3.8.1",
"version": "3.9.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": "3.8.1",
"version": "3.9.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": "3.8.1",
"version": "3.9.0",
"peerDependencies": {
"tslib": "^2.5.0"
},
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": "3.8.1",
"version": "3.9.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 23a9558

Please sign in to comment.