Skip to content

Commit

Permalink
chore(release): -v4.21.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.21.0](onecx/onecx-portal-ui-libs@v4.20.2...v4.21.0) (2024-05-07)

### Features

* enable custom auth service ([onecx#244](onecx#244)) ([71a9a33](onecx@71a9a33))
* verify that the libs are installable with angular 15 to 17 in shell ([onecx#224](onecx#224)) ([c8fba75](onecx@c8fba75))

### Bug Fixes

* styles imports, log permission directive, set favicon, menu stays open ([onecx#235](onecx#235)) ([e02b9ec](onecx@e02b9ec))
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent c8fba75 commit 0a1906e
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [4.21.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.20.2...v4.21.0) (2024-05-07)


### Features

* enable custom auth service ([#244](https://github.com/onecx/onecx-portal-ui-libs/issues/244)) ([71a9a33](https://github.com/onecx/onecx-portal-ui-libs/commit/71a9a33ccaffc279d623561db14abbf35e324f5a))
* verify that the libs are installable with angular 15 to 17 in shell ([#224](https://github.com/onecx/onecx-portal-ui-libs/issues/224)) ([c8fba75](https://github.com/onecx/onecx-portal-ui-libs/commit/c8fba754df57e6d3fa44cc5d885296f032542c1e))


### Bug Fixes

* styles imports, log permission directive, set favicon, menu stays open ([#235](https://github.com/onecx/onecx-portal-ui-libs/issues/235)) ([e02b9ec](https://github.com/onecx/onecx-portal-ui-libs/commit/e02b9ecf9b5e514ee058823ec1ab9073a5e5abe4))

## [4.20.2](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.20.1...v4.20.2) (2024-05-06)


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.20.2",
"version": "4.21.0",
"peerDependencies": {
"tslib": "^2.3.0",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-accelerator",
"version": "4.20.2",
"version": "4.21.0",
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-auth",
"version": "4.20.2",
"version": "4.21.0",
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-integration-interface",
"version": "4.20.2",
"version": "4.21.0",
"peerDependencies": {
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@onecx/integration-interface": "~4",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-remote-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-remote-components",
"version": "4.20.2",
"version": "4.21.0",
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
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": "4.20.2",
"version": "4.21.0",
"peerDependencies": {
"@angular/cdk": "^15.2.7 || ^16.0.0 || ^17.0.0",
"primeng": "^15.2.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": "4.20.2",
"version": "4.21.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.20.2",
"version": "4.21.0",
"peerDependencies": {
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
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.20.2",
"version": "4.21.0",
"peerDependencies": {
"@angular-architects/module-federation": "15.0.0",
"@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
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.20.2",
"version": "4.21.0",
"peerDependencies": {
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/shell-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/shell-core",
"version": "4.20.2",
"version": "4.21.0",
"peerDependencies": {
"rxjs": "7.8.1",
"@angular/animations": "^15.2.7 || ^16.0.0 || ^17.0.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": "4.20.2",
"version": "4.21.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 0a1906e

Please sign in to comment.