Skip to content

Commit

Permalink
chore(release): -v4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.0](v4.0.2...v4.1.0) (2024-01-26)

### Features

* diagram type bar ([#69](#69)) ([bb9c6fd](bb9c6fd))
* Widgets: Show total number of results and select ALL ([#72](#72)) ([0bec6a9](0bec6a9))

### Bug Fixes

* createTranslateLoader, encodeParam, update-guide ([#89](#89)) ([2662e77](2662e77))

### Chores

* **deps-dev:** bump @storybook/addon-essentials from 7.6.5 to 7.6.10 ([#73](#73)) ([d3f4b02](d3f4b02))

### Refactoring

* **a11y:** add title & ariaLabel attributes to buttons in search… ([#78](#78)) ([d511c4f](d511c4f))
* rename incorrectly named files ([#83](#83)) ([62d521e](62d521e))
  • Loading branch information
semantic-release-bot committed Jan 26, 2024
1 parent 2662e77 commit f1af447
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [4.1.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.0.2...v4.1.0) (2024-01-26)


### Features

* diagram type bar ([#69](https://github.com/onecx/onecx-portal-ui-libs/issues/69)) ([bb9c6fd](https://github.com/onecx/onecx-portal-ui-libs/commit/bb9c6fd969c5c870a9f38b91b2856c8cbad455c3))
* Widgets: Show total number of results and select ALL ([#72](https://github.com/onecx/onecx-portal-ui-libs/issues/72)) ([0bec6a9](https://github.com/onecx/onecx-portal-ui-libs/commit/0bec6a96e73dc52dea2e460ebe80909cfad4c063))


### Bug Fixes

* createTranslateLoader, encodeParam, update-guide ([#89](https://github.com/onecx/onecx-portal-ui-libs/issues/89)) ([2662e77](https://github.com/onecx/onecx-portal-ui-libs/commit/2662e773b83e9474cc6d9c86da4d9d6c0d31089e))


### Chores

* **deps-dev:** bump @storybook/addon-essentials from 7.6.5 to 7.6.10 ([#73](https://github.com/onecx/onecx-portal-ui-libs/issues/73)) ([d3f4b02](https://github.com/onecx/onecx-portal-ui-libs/commit/d3f4b027847622cf2a4875c6581f56fb3d747eba))


### Refactoring

* **a11y:** add title & ariaLabel attributes to buttons in search… ([#78](https://github.com/onecx/onecx-portal-ui-libs/issues/78)) ([d511c4f](https://github.com/onecx/onecx-portal-ui-libs/commit/d511c4f39cb121706199c465bc719186b040afc5))
* rename incorrectly named files ([#83](https://github.com/onecx/onecx-portal-ui-libs/issues/83)) ([62d521e](https://github.com/onecx/onecx-portal-ui-libs/commit/62d521ea66cde53c361863485935c0da7fa74101))

## [4.0.2](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.0.1...v4.0.2) (2024-01-22)


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.0.2",
"version": "4.1.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": "4.0.2",
"version": "4.1.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.0.2",
"version": "4.1.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.0.2",
"version": "4.1.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": "4.0.2",
"version": "4.1.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": "4.0.2",
"version": "4.1.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 f1af447

Please sign in to comment.