diff --git a/.changeset/purple-fishes-sell.md b/.changeset/purple-fishes-sell.md deleted file mode 100644 index b6fb9019fe..0000000000 --- a/.changeset/purple-fishes-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**icon**: do not fill empty paths in svgs. diff --git a/docs/package.json b/docs/package.json index 9ad393c63a..30543ce1e5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,13 +1,13 @@ { "name": "docs", - "version": "15.2.56", + "version": "15.2.57", "private": true, "dependencies": { - "@baloise/ds-brand-icons": "19.9.5", - "@baloise/ds-core": "19.9.5", - "@baloise/ds-styles": "19.9.5", - "@baloise/ds-icons": "19.9.5", - "@baloise/ds-tokens": "19.9.5", + "@baloise/ds-brand-icons": "19.9.6", + "@baloise/ds-core": "19.9.6", + "@baloise/ds-styles": "19.9.6", + "@baloise/ds-icons": "19.9.6", + "@baloise/ds-tokens": "19.9.6", "@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 fa46e6154d..602b4dcf6d 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,13 +1,13 @@ { "name": "e2e", - "version": "15.2.56", + "version": "15.2.57", "private": true, "scripts": { "postinstall": "cypress install" }, "dependencies": { - "@baloise/ds-core": "19.9.5", - "@baloise/ds-testing": "19.9.5", + "@baloise/ds-core": "19.9.6", + "@baloise/ds-testing": "19.9.6", "@cypress/mount-utils": "^4.1.0", "axe-core": "~4.10.2", "compression": "~1.8.1", diff --git a/libs/nx/package.json b/libs/nx/package.json index ec88595c0c..cbc10f3dee 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "19.9.5", + "version": "19.9.6", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index 7fc272fc49..89297117bb 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-common", - "version": "19.9.5", + "version": "19.9.6", "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.8.0" }, "dependencies": { - "@baloise/ds-core": "19.9.5" + "@baloise/ds-core": "19.9.6" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index 20873a6308..a2f39d60b4 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-module", - "version": "19.9.5", + "version": "19.9.6", "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": ">=18.0.0" }, "dependencies": { - "@baloise/ds-core": "19.9.5", - "@baloise/ds-angular-common": "19.9.5" + "@baloise/ds-core": "19.9.6", + "@baloise/ds-angular-common": "19.9.6" }, "sideEffects": false } diff --git a/packages/angular/package.json b/packages/angular/package.json index aa63e78d99..aa43829dda 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular", - "version": "19.9.5", + "version": "19.9.6", "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": ">=18.0.0" }, "dependencies": { - "@baloise/ds-core": "19.9.5", - "@baloise/ds-angular-common": "19.9.5", + "@baloise/ds-core": "19.9.6", + "@baloise/ds-angular-common": "19.9.6", "tslib": "~2.3.0" }, "sideEffects": false diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index bcf51edadc..64abd1ebdf 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-brand-icons", - "version": "19.9.5", + "version": "19.9.6", "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 94082a2c26..006fb9c915 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.9.6 + +### Patch Changes + +- **icon**: do not fill empty paths in svgs. ( [#1947](https://github.com/baloise/design-system/pull/1947)) + ## 19.9.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3f0baeee70..705c71e4ba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "19.9.5", + "version": "19.9.6", "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": "19.9.5", - "@baloise/ds-icons": "19.9.5", + "@baloise/ds-styles": "19.9.6", + "@baloise/ds-icons": "19.9.6", "@baloise/web-app-utils": "3.15.0", "@floating-ui/dom": "~1.6.3", "@popperjs/core": "~2.11.4", @@ -53,9 +53,9 @@ "devDependencies": { "@baloise/output-target-angular": "0.0.0", "@baloise/output-target-web": "0.0.0", - "@baloise/ds-maps": "19.9.5", - "@baloise/ds-brand-icons": "19.9.5", - "@baloise/ds-favicons": "19.9.5", + "@baloise/ds-maps": "19.9.6", + "@baloise/ds-brand-icons": "19.9.6", + "@baloise/ds-favicons": "19.9.6", "compression": "~1.8.1", "express": "~4.22.1", "serve-index": "~1.9.1" diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 76d4da4bd5..ba12555227 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-devkit", - "version": "19.9.5", + "version": "19.9.6", "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 7b973b7792..f18ee68a94 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-favicons", - "version": "19.9.5", + "version": "19.9.6", "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 054ca999f4..762973366b 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-fonts", - "version": "19.9.5", + "version": "19.9.6", "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 b4d2796f39..6e6ab7ac24 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-icons", - "version": "19.9.5", + "version": "19.9.6", "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 581bb973f2..0c054c672b 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-maps", - "version": "19.9.5", + "version": "19.9.6", "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/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index 643ac39937..93eb93b116 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/CHANGELOG.md @@ -1,5 +1,7 @@ # @baloise/ds-playwright +## 19.9.6 + ## 19.9.5 ## 19.9.4 diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 4649bf6291..b394fcd050 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-playwright", - "version": "19.9.5", + "version": "19.9.6", "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 45f5734806..dde8ef5597 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-react", - "version": "19.9.5", + "version": "19.9.6", "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": "19.9.5", + "@baloise/ds-core": "19.9.6", "@stencil/react-output-target": "1.2.0" } } diff --git a/packages/styles/package.json b/packages/styles/package.json index 6fb3e3966e..f0fe72e609 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-styles", - "version": "19.9.5", + "version": "19.9.6", "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": "19.9.5", - "@baloise/ds-tokens": "19.9.5", + "@baloise/ds-fonts": "19.9.6", + "@baloise/ds-tokens": "19.9.6", "@phenomnomnominal/tsquery": "6.1.3", "cheerio": "1.0.0-rc.12", "glob": "10.5.0", diff --git a/packages/table/package.json b/packages/table/package.json index a00a770654..103abfd919 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-table", - "version": "19.9.5", + "version": "19.9.6", "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,7 +30,7 @@ "ag-grid-community": ">=29.3.0" }, "dependencies": { - "@baloise/ds-core": "19.9.5", - "@baloise/ds-styles": "19.9.5" + "@baloise/ds-core": "19.9.6", + "@baloise/ds-styles": "19.9.6" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index 27ef8dafa4..4520c93d0a 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-testing", - "version": "19.9.5", + "version": "19.9.6", "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": "19.9.5" + "@baloise/ds-core": "19.9.6" }, "module": "./index.esm.js", "type": "module", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 0bd4e11b3b..4bcdc9ecf6 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "19.9.5", + "version": "19.9.6", "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",