From 21701a1a961224a2c5f9223502e37b7c029bf8e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 09:26:25 +0000 Subject: [PATCH] prepare release --- .changeset/cool-buckets-smell.md | 5 ----- .changeset/cyan-weeks-sneeze.md | 5 ----- .changeset/rare-bags-visit.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 ++-- 25 files changed, 64 insertions(+), 67 deletions(-) delete mode 100644 .changeset/cool-buckets-smell.md delete mode 100644 .changeset/cyan-weeks-sneeze.md delete mode 100644 .changeset/rare-bags-visit.md diff --git a/.changeset/cool-buckets-smell.md b/.changeset/cool-buckets-smell.md deleted file mode 100644 index 9c8105b41d..0000000000 --- a/.changeset/cool-buckets-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**segment**: triggers change when selecting with space or enter key diff --git a/.changeset/cyan-weeks-sneeze.md b/.changeset/cyan-weeks-sneeze.md deleted file mode 100644 index fea156f98e..0000000000 --- a/.changeset/cyan-weeks-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': minor ---- - -**icon**: add new arrow-down icon diff --git a/.changeset/rare-bags-visit.md b/.changeset/rare-bags-visit.md deleted file mode 100644 index f13b99cfcd..0000000000 --- a/.changeset/rare-bags-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**segment**: improve vertical rendering for the initial render diff --git a/docs/package.json b/docs/package.json index 827f2bda4a..985cf3bbf9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,14 +1,14 @@ { "name": "docs", - "version": "15.2.17", + "version": "15.2.18", "private": true, "dependencies": { - "@baloise/ds-brand-icons": "16.6.0", - "@baloise/ds-core": "16.6.0", - "@baloise/ds-styles": "16.6.0", - "@baloise/ds-css": "16.6.0", - "@baloise/ds-icons": "16.6.0", - "@baloise/ds-tokens": "16.6.0", + "@baloise/ds-brand-icons": "16.7.0", + "@baloise/ds-core": "16.7.0", + "@baloise/ds-styles": "16.7.0", + "@baloise/ds-css": "16.7.0", + "@baloise/ds-icons": "16.7.0", + "@baloise/ds-tokens": "16.7.0", "@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 0ff63649d9..5e91036e6e 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,14 +1,14 @@ { "name": "e2e", - "version": "15.2.17", + "version": "15.2.18", "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.6.0", - "@baloise/ds-testing": "16.6.0", + "@baloise/ds-core": "16.7.0", + "@baloise/ds-testing": "16.7.0", "@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 7f1912f154..8fa1971d20 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "16.6.0", + "version": "16.7.0", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index 41846d1a99..dd2a7eeff6 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-common", - "version": "16.6.0", + "version": "16.7.0", "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.6.0" + "@baloise/ds-core": "16.7.0" }, "sideEffects": false } diff --git a/packages/angular-legacy/package.json b/packages/angular-legacy/package.json index 4608f66683..a6071691b2 100644 --- a/packages/angular-legacy/package.json +++ b/packages/angular-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-legacy", - "version": "16.6.0", + "version": "16.7.0", "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.6.0", - "@baloise/ds-angular-common": "16.6.0" + "@baloise/ds-core": "16.7.0", + "@baloise/ds-angular-common": "16.7.0" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index 5a7a0b77ce..653b07440a 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-module", - "version": "16.6.0", + "version": "16.7.0", "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.6.0", - "@baloise/ds-angular-common": "16.6.0" + "@baloise/ds-core": "16.7.0", + "@baloise/ds-angular-common": "16.7.0" }, "sideEffects": false } diff --git a/packages/angular/package.json b/packages/angular/package.json index d2d199aabd..37738bb2c4 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular", - "version": "16.6.0", + "version": "16.7.0", "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.6.0", - "@baloise/ds-angular-common": "16.6.0", + "@baloise/ds-core": "16.7.0", + "@baloise/ds-angular-common": "16.7.0", "tslib": "~2.3.0" }, "sideEffects": false diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index ef9e04eaa4..dff7ce2886 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-brand-icons", - "version": "16.6.0", + "version": "16.7.0", "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 36e0696e23..a6cbb33533 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 16.7.0 + +### Minor Changes + +- **icon**: add new arrow-down icon ( [#1483](https://github.com/baloise/design-system/pull/1483)) + +### Patch Changes + +- **segment**: triggers change when selecting with space or enter key ( [#1486](https://github.com/baloise/design-system/pull/1486)) + +- **segment**: improve vertical rendering for the initial render ( [#1486](https://github.com/baloise/design-system/pull/1486)) + ## 16.6.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6359922a2b..3ac2b5da3a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "16.6.0", + "version": "16.7.0", "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.6.0", - "@baloise/ds-icons": "16.6.0", + "@baloise/ds-styles": "16.7.0", + "@baloise/ds-icons": "16.7.0", "@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.6.0", - "@baloise/ds-maps": "16.6.0", - "@baloise/ds-brand-icons": "16.6.0", - "@baloise/ds-favicons": "16.6.0" + "@baloise/ds-css": "16.7.0", + "@baloise/ds-maps": "16.7.0", + "@baloise/ds-brand-icons": "16.7.0", + "@baloise/ds-favicons": "16.7.0" }, "sideEffects": false } diff --git a/packages/css/package.json b/packages/css/package.json index 22091ef777..90bf1e08b8 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-css", - "version": "16.6.0", + "version": "16.7.0", "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.6.0", - "@baloise/ds-tokens": "16.6.0" + "@baloise/ds-fonts": "16.7.0", + "@baloise/ds-tokens": "16.7.0" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 76958c0f4f..ad32f13119 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-devkit", - "version": "16.6.0", + "version": "16.7.0", "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 5fe4abf5f4..96b19f5804 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-favicons", - "version": "16.6.0", + "version": "16.7.0", "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 82e27018e6..5fe56bece1 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-fonts", - "version": "16.6.0", + "version": "16.7.0", "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 ab3242482e..174ffc3130 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-icons", - "version": "16.6.0", + "version": "16.7.0", "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 dd83e0393d..ce91f7907c 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-maps", - "version": "16.6.0", + "version": "16.7.0", "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 47bcdbba17..d0227ff5d3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-react", - "version": "16.6.0", + "version": "16.7.0", "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.6.0" + "@baloise/ds-core": "16.7.0" } } diff --git a/packages/styles/package.json b/packages/styles/package.json index e550e2ff43..a0bbf2d4e9 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-styles", - "version": "16.6.0", + "version": "16.7.0", "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.6.0", - "@baloise/ds-tokens": "16.6.0", + "@baloise/ds-fonts": "16.7.0", + "@baloise/ds-tokens": "16.7.0", "@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 91dd8b91f9..bb3e9b4b04 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-table", - "version": "16.6.0", + "version": "16.7.0", "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.6.0", - "@baloise/ds-css": "16.6.0", - "@baloise/ds-styles": "16.6.0" + "@baloise/ds-core": "16.7.0", + "@baloise/ds-css": "16.7.0", + "@baloise/ds-styles": "16.7.0" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index ce7921cec6..52e00e5905 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-testing", - "version": "16.6.0", + "version": "16.7.0", "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.6.0", + "@baloise/ds-core": "16.7.0", "cypress-file-upload": "~5.0.8" }, "module": "./index.esm.js", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 589b62ceb4..d0d9321a12 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "16.6.0", + "version": "16.7.0", "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 055b08a092..629cf66634 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-vue", - "version": "16.6.0", + "version": "16.7.0", "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.6.0" + "@baloise/ds-core": "16.7.0" }, "peerDependencies": { "vue": ">=3.0.5"