Skip to content

Commit

Permalink
chore(release): -v5.13.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.13.0](v5.12.2...v5.13.0) (2024-09-27)

### Features

* add page not found component ([#495](#495)) ([c94da15](c94da15))
* data table accessibility ([#497](#497)) ([1d286a9](1d286a9))
* diagram component accessibility improvements ([#484](#484)) ([76c6540](76c6540))
* page header accessibility improvements ([#489](#489)) ([07d5a5b](07d5a5b))
* search header accessibility improvements ([#482](#482)) ([a9b0e9b](a9b0e9b))
* select button accessibility workaround ([#500](#500)) ([3c24a16](3c24a16))

### Bug Fixes

* add caret to @angular-architects/module-federation in peer depen… ([#494](#494)) ([180df0e](180df0e))
* css styling regarding accessibility ([#511](#511)) ([c925e3c](c925e3c))
* refactor page not found component ([#501](#501)) ([8c11c71](8c11c71))

### Chores

* **deps-dev:** bump @storybook/addon-essentials from 8.3.2 to 8.3.3 ([#506](#506)) ([8677eb3](8677eb3))
* **deps-dev:** bump @types/node from 22.5.4 to 22.7.1 ([#503](#503)) ([935967d](935967d))
* **deps-dev:** bump msw from 2.4.4 to 2.4.9 ([#498](#498)) ([e8a20a6](e8a20a6))
* **deps-dev:** bump postcss from 8.4.45 to 8.4.47 ([#499](#499)) ([d1891c4](d1891c4))
* **deps:** bump the angular group across 1 directory with 18 updates ([#510](#510)) ([c0daf31](c0daf31))
* **deps:** bump tslib from 2.6.3 to 2.7.0 ([#461](#461)) ([b8cf166](b8cf166))
  • Loading branch information
semantic-release-bot committed Sep 27, 2024
1 parent c925e3c commit 9c9bc17
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 14 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [5.13.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v5.12.2...v5.13.0) (2024-09-27)

### Features

* add page not found component ([#495](https://github.com/onecx/onecx-portal-ui-libs/issues/495)) ([c94da15](https://github.com/onecx/onecx-portal-ui-libs/commit/c94da156f4f510070a59862ac7631804d6602ddd))
* data table accessibility ([#497](https://github.com/onecx/onecx-portal-ui-libs/issues/497)) ([1d286a9](https://github.com/onecx/onecx-portal-ui-libs/commit/1d286a987d62d21ce732a41607ad6e8c83f3d98a))
* diagram component accessibility improvements ([#484](https://github.com/onecx/onecx-portal-ui-libs/issues/484)) ([76c6540](https://github.com/onecx/onecx-portal-ui-libs/commit/76c6540322570c7d6292cb2216eba8a24e780b63))
* page header accessibility improvements ([#489](https://github.com/onecx/onecx-portal-ui-libs/issues/489)) ([07d5a5b](https://github.com/onecx/onecx-portal-ui-libs/commit/07d5a5b30d84e1fc05069a3091ce55c48d556e44))
* search header accessibility improvements ([#482](https://github.com/onecx/onecx-portal-ui-libs/issues/482)) ([a9b0e9b](https://github.com/onecx/onecx-portal-ui-libs/commit/a9b0e9bb8aa8699a3cd5033150f8477d47cbdf82))
* select button accessibility workaround ([#500](https://github.com/onecx/onecx-portal-ui-libs/issues/500)) ([3c24a16](https://github.com/onecx/onecx-portal-ui-libs/commit/3c24a16a4db7a2d8e12e765e643f4cef0a5436ad))

### Bug Fixes

* add caret to @angular-architects/module-federation in peer depen… ([#494](https://github.com/onecx/onecx-portal-ui-libs/issues/494)) ([180df0e](https://github.com/onecx/onecx-portal-ui-libs/commit/180df0e89143d2f33a522c89aa97219e5332fe43))
* css styling regarding accessibility ([#511](https://github.com/onecx/onecx-portal-ui-libs/issues/511)) ([c925e3c](https://github.com/onecx/onecx-portal-ui-libs/commit/c925e3cb3ffa3ab64168b1ecb357415c02c2153b))
* refactor page not found component ([#501](https://github.com/onecx/onecx-portal-ui-libs/issues/501)) ([8c11c71](https://github.com/onecx/onecx-portal-ui-libs/commit/8c11c715d72fa1b398b7eafeff9d32076258d08c))

### Chores

* **deps-dev:** bump @storybook/addon-essentials from 8.3.2 to 8.3.3 ([#506](https://github.com/onecx/onecx-portal-ui-libs/issues/506)) ([8677eb3](https://github.com/onecx/onecx-portal-ui-libs/commit/8677eb349ea58f8db1ad145885bc95974f79c391))
* **deps-dev:** bump @types/node from 22.5.4 to 22.7.1 ([#503](https://github.com/onecx/onecx-portal-ui-libs/issues/503)) ([935967d](https://github.com/onecx/onecx-portal-ui-libs/commit/935967d8f5b694327119d04100055f2868b97e30))
* **deps-dev:** bump msw from 2.4.4 to 2.4.9 ([#498](https://github.com/onecx/onecx-portal-ui-libs/issues/498)) ([e8a20a6](https://github.com/onecx/onecx-portal-ui-libs/commit/e8a20a65b63e9eb64f025d68c37234b6e29bbea3))
* **deps-dev:** bump postcss from 8.4.45 to 8.4.47 ([#499](https://github.com/onecx/onecx-portal-ui-libs/issues/499)) ([d1891c4](https://github.com/onecx/onecx-portal-ui-libs/commit/d1891c44354568424bf9df49591fff25b7b9e450))
* **deps:** bump the angular group across 1 directory with 18 updates ([#510](https://github.com/onecx/onecx-portal-ui-libs/issues/510)) ([c0daf31](https://github.com/onecx/onecx-portal-ui-libs/commit/c0daf318fcc46205c5d4c21bc406f10be933050f))
* **deps:** bump tslib from 2.6.3 to 2.7.0 ([#461](https://github.com/onecx/onecx-portal-ui-libs/issues/461)) ([b8cf166](https://github.com/onecx/onecx-portal-ui-libs/commit/b8cf1669fc597cd0923c6ad8c1aab753b6ae6676))

## [5.12.2](https://github.com/onecx/onecx-portal-ui-libs/compare/v5.12.1...v5.12.2) (2024-09-24)

### Bug Fixes
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular-architects/module-federation": "^18.0.4",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/cdk": "^18.0.5",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
Expand Down
2 changes: 1 addition & 1 deletion libs/ngrx-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/ngrx-accelerator",
"version": "5.12.2",
"version": "5.13.0",
"peerDependencies": {
"@angular/core": "^18.0.5",
"@angular/router": "^18.0.5",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^18.0.5",
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"tslib": "^2.6.3"
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": "5.12.2",
"version": "5.13.0",
"license": "Apache-2.0",
"peerDependencies": {
"rxjs": "^7.8.1",
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": "5.12.2",
"version": "5.13.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 9c9bc17

Please sign in to comment.