diff --git a/.changeset/hip-rice-double.md b/.changeset/hip-rice-double.md deleted file mode 100644 index 88cc8db6c9..0000000000 --- a/.changeset/hip-rice-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**select**: Prevent autofill with previously entered data on Edge diff --git a/.changeset/warm-avocados-pull.md b/.changeset/warm-avocados-pull.md deleted file mode 100644 index 58bd535d1e..0000000000 --- a/.changeset/warm-avocados-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**number-input**: handle inputs for Germany diff --git a/docs/package.json b/docs/package.json index 2cac282b30..91069bf66e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,14 +1,14 @@ { "name": "docs", - "version": "15.2.10", + "version": "15.2.11", "private": true, "dependencies": { - "@baloise/ds-brand-icons": "16.2.0", - "@baloise/ds-core": "16.2.0", - "@baloise/ds-styles": "16.2.0", - "@baloise/ds-css": "16.2.0", - "@baloise/ds-icons": "16.2.0", - "@baloise/ds-tokens": "16.2.0", + "@baloise/ds-brand-icons": "16.2.1", + "@baloise/ds-core": "16.2.1", + "@baloise/ds-styles": "16.2.1", + "@baloise/ds-css": "16.2.1", + "@baloise/ds-icons": "16.2.1", + "@baloise/ds-tokens": "16.2.1", "@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 e1c6d97f5f..5b2a4ef358 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,14 +1,14 @@ { "name": "e2e", - "version": "15.2.10", + "version": "15.2.11", "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.2.0", - "@baloise/ds-testing": "16.2.0", + "@baloise/ds-core": "16.2.1", + "@baloise/ds-testing": "16.2.1", "@baloise/web-app-utils": "~3.11.2", "@cypress/mount-utils": "^4.1.0", "axe-core": "~4.8.4", diff --git a/libs/nx/package.json b/libs/nx/package.json index 02fc780b27..2c9032026b 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "16.2.0", + "version": "16.2.1", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index d7b4d002ee..4cdcc7258a 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-common", - "version": "16.2.0", + "version": "16.2.1", "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.2.0" + "@baloise/ds-core": "16.2.1" }, "sideEffects": false } diff --git a/packages/angular-legacy/package.json b/packages/angular-legacy/package.json index 3f8d843f28..f6763fce84 100644 --- a/packages/angular-legacy/package.json +++ b/packages/angular-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-legacy", - "version": "16.2.0", + "version": "16.2.1", "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.2.0", - "@baloise/ds-angular-common": "16.2.0" + "@baloise/ds-core": "16.2.1", + "@baloise/ds-angular-common": "16.2.1" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index cb64716fc9..358fcf50d1 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-module", - "version": "16.2.0", + "version": "16.2.1", "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.2.0", - "@baloise/ds-angular-common": "16.2.0" + "@baloise/ds-core": "16.2.1", + "@baloise/ds-angular-common": "16.2.1" }, "sideEffects": false } diff --git a/packages/angular/package.json b/packages/angular/package.json index 9831e546e3..f9a3e78e31 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular", - "version": "16.2.0", + "version": "16.2.1", "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.2.0", - "@baloise/ds-angular-common": "16.2.0", + "@baloise/ds-core": "16.2.1", + "@baloise/ds-angular-common": "16.2.1", "tslib": "~2.3.0" }, "sideEffects": false diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index 2f104578df..b0e958ad3a 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-brand-icons", - "version": "16.2.0", + "version": "16.2.1", "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 5495a8747c..4959b212a4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 16.2.1 + +### Patch Changes + +- **select**: Prevent autofill with previously entered data on Edge ( [#1407](https://github.com/baloise/design-system/pull/1407)) + +- **number-input**: handle inputs for Germany ( [#1401](https://github.com/baloise/design-system/pull/1401)) + ## 16.2.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 10478f7437..11ffe8e6ab 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "16.2.0", + "version": "16.2.1", "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 @@ "bubu": "vitest --ui" }, "dependencies": { - "@baloise/ds-styles": "16.2.0", - "@baloise/ds-icons": "16.2.0", + "@baloise/ds-styles": "16.2.1", + "@baloise/ds-icons": "16.2.1", "@baloise/web-app-utils": "3.11.2", "@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.2.0", - "@baloise/ds-maps": "16.2.0", - "@baloise/ds-brand-icons": "16.2.0", - "@baloise/ds-favicons": "16.2.0" + "@baloise/ds-css": "16.2.1", + "@baloise/ds-maps": "16.2.1", + "@baloise/ds-brand-icons": "16.2.1", + "@baloise/ds-favicons": "16.2.1" }, "sideEffects": false } diff --git a/packages/css/package.json b/packages/css/package.json index cd0d1bbe2c..9212d300e5 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-css", - "version": "16.2.0", + "version": "16.2.1", "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.2.0", - "@baloise/ds-tokens": "16.2.0" + "@baloise/ds-fonts": "16.2.1", + "@baloise/ds-tokens": "16.2.1" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 223fb47e7f..637f6eb4f4 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-devkit", - "version": "16.2.0", + "version": "16.2.1", "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 d589ed7dae..7791cd9465 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-favicons", - "version": "16.2.0", + "version": "16.2.1", "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 eb2a7f7751..a1ecdc863a 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-fonts", - "version": "16.2.0", + "version": "16.2.1", "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 114dcc15dc..ab52153c32 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-icons", - "version": "16.2.0", + "version": "16.2.1", "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 7f97f4d330..27016a0377 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-maps", - "version": "16.2.0", + "version": "16.2.1", "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 2396e88404..e949a7da05 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-react", - "version": "16.2.0", + "version": "16.2.1", "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.2.0" + "@baloise/ds-core": "16.2.1" } } diff --git a/packages/styles/package.json b/packages/styles/package.json index ee363a83fa..f5e2f3cdf1 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-styles", - "version": "16.2.0", + "version": "16.2.1", "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.2.0", - "@baloise/ds-tokens": "16.2.0", + "@baloise/ds-fonts": "16.2.1", + "@baloise/ds-tokens": "16.2.1", "@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 176f82a61d..30a3ba4f4d 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-table", - "version": "16.2.0", + "version": "16.2.1", "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.2.0", - "@baloise/ds-css": "16.2.0", - "@baloise/ds-styles": "16.2.0" + "@baloise/ds-core": "16.2.1", + "@baloise/ds-css": "16.2.1", + "@baloise/ds-styles": "16.2.1" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index df89cb94e8..6defb0eae8 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-testing", - "version": "16.2.0", + "version": "16.2.1", "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.2.0", + "@baloise/ds-core": "16.2.1", "cypress-file-upload": "~5.0.8" }, "module": "./index.esm.js", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 080a506194..045e8ff4d1 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "16.2.0", + "version": "16.2.1", "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 bedb16ce1e..9e8b3bf3cb 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-vue", - "version": "16.2.0", + "version": "16.2.1", "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.2.0" + "@baloise/ds-core": "16.2.1" }, "peerDependencies": { "vue": ">=3.0.5"