Skip to content

Commit

Permalink
chore(release): -v4.41.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.41.0](v4.40.2...v4.41.0) (2024-07-11)

### Features

* add a11y plugin to storybook ([#314](#314)) ([14281b6](14281b6))

### Bug Fixes

* fix test ([43d9ac6](43d9ac6))
* fixed translation cache loading ([28ba600](28ba600))
* id for mfe ([2eb208f](2eb208f))
* restore connectRouter function ([404b861](404b861))

### Refactoring

* lint ([bf7dcf5](bf7dcf5))
  • Loading branch information
semantic-release-bot committed Jul 11, 2024
1 parent b926e29 commit cbc274b
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 13 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [4.41.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.40.2...v4.41.0) (2024-07-11)


### Features

* add a11y plugin to storybook ([#314](https://github.com/onecx/onecx-portal-ui-libs/issues/314)) ([14281b6](https://github.com/onecx/onecx-portal-ui-libs/commit/14281b62fbc3bb3c4ee8212d372e06ddbe07c9c4))


### Bug Fixes

* fix test ([43d9ac6](https://github.com/onecx/onecx-portal-ui-libs/commit/43d9ac6eaaaacd714421152594365043400ce391))
* fixed translation cache loading ([28ba600](https://github.com/onecx/onecx-portal-ui-libs/commit/28ba6001ddfb47a4b44635977893528ad9193786))
* id for mfe ([2eb208f](https://github.com/onecx/onecx-portal-ui-libs/commit/2eb208f6ed11852337fd61a657798affe9ec3a3d))
* restore connectRouter function ([404b861](https://github.com/onecx/onecx-portal-ui-libs/commit/404b861de6b377a0d494a9f6a0a5124b2de45dd9))


### Refactoring

* lint ([bf7dcf5](https://github.com/onecx/onecx-portal-ui-libs/commit/bf7dcf535d9fff38b71ace28caeb7411e0fe9cd4))

## [4.40.2](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.40.1...v4.40.2) (2024-07-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.40.2",
"version": "4.41.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.40.2",
"version": "4.41.0",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
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.40.2",
"version": "4.41.0",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
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.40.2",
"version": "4.41.0",
"peerDependencies": {
"@angular/core": "^15.2.7",
"@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.40.2",
"version": "4.41.0",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
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.40.2",
"version": "4.41.0",
"peerDependencies": {
"@angular/cdk": "^15.2.7",
"primeng": "^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-webcomponents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-webcomponents",
"version": "4.40.2",
"version": "4.41.0",
"peerDependencies": {
"@angular/core": "^15.2.7",
"@angular/platform-browser": "^15.2.7",
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.40.2",
"version": "4.41.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.40.2",
"version": "4.41.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": "4.40.2",
"version": "4.41.0",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^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.40.2",
"version": "4.41.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.40.2",
"version": "4.41.0",
"peerDependencies": {
"rxjs": "7.8.1",
"@angular/animations": "^15.2.7",
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.40.2",
"version": "4.41.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 cbc274b

Please sign in to comment.