Skip to content

Commit

Permalink
chore(release): -v4.31.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.31.0](v4.30.1...v4.31.0) (2024-06-07)

### Features

* renaming of slot names ([#273](#273)) ([5dfba46](5dfba46))
* webcomponent loading for shell and slot ([#267](#267)) ([44ab35e](44ab35e))

### Bug Fixes

* topic message warning branch uses xor ([#271](#271)) ([cff0c03](cff0c03))

### Refactoring

* shell app loading spinner + minor improvements in libs ([#259](#259)) ([e723981](e723981))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent 5dfba46 commit 5a531a2
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [4.31.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.30.1...v4.31.0) (2024-06-07)


### Features

* renaming of slot names ([#273](https://github.com/onecx/onecx-portal-ui-libs/issues/273)) ([5dfba46](https://github.com/onecx/onecx-portal-ui-libs/commit/5dfba469c6de8c5f0d6cd5adeea5a72540aa2bba))
* webcomponent loading for shell and slot ([#267](https://github.com/onecx/onecx-portal-ui-libs/issues/267)) ([44ab35e](https://github.com/onecx/onecx-portal-ui-libs/commit/44ab35ebdf51744b904a6bbd869a4d6bf56db8fb))


### Bug Fixes

* topic message warning branch uses xor ([#271](https://github.com/onecx/onecx-portal-ui-libs/issues/271)) ([cff0c03](https://github.com/onecx/onecx-portal-ui-libs/commit/cff0c03b59a142c102d292dcaa9ef89d91bc7f95))


### Refactoring

* shell app loading spinner + minor improvements in libs ([#259](https://github.com/onecx/onecx-portal-ui-libs/issues/259)) ([e723981](https://github.com/onecx/onecx-portal-ui-libs/commit/e723981e7bea409a230856a50adfcf7b6a61e7ea))

## [4.30.1](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.30.0...v4.30.1) (2024-06-05)


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.30.1",
"version": "4.31.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.30.1",
"version": "4.31.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.30.1",
"version": "4.31.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.30.1",
"version": "4.31.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.30.1",
"version": "4.31.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.30.1",
"version": "4.31.0",
"peerDependencies": {
"@angular/cdk": "^15.2.7 || ^16.0.0 || ^17.0.0",
"primeng": "^15.0.0 || ^16.0.0 || ^17.0.0"
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.30.1",
"version": "4.31.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.30.1",
"version": "4.31.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.30.1",
"version": "4.31.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-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.30.1",
"version": "4.31.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.30.1",
"version": "4.31.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.30.1",
"version": "4.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 5a531a2

Please sign in to comment.