Skip to content

Commit

Permalink
chore(release): -v4.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.10.0](v4.9.0...v4.10.0) (2024-03-08)

### Features

* basic search to simple search with aria labels improvements ([#146](#146)) ([a3a009d](a3a009d))
* search widget accessibility ([#149](#149)) ([1ee49dd](1ee49dd))
* search-header component uses header input ([#157](#157)) ([558c590](558c590))

### Bug Fixes

* add ngIf to columnGroupSelectionDropdown to show the label only if columnGroups are defined ([#158](#158)) ([d8fbb39](d8fbb39))
* remove search config and add search config info ([#161](#161)) ([d1db2ce](d1db2ce))
  • Loading branch information
semantic-release-bot committed Mar 8, 2024
1 parent d1db2ce commit 9bea395
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [4.10.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.9.0...v4.10.0) (2024-03-08)


### Features

* basic search to simple search with aria labels improvements ([#146](https://github.com/onecx/onecx-portal-ui-libs/issues/146)) ([a3a009d](https://github.com/onecx/onecx-portal-ui-libs/commit/a3a009d744cd8fbe6203fdd99c7f85d4b8b826d6))
* search widget accessibility ([#149](https://github.com/onecx/onecx-portal-ui-libs/issues/149)) ([1ee49dd](https://github.com/onecx/onecx-portal-ui-libs/commit/1ee49ddeb0ef4c31ffd19b8d7f7074b51633a0a5))
* search-header component uses header input ([#157](https://github.com/onecx/onecx-portal-ui-libs/issues/157)) ([558c590](https://github.com/onecx/onecx-portal-ui-libs/commit/558c59068e2c2a105edb142e91269c429d124fc7))


### Bug Fixes

* add ngIf to columnGroupSelectionDropdown to show the label only if columnGroups are defined ([#158](https://github.com/onecx/onecx-portal-ui-libs/issues/158)) ([d8fbb39](https://github.com/onecx/onecx-portal-ui-libs/commit/d8fbb392c05ee69b3c3a68437af44eb42dbeae32))
* remove search config and add search config info ([#161](https://github.com/onecx/onecx-portal-ui-libs/issues/161)) ([d1db2ce](https://github.com/onecx/onecx-portal-ui-libs/commit/d1db2ce6845aa41ac483ce7db470f7e6fea8af04))

## [4.9.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.8.0...v4.9.0) (2024-02-28)


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.9.0",
"version": "4.10.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.9.0",
"version": "4.10.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.9.0",
"version": "4.10.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.9.0",
"version": "4.10.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.9.0",
"version": "4.10.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.9.0",
"version": "4.10.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 9bea395

Please sign in to comment.