Skip to content

Commit

Permalink
chore(release): -v4.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.10.2](v4.10.1...v4.10.2) (2024-03-08)

### Bug Fixes

* search config dialog ([#164](#164)) ([395f289](395f289))
  • Loading branch information
semantic-release-bot committed Mar 8, 2024
1 parent 395f289 commit d238e94
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.10.2](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.10.1...v4.10.2) (2024-03-08)


### Bug Fixes

* search config dialog ([#164](https://github.com/onecx/onecx-portal-ui-libs/issues/164)) ([395f289](https://github.com/onecx/onecx-portal-ui-libs/commit/395f289858324eb1525ba3eeb5b0ce7f085347a3))

## [4.10.1](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.10.0...v4.10.1) (2024-03-08)


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.10.1",
"version": "4.10.2",
"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": "4.10.1",
"version": "4.10.2",
"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.10.1",
"version": "4.10.2",
"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": "4.10.1",
"version": "4.10.2",
"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": "4.10.1",
"version": "4.10.2",
"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": "4.10.1",
"version": "4.10.2",
"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 d238e94

Please sign in to comment.