diff --git a/.changeset/metal-carrots-joke.md b/.changeset/metal-carrots-joke.md deleted file mode 100644 index 27171f8817..0000000000 --- a/.changeset/metal-carrots-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**segment**: adjust a11y for form controls so it is linked with label and message diff --git a/.changeset/pink-rockets-lie.md b/.changeset/pink-rockets-lie.md deleted file mode 100644 index 3020bb8c25..0000000000 --- a/.changeset/pink-rockets-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**segment**: adjust bal-change event type diff --git a/.changeset/real-eagles-add.md b/.changeset/real-eagles-add.md deleted file mode 100644 index a405db7408..0000000000 --- a/.changeset/real-eagles-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**footer**: use bal-dropdown to avoid angular insert-node issue diff --git a/docs/package.json b/docs/package.json index 3c9190531d..fe4a7a4524 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,14 +1,14 @@ { "name": "docs", - "version": "15.2.15", + "version": "15.2.16", "private": true, "dependencies": { - "@baloise/ds-brand-icons": "16.5.1", - "@baloise/ds-core": "16.5.1", - "@baloise/ds-styles": "16.5.1", - "@baloise/ds-css": "16.5.1", - "@baloise/ds-icons": "16.5.1", - "@baloise/ds-tokens": "16.5.1", + "@baloise/ds-brand-icons": "16.5.2", + "@baloise/ds-core": "16.5.2", + "@baloise/ds-styles": "16.5.2", + "@baloise/ds-css": "16.5.2", + "@baloise/ds-icons": "16.5.2", + "@baloise/ds-tokens": "16.5.2", "@storybook/addon-essentials": "~7.6.10", "@storybook/addon-links": "~7.6.10", "@storybook/blocks": "~7.6.10", diff --git a/e2e/package.json b/e2e/package.json index 83c6e4dad6..4e6ae2abc0 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,14 +1,14 @@ { "name": "e2e", - "version": "15.2.15", + "version": "15.2.16", "private": true, "scripts": { "postinstall": "cypress install", "visual-report": "npx reg-cli cypress/snapshots/actual cypress/snapshots/base/visual cypress/snapshots/diff -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15" }, "dependencies": { - "@baloise/ds-core": "16.5.1", - "@baloise/ds-testing": "16.5.1", + "@baloise/ds-core": "16.5.2", + "@baloise/ds-testing": "16.5.2", "@baloise/web-app-utils": "3.15.0", "@cypress/mount-utils": "^4.1.0", "axe-core": "~4.8.4", diff --git a/libs/nx/package.json b/libs/nx/package.json index 846e8a77b7..bb7dc5bb05 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "16.5.1", + "version": "16.5.2", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index 8692e45b75..1d6cf74585 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-common", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -17,7 +17,7 @@ "rxjs": ">=7.0.0" }, "dependencies": { - "@baloise/ds-core": "16.5.1" + "@baloise/ds-core": "16.5.2" }, "sideEffects": false } diff --git a/packages/angular-legacy/package.json b/packages/angular-legacy/package.json index 1c68013d2d..a6abc74ddd 100644 --- a/packages/angular-legacy/package.json +++ b/packages/angular-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-legacy", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -16,8 +16,8 @@ "@angular/core": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "16.5.1", - "@baloise/ds-angular-common": "16.5.1" + "@baloise/ds-core": "16.5.2", + "@baloise/ds-angular-common": "16.5.2" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index 4cd56f5833..77dd42028a 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-module", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -16,8 +16,8 @@ "@angular/core": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "16.5.1", - "@baloise/ds-angular-common": "16.5.1" + "@baloise/ds-core": "16.5.2", + "@baloise/ds-angular-common": "16.5.2" }, "sideEffects": false } diff --git a/packages/angular/package.json b/packages/angular/package.json index 3632ee3d0f..2c21463820 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -17,8 +17,8 @@ "@angular/forms": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "16.5.1", - "@baloise/ds-angular-common": "16.5.1", + "@baloise/ds-core": "16.5.2", + "@baloise/ds-angular-common": "16.5.2", "tslib": "~2.3.0" }, "sideEffects": false diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index b873309d6d..b7523ee8d3 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-brand-icons", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fef5bae22e..6fc44aaf09 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 16.5.2 + +### Patch Changes + +- **segment**: adjust a11y for form controls so it is linked with label and message ( [#1472](https://github.com/baloise/design-system/pull/1472)) + +- **segment**: adjust bal-change event type ( [#1472](https://github.com/baloise/design-system/pull/1472)) + +- **footer**: use bal-dropdown to avoid angular insert-node issue ( [#1472](https://github.com/baloise/design-system/pull/1472)) + ## 16.5.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5a64629442..977a8c4a28 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -28,8 +28,8 @@ "test:ui": "vitest --ui" }, "dependencies": { - "@baloise/ds-styles": "16.5.1", - "@baloise/ds-icons": "16.5.1", + "@baloise/ds-styles": "16.5.2", + "@baloise/ds-icons": "16.5.2", "@baloise/web-app-utils": "3.15.0", "@floating-ui/dom": "~1.6.3", "@popperjs/core": "~2.11.4", @@ -54,10 +54,10 @@ "@baloise/output-target-react": "0.0.0", "@baloise/output-target-vue": "0.0.0", "@baloise/output-target-web": "0.0.0", - "@baloise/ds-css": "16.5.1", - "@baloise/ds-maps": "16.5.1", - "@baloise/ds-brand-icons": "16.5.1", - "@baloise/ds-favicons": "16.5.1" + "@baloise/ds-css": "16.5.2", + "@baloise/ds-maps": "16.5.2", + "@baloise/ds-brand-icons": "16.5.2", + "@baloise/ds-favicons": "16.5.2" }, "sideEffects": false } diff --git a/packages/css/package.json b/packages/css/package.json index 1b91fd4629..ffdd8195ce 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-css", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -19,8 +19,8 @@ "src/" ], "dependencies": { - "@baloise/ds-fonts": "16.5.1", - "@baloise/ds-tokens": "16.5.1" + "@baloise/ds-fonts": "16.5.2", + "@baloise/ds-tokens": "16.5.2" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 4394083c38..c2141b96ec 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-devkit", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/favicons/package.json b/packages/favicons/package.json index b32d243614..5d99288abd 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-favicons", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 98bdae656a..8c99dc0fb8 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-fonts", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/icons/package.json b/packages/icons/package.json index 7f0613b9d9..54a34f914d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-icons", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/maps/package.json b/packages/maps/package.json index 934554b817..f2d1800e93 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-maps", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/react/package.json b/packages/react/package.json index 99e1d6af56..85d8bd4871 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-react", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -12,6 +12,6 @@ "homepage": "https://design.baloise.dev", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "16.5.1" + "@baloise/ds-core": "16.5.2" } } diff --git a/packages/styles/package.json b/packages/styles/package.json index b5b26f9cb0..286b58f869 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-styles", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -23,8 +23,8 @@ "src/" ], "dependencies": { - "@baloise/ds-fonts": "16.5.1", - "@baloise/ds-tokens": "16.5.1", + "@baloise/ds-fonts": "16.5.2", + "@baloise/ds-tokens": "16.5.2", "@phenomnomnominal/tsquery": "6.1.3", "cheerio": "1.0.0-rc.12", "glob": "10.3.10", diff --git a/packages/table/package.json b/packages/table/package.json index 543198261c..06bd0b764b 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-table", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -30,8 +30,8 @@ "ag-grid-community": ">=29.3.0" }, "dependencies": { - "@baloise/ds-core": "16.5.1", - "@baloise/ds-css": "16.5.1", - "@baloise/ds-styles": "16.5.1" + "@baloise/ds-core": "16.5.2", + "@baloise/ds-css": "16.5.2", + "@baloise/ds-styles": "16.5.2" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index 67f3c994a1..bb46e8ce87 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-testing", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -12,7 +12,7 @@ "homepage": "https://design.baloise.dev", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "16.5.1", + "@baloise/ds-core": "16.5.2", "cypress-file-upload": "~5.0.8" }, "module": "./index.esm.js", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 4021e5ca8c..f0f9637467 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/vue/package.json b/packages/vue/package.json index 129f131c58..3694f0dd1b 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-vue", - "version": "16.5.1", + "version": "16.5.2", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -24,7 +24,7 @@ } }, "dependencies": { - "@baloise/ds-core": "16.5.1" + "@baloise/ds-core": "16.5.2" }, "peerDependencies": { "vue": ">=3.0.5"