From b4641ce431b36bc7d6a826920b5c5cfe8651ff87 Mon Sep 17 00:00:00 2001 From: Gery Hirschfeld Date: Tue, 14 Jan 2025 10:07:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20Release=20(#1573)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit prepare release Co-authored-by: github-actions[bot] --- .changeset/nine-turtles-hammer.md | 5 ----- .changeset/shaggy-goats-unite.md | 5 ----- .changeset/thirty-baboons-kiss.md | 5 ----- .changeset/three-horses-look.md | 5 ----- docs/package.json | 14 +++++++------- e2e/package.json | 6 +++--- libs/nx/package.json | 2 +- packages/angular-common/package.json | 4 ++-- packages/angular-legacy/package.json | 6 +++--- packages/angular-module/package.json | 6 +++--- packages/angular/package.json | 6 +++--- packages/brand-icons/package.json | 2 +- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 14 +++++++------- packages/css/package.json | 6 +++--- packages/devkit/package.json | 2 +- packages/favicons/package.json | 2 +- packages/fonts/package.json | 2 +- packages/icons/package.json | 2 +- packages/maps/package.json | 2 +- packages/react/package.json | 4 ++-- packages/styles/package.json | 6 +++--- packages/table/package.json | 8 ++++---- packages/testing/package.json | 4 ++-- packages/tokens/package.json | 2 +- packages/vue/package.json | 4 ++-- 26 files changed, 64 insertions(+), 72 deletions(-) delete mode 100644 .changeset/nine-turtles-hammer.md delete mode 100644 .changeset/shaggy-goats-unite.md delete mode 100644 .changeset/thirty-baboons-kiss.md delete mode 100644 .changeset/three-horses-look.md diff --git a/.changeset/nine-turtles-hammer.md b/.changeset/nine-turtles-hammer.md deleted file mode 100644 index f89b8ab6c2..0000000000 --- a/.changeset/nine-turtles-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**carousel**: show controls on firefox diff --git a/.changeset/shaggy-goats-unite.md b/.changeset/shaggy-goats-unite.md deleted file mode 100644 index 39a3e9e646..0000000000 --- a/.changeset/shaggy-goats-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**hint**: set styles for content diff --git a/.changeset/thirty-baboons-kiss.md b/.changeset/thirty-baboons-kiss.md deleted file mode 100644 index 5c8f8d3c33..0000000000 --- a/.changeset/thirty-baboons-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**tabs**: load value initialy to tabs when select on mobile diff --git a/.changeset/three-horses-look.md b/.changeset/three-horses-look.md deleted file mode 100644 index c1be69f8b8..0000000000 --- a/.changeset/three-horses-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**tabs**: adjust border widht on expanded mode diff --git a/docs/package.json b/docs/package.json index 9e80739c74..03e569585c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,14 +1,14 @@ { "name": "docs", - "version": "15.2.26", + "version": "15.2.27", "private": true, "dependencies": { - "@baloise/ds-brand-icons": "17.2.4", - "@baloise/ds-core": "17.2.4", - "@baloise/ds-styles": "17.2.4", - "@baloise/ds-css": "17.2.4", - "@baloise/ds-icons": "17.2.4", - "@baloise/ds-tokens": "17.2.4", + "@baloise/ds-brand-icons": "17.2.5", + "@baloise/ds-core": "17.2.5", + "@baloise/ds-styles": "17.2.5", + "@baloise/ds-css": "17.2.5", + "@baloise/ds-icons": "17.2.5", + "@baloise/ds-tokens": "17.2.5", "@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 26aaba058f..2ba045f61d 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,14 +1,14 @@ { "name": "e2e", - "version": "15.2.26", + "version": "15.2.27", "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": "17.2.4", - "@baloise/ds-testing": "17.2.4", + "@baloise/ds-core": "17.2.5", + "@baloise/ds-testing": "17.2.5", "@cypress/mount-utils": "^4.1.0", "axe-core": "~4.8.4", "compression": "~1.7.4", diff --git a/libs/nx/package.json b/libs/nx/package.json index c4de58fc58..67f4292a78 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "17.2.4", + "version": "17.2.5", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index c5f05838ff..02f6f32aa5 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-common", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4" + "@baloise/ds-core": "17.2.5" }, "sideEffects": false } diff --git a/packages/angular-legacy/package.json b/packages/angular-legacy/package.json index b9c409cb8a..b8817d342a 100644 --- a/packages/angular-legacy/package.json +++ b/packages/angular-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-legacy", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4", - "@baloise/ds-angular-common": "17.2.4" + "@baloise/ds-core": "17.2.5", + "@baloise/ds-angular-common": "17.2.5" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index f2b33c7fcd..fd7e59c35c 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-module", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4", - "@baloise/ds-angular-common": "17.2.4" + "@baloise/ds-core": "17.2.5", + "@baloise/ds-angular-common": "17.2.5" }, "sideEffects": false } diff --git a/packages/angular/package.json b/packages/angular/package.json index 6cf7d2e8e9..c0be8ca46d 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4", - "@baloise/ds-angular-common": "17.2.4", + "@baloise/ds-core": "17.2.5", + "@baloise/ds-angular-common": "17.2.5", "tslib": "~2.3.0" }, "sideEffects": false diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index 60ee82e84c..f1c9413c3e 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-brand-icons", - "version": "17.2.4", + "version": "17.2.5", "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 1b1c4588f9..67f028a606 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 17.2.5 + +### Patch Changes + +- **carousel**: show controls on firefox ( [#1572](https://github.com/baloise/design-system/pull/1572)) + +- **hint**: set styles for content ( [#1572](https://github.com/baloise/design-system/pull/1572)) + +- **tabs**: load value initialy to tabs when select on mobile ( [#1572](https://github.com/baloise/design-system/pull/1572)) + +- **tabs**: adjust border widht on expanded mode ( [#1572](https://github.com/baloise/design-system/pull/1572)) + ## 17.2.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ad1644a145..ccc0d825a1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4", - "@baloise/ds-icons": "17.2.4", + "@baloise/ds-styles": "17.2.5", + "@baloise/ds-icons": "17.2.5", "@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": "17.2.4", - "@baloise/ds-maps": "17.2.4", - "@baloise/ds-brand-icons": "17.2.4", - "@baloise/ds-favicons": "17.2.4" + "@baloise/ds-css": "17.2.5", + "@baloise/ds-maps": "17.2.5", + "@baloise/ds-brand-icons": "17.2.5", + "@baloise/ds-favicons": "17.2.5" }, "sideEffects": false } diff --git a/packages/css/package.json b/packages/css/package.json index a82326b885..afb03123fe 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-css", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4", - "@baloise/ds-tokens": "17.2.4" + "@baloise/ds-fonts": "17.2.5", + "@baloise/ds-tokens": "17.2.5" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 24a7c99dff..a8546c1956 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-devkit", - "version": "17.2.4", + "version": "17.2.5", "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 7a9d7ccd7b..0c3af3084c 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-favicons", - "version": "17.2.4", + "version": "17.2.5", "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 9cebaee822..4c39490bb4 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-fonts", - "version": "17.2.4", + "version": "17.2.5", "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 fab0a03d6b..d404fda11c 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-icons", - "version": "17.2.4", + "version": "17.2.5", "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 815383cf7e..f197894798 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-maps", - "version": "17.2.4", + "version": "17.2.5", "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 8f21e1e908..a05e136ccf 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-react", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4" + "@baloise/ds-core": "17.2.5" } } diff --git a/packages/styles/package.json b/packages/styles/package.json index 50598da5a6..b5e31dacda 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-styles", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4", - "@baloise/ds-tokens": "17.2.4", + "@baloise/ds-fonts": "17.2.5", + "@baloise/ds-tokens": "17.2.5", "@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 4b0ec4a4de..24c8f21fcf 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-table", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4", - "@baloise/ds-css": "17.2.4", - "@baloise/ds-styles": "17.2.4" + "@baloise/ds-core": "17.2.5", + "@baloise/ds-css": "17.2.5", + "@baloise/ds-styles": "17.2.5" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index 5d9255c16a..2a16040359 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-testing", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4", + "@baloise/ds-core": "17.2.5", "cypress-file-upload": "~5.0.8" }, "module": "./index.esm.js", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 8d25b37c3d..dbc6a7f130 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "17.2.4", + "version": "17.2.5", "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 e69abfddf6..860dedb0b3 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-vue", - "version": "17.2.4", + "version": "17.2.5", "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": "17.2.4" + "@baloise/ds-core": "17.2.5" }, "peerDependencies": { "vue": ">=3.0.5"