Skip to content

Commit

Permalink
chore(release): -v3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.0](v3.2.0...v3.3.0) (2023-11-20)

### Features

* basic diagram component ([#10](#10)) ([9896d5f](9896d5f))

### Bug Fixes

* add publishConfig ([#15](#15)) ([10df810](10df810))
* add release in targets for libs ([#14](#14)) ([c99e568](c99e568))
  • Loading branch information
semantic-release-bot committed Nov 20, 2023
1 parent 9896d5f commit 818fcdf
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [3.3.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v3.2.0...v3.3.0) (2023-11-20)


### Features

* basic diagram component ([#10](https://github.com/onecx/onecx-portal-ui-libs/issues/10)) ([9896d5f](https://github.com/onecx/onecx-portal-ui-libs/commit/9896d5f95ab04250f01289918e0e703746c3b0c5))


### Bug Fixes

* add publishConfig ([#15](https://github.com/onecx/onecx-portal-ui-libs/issues/15)) ([10df810](https://github.com/onecx/onecx-portal-ui-libs/commit/10df8107563d4d70fbe6f651a44e57c26922bf1c))
* add release in targets for libs ([#14](https://github.com/onecx/onecx-portal-ui-libs/issues/14)) ([c99e568](https://github.com/onecx/onecx-portal-ui-libs/commit/c99e56899643345af039ccfb81f273d969f232c9))

## [3.2.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v3.1.1...v3.2.0) (2023-11-16)


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.1.1",
"version": "3.3.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.1.1",
"version": "3.3.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.2.0",
"version": "3.3.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.2.0",
"version": "3.3.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.2.0",
"version": "3.3.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.2.0",
"version": "3.3.0",
"license": "Apache-2.0",
"scripts": {},
"private": true,
Expand Down

0 comments on commit 818fcdf

Please sign in to comment.