Skip to content

Commit

Permalink
chore(release): -v5.29.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.29.0-rc.1](v5.28.0...v5.29.0-rc.1) (2024-11-28)

### Features

* add CI and storybook to develop ([#622](#622)) ([3f3da60](3f3da60))
* implemented build-copy command ([#617](#617)) ([a3dfecc](a3dfecc))
* README update ([#620](#620)) ([bb1ac87](bb1ac87))
* release candidate prepared ([#623](#623)) ([dfdff35](dfdff35))

### Chores

* prerelease branch develop added ([#619](#619)) ([6dd0b41](6dd0b41))
  • Loading branch information
semantic-release-bot committed Nov 28, 2024
1 parent dfdff35 commit 8b1911f
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 36 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [5.29.0-rc.1](https://github.com/onecx/onecx-portal-ui-libs/compare/v5.28.0...v5.29.0-rc.1) (2024-11-28)

### Features

* add CI and storybook to develop ([#622](https://github.com/onecx/onecx-portal-ui-libs/issues/622)) ([3f3da60](https://github.com/onecx/onecx-portal-ui-libs/commit/3f3da6001ed409b909ec80478ec8fa392ada67cf))
* implemented build-copy command ([#617](https://github.com/onecx/onecx-portal-ui-libs/issues/617)) ([a3dfecc](https://github.com/onecx/onecx-portal-ui-libs/commit/a3dfecc2bb28619fa30418a9084cc76935da83b9))
* README update ([#620](https://github.com/onecx/onecx-portal-ui-libs/issues/620)) ([bb1ac87](https://github.com/onecx/onecx-portal-ui-libs/commit/bb1ac871af95691567326633afec70bb4fd8b4b2))
* release candidate prepared ([#623](https://github.com/onecx/onecx-portal-ui-libs/issues/623)) ([dfdff35](https://github.com/onecx/onecx-portal-ui-libs/commit/dfdff358db810f2ecc0e23a9d8c75bae780d99e6))

### Chores

* prerelease branch develop added ([#619](https://github.com/onecx/onecx-portal-ui-libs/issues/619)) ([6dd0b41](https://github.com/onecx/onecx-portal-ui-libs/commit/6dd0b41708ea36fa934ced9bf3ee3a67068a9c19))

## [5.28.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v5.27.1...v5.28.0) (2024-11-22)

### Features
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": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3",
Expand Down
10 changes: 5 additions & 5 deletions libs/angular-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-accelerator",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
Expand All @@ -11,10 +11,10 @@
"@angular/router": "^18.0.5",
"@ngx-translate/core": "^15.0.0",
"@ngneat/until-destroy": "^10.0.0",
"@onecx/integration-interface": "^5.28.0",
"@onecx/angular-integration-interface": "^5.28.0",
"@onecx/angular-remote-components": "^5.28.0",
"@onecx/angular-testing": "^5.28.0",
"@onecx/integration-interface": "^5.29.0-rc.1",
"@onecx/angular-integration-interface": "^5.29.0-rc.1",
"@onecx/angular-remote-components": "^5.29.0-rc.1",
"@onecx/angular-testing": "^5.29.0-rc.1",
"chart.js": "^4.4.3",
"d3-scale-chromatic": "^3.1.0",
"rxjs": "~7.8.1",
Expand Down
6 changes: 3 additions & 3 deletions libs/angular-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@onecx/angular-auth",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular-architects/module-federation": "^18.0.4",
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"@onecx/angular-integration-interface": "^5.28.0",
"@onecx/integration-interface": "^5.28.0",
"@onecx/angular-integration-interface": "^5.29.0-rc.1",
"@onecx/integration-interface": "^5.29.0-rc.1",
"keycloak-angular": "^16.0.1",
"keycloak-js": "^25.0.1",
"rxjs": "~7.8.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/angular-integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@onecx/angular-integration-interface",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
"@onecx/integration-interface": "^5.28.0",
"@onecx/integration-interface": "^5.29.0-rc.1",
"rxjs": "~7.8.1"
},
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions libs/angular-remote-components/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@onecx/angular-remote-components",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"@onecx/integration-interface": "^5.28.0",
"@onecx/integration-interface": "^5.29.0-rc.1",
"@ngx-translate/core": "^15.0.0",
"@angular-architects/module-federation": "^18.0.4",
"rxjs": "^7.8.1"
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": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/cdk": "^18.0.5",
Expand Down
6 changes: 3 additions & 3 deletions libs/angular-webcomponents/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@onecx/angular-webcomponents",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/elements": "^18.0.5",
"@angular/router": "^18.0.5",
"@onecx/accelerator": "^5.28.0",
"@onecx/portal-integration-angular": "^5.28.0",
"@onecx/accelerator": "^5.29.0-rc.1",
"@onecx/portal-integration-angular": "^5.29.0-rc.1",
"rxjs": "~7.8.1"
},
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions libs/integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@onecx/integration-interface",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3",
"rxjs": "^7.8.1",
"@onecx/accelerator": "^5.28.0"
"@onecx/accelerator": "^5.29.0-rc.1"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions libs/keycloak-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@onecx/keycloak-auth",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
"@angular/core": "^18.0.5",
"keycloak-angular": "^16.0.1",
"keycloak-js": "^25.0.1",
"@onecx/angular-integration-interface": "^5.28.0",
"@onecx/integration-interface": "^5.28.0",
"@onecx/angular-integration-interface": "^5.29.0-rc.1",
"@onecx/integration-interface": "^5.29.0-rc.1",
"rxjs": "^7.8.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/ngrx-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/ngrx-accelerator",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"peerDependencies": {
"@angular/core": "^18.0.5",
"@angular/router": "^18.0.5",
Expand All @@ -10,7 +10,7 @@
"@ngrx/operators": "^18.0.1",
"@ngrx/router-store": "^18.0.1",
"@ngrx/store": "^18.0.1",
"@onecx/integration-interface": "^5.28.0",
"@onecx/integration-interface": "^5.29.0-rc.1",
"rxjs": "^7.8.1",
"zod": "^3.23.8"
},
Expand Down
10 changes: 5 additions & 5 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": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
Expand All @@ -16,10 +16,10 @@
"@ngrx/router-store": "^18.0.1",
"@ngrx/store": "^18.0.1",
"@ngneat/until-destroy": "^10.0.0",
"@onecx/angular-accelerator": "^5.28.0",
"@onecx/integration-interface": "^5.28.0",
"@onecx/angular-integration-interface": "^5.28.0",
"@onecx/angular-testing": "^5.28.0",
"@onecx/angular-accelerator": "^5.29.0-rc.1",
"@onecx/integration-interface": "^5.29.0-rc.1",
"@onecx/angular-integration-interface": "^5.29.0-rc.1",
"@onecx/angular-testing": "^5.29.0-rc.1",
"fast-deep-equal": "^3.1.3",
"msw": "^2.3.1",
"rxjs": "~7.8.1",
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": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3"
Expand Down
10 changes: 5 additions & 5 deletions libs/shell-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/shell-core",
"version": "5.28.0",
"version": "5.29.0-rc.1",
"license": "Apache-2.0",
"peerDependencies": {
"rxjs": "^7.8.1",
Expand All @@ -9,10 +9,10 @@
"@angular/core": "^18.0.5",
"@angular/router": "^18.0.5",
"@ngneat/until-destroy": "^10.0.0",
"@onecx/angular-accelerator": "^5.28.0",
"@onecx/angular-integration-interface": "^5.28.0",
"@onecx/angular-remote-components": "^5.28.0",
"@onecx/portal-integration-angular": "^5.28.0",
"@onecx/angular-accelerator": "^5.29.0-rc.1",
"@onecx/angular-integration-interface": "^5.29.0-rc.1",
"@onecx/angular-remote-components": "^5.29.0-rc.1",
"@onecx/portal-integration-angular": "^5.29.0-rc.1",
"primeng": "^17.18.6"
},
"dependencies": {},
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": "5.28.0",
"version": "5.29.0-rc.1",
"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 8b1911f

Please sign in to comment.