Skip to content

Commit

Permalink
chore(release): -v3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.8.0](v3.7.1...v3.8.0) (2024-01-09)

### Features

* implement ocx-content + ocx-content-container and re-enable Storybook ([#52](#52)) ([5c7a934](5c7a934))
* move injection tokens to separate file ([#60](#60)) ([7b0ac81](7b0ac81))
  • Loading branch information
semantic-release-bot committed Jan 9, 2024
1 parent 5c7a934 commit 91d0bdb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.8.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v3.7.1...v3.8.0) (2024-01-09)


### Features

* implement ocx-content + ocx-content-container and re-enable Storybook ([#52](https://github.com/onecx/onecx-portal-ui-libs/issues/52)) ([5c7a934](https://github.com/onecx/onecx-portal-ui-libs/commit/5c7a93409e68ea4a3faa2b7e0245e3bad93e10de))
* move injection tokens to separate file ([#60](https://github.com/onecx/onecx-portal-ui-libs/issues/60)) ([7b0ac81](https://github.com/onecx/onecx-portal-ui-libs/commit/7b0ac81402b37024adef0b54b9aa29cdf1810abf))

## [3.7.1](https://github.com/onecx/onecx-portal-ui-libs/compare/v3.7.0...v3.7.1) (2023-12-25)


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.7.1",
"version": "3.8.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.7.1",
"version": "3.8.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.7.1",
"version": "3.8.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.7.1",
"version": "3.8.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.7.1",
"version": "3.8.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.7.1",
"version": "3.8.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 91d0bdb

Please sign in to comment.