From 2fdf2c258e4df248732603659e7a1f406b2193cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Mar 2024 12:55:22 +0000 Subject: [PATCH] prepare release --- .changeset/chatty-buckets-wave.md | 19 ---------------- .changeset/chilled-poets-kick.md | 7 ------ .changeset/empty-dolphins-join.md | 7 ------ .changeset/hip-shirts-turn.md | 6 ----- .changeset/violet-suits-provide.md | 6 ----- 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 | 34 ++++++++++++++++++++++++++++ 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 ++-- 27 files changed, 86 insertions(+), 97 deletions(-) delete mode 100644 .changeset/chatty-buckets-wave.md delete mode 100644 .changeset/chilled-poets-kick.md delete mode 100644 .changeset/empty-dolphins-join.md delete mode 100644 .changeset/hip-shirts-turn.md delete mode 100644 .changeset/violet-suits-provide.md diff --git a/.changeset/chatty-buckets-wave.md b/.changeset/chatty-buckets-wave.md deleted file mode 100644 index 0c95c40ada..0000000000 --- a/.changeset/chatty-buckets-wave.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@baloise/ds-core': major ---- - -**all**: Simplifying our package names from `@baloise/design-system-*` to `@baloise/ds-*` - -Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation). - -| Old Package Name | | New Package Name | -| :----------------------------------------------------- | :---: | :--------------------------- | -| `@baloise/design-system-components` | **→** | `@baloise/ds-core` | -| `@baloise/design-system-components-angular` | **→** | `@baloise/ds-angular-module` | -| `@baloise/design-system-components-angular/standalone` | **→** | `@baloise/ds-angular` | -| `@baloise/design-system-components-angular/legacy` | **→** | `@baloise/ds-angular-legacy` | -| `@baloise/design-system-components-react` | **→** | `@baloise/ds-react` | -| `@baloise/design-system-components-vue` | **→** | `@baloise/ds-vue` | -| `@baloise/design-system-components-table` | **→** | `@baloise/ds-table` | -| `@baloise/design-system-cli` | **→** | `@baloise/ds-devkit` | -| `@baloise/design-system-\*` | **→** | `@baloise/ds-\*` | diff --git a/.changeset/chilled-poets-kick.md b/.changeset/chilled-poets-kick.md deleted file mode 100644 index 31a067d45d..0000000000 --- a/.changeset/chilled-poets-kick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@baloise/ds-core': minor ---- - -**styles**: standardize the design tokens, facilitating their export to platforms such as Figma and others. With the introduction of these new design tokens, we can automatically generate CSS utility classes. - -Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation#standardizing-design-tokens). diff --git a/.changeset/empty-dolphins-join.md b/.changeset/empty-dolphins-join.md deleted file mode 100644 index 5aca2b8566..0000000000 --- a/.changeset/empty-dolphins-join.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@baloise/ds-core': major ---- - -**css**: The CSS package is marked as deprecated. Upgrade to `@baloise/ds-styles`. - -Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation#standardizing-design-tokens). diff --git a/.changeset/hip-shirts-turn.md b/.changeset/hip-shirts-turn.md deleted file mode 100644 index 43ad9d7133..0000000000 --- a/.changeset/hip-shirts-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@baloise/ds-core': major ---- - -**button**: properties `topRounded` and `bottomRounded` has been removed, due to not match the design criteria. - diff --git a/.changeset/violet-suits-provide.md b/.changeset/violet-suits-provide.md deleted file mode 100644 index ddebccc91f..0000000000 --- a/.changeset/violet-suits-provide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@baloise/ds-core': major ---- - -**navigation**: has been removed and replaced with `bal-nav` to improve performance and SEO. - diff --git a/docs/package.json b/docs/package.json index 916a4631f3..e24b6c8845 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,14 +1,14 @@ { "name": "docs", - "version": "0.0.7", + "version": "0.0.8", "private": true, "dependencies": { - "@baloise/ds-brand-icons": "0.0.7", - "@baloise/ds-core": "0.0.7", - "@baloise/ds-styles": "0.0.7", - "@baloise/ds-css": "0.0.7", - "@baloise/ds-icons": "0.0.7", - "@baloise/ds-tokens": "0.0.7", + "@baloise/ds-brand-icons": "1.0.0", + "@baloise/ds-core": "1.0.0", + "@baloise/ds-styles": "1.0.0", + "@baloise/ds-css": "1.0.0", + "@baloise/ds-icons": "1.0.0", + "@baloise/ds-tokens": "1.0.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 fde0b14bbe..ec2b7d8faa 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,14 +1,14 @@ { "name": "e2e", - "version": "0.0.7", + "version": "0.0.8", "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": "0.0.7", - "@baloise/ds-testing": "0.0.7", + "@baloise/ds-core": "1.0.0", + "@baloise/ds-testing": "1.0.0", "@baloise/web-app-utils": "~3.11.2", "@vitejs/plugin-vue": "~5.0.4", "axe-core": "~4.8.4", diff --git a/libs/nx/package.json b/libs/nx/package.json index 941ee2e56e..674e8042f9 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "0.0.7", + "version": "1.0.0", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index 78fc5c918d..0973433c1f 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-common", - "version": "0.0.7", + "version": "1.0.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": "0.0.7" + "@baloise/ds-core": "1.0.0" }, "sideEffects": false } diff --git a/packages/angular-legacy/package.json b/packages/angular-legacy/package.json index 28f2ff8007..e3a948bbcb 100644 --- a/packages/angular-legacy/package.json +++ b/packages/angular-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-legacy", - "version": "0.0.7", + "version": "1.0.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": "0.0.7", - "@baloise/ds-angular-common": "0.0.7" + "@baloise/ds-core": "1.0.0", + "@baloise/ds-angular-common": "1.0.0" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index 6316777ff0..48362d3009 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-module", - "version": "0.0.7", + "version": "1.0.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": "0.0.7", - "@baloise/ds-angular-common": "0.0.7" + "@baloise/ds-core": "1.0.0", + "@baloise/ds-angular-common": "1.0.0" }, "sideEffects": false } diff --git a/packages/angular/package.json b/packages/angular/package.json index a5ef8bd94c..f46174497f 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular", - "version": "0.0.7", + "version": "1.0.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": "0.0.7", - "@baloise/ds-angular-common": "0.0.7", + "@baloise/ds-core": "1.0.0", + "@baloise/ds-angular-common": "1.0.0", "tslib": "~2.3.0" }, "sideEffects": false diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index b052b53464..9e2632b7f1 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-brand-icons", - "version": "0.0.7", + "version": "1.0.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 448f1bc17e..a893140fe6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## 1.0.0 + +### Major Changes + +- **all**: Simplifying our package names from `@baloise/design-system-*` to `@baloise/ds-*` ( [#1344](https://github.com/baloise/design-system/pull/1344)) + + Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation). + + | Old Package Name | | New Package Name | + | :----------------------------------------------------- | :---: | :--------------------------- | + | `@baloise/design-system-components` | **→** | `@baloise/ds-core` | + | `@baloise/design-system-components-angular` | **→** | `@baloise/ds-angular-module` | + | `@baloise/design-system-components-angular/standalone` | **→** | `@baloise/ds-angular` | + | `@baloise/design-system-components-angular/legacy` | **→** | `@baloise/ds-angular-legacy` | + | `@baloise/design-system-components-react` | **→** | `@baloise/ds-react` | + | `@baloise/design-system-components-vue` | **→** | `@baloise/ds-vue` | + | `@baloise/design-system-components-table` | **→** | `@baloise/ds-table` | + | `@baloise/design-system-cli` | **→** | `@baloise/ds-devkit` | + | `@baloise/design-system-\*` | **→** | `@baloise/ds-\*` | + +- **css**: The CSS package is marked as deprecated. Upgrade to `@baloise/ds-styles`. ( [#1344](https://github.com/baloise/design-system/pull/1344)) + + Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation#standardizing-design-tokens). + +- **button**: properties `topRounded` and `bottomRounded` has been removed, due to not match the design criteria. ( [#1344](https://github.com/baloise/design-system/pull/1344)) + +- **navigation**: has been removed and replaced with `bal-nav` to improve performance and SEO. ( [#1344](https://github.com/baloise/design-system/pull/1344)) + +### Minor Changes + +- **styles**: standardize the design tokens, facilitating their export to platforms such as Figma and others. With the introduction of these new design tokens, we can automatically generate CSS utility classes. ( [#1344](https://github.com/baloise/design-system/pull/1344)) + + Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation#standardizing-design-tokens). + ## 15.2.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e03cde506b..d07f64d584 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "0.0.7", + "version": "1.0.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 @@ "bubu": "vitest --ui" }, "dependencies": { - "@baloise/ds-styles": "0.0.7", - "@baloise/ds-icons": "0.0.7", + "@baloise/ds-styles": "1.0.0", + "@baloise/ds-icons": "1.0.0", "@baloise/web-app-utils": "3.11.2", "@floating-ui/dom": "~1.6.3", "@popperjs/core": "~2.11.4", @@ -53,10 +53,10 @@ "@baloise/output-target-angular": "0.0.0", "@baloise/output-target-react": "0.0.0", "@baloise/output-target-vue": "0.0.0", - "@baloise/ds-css": "0.0.7", - "@baloise/ds-maps": "0.0.7", - "@baloise/ds-brand-icons": "0.0.7", - "@baloise/ds-favicons": "0.0.7" + "@baloise/ds-css": "1.0.0", + "@baloise/ds-maps": "1.0.0", + "@baloise/ds-brand-icons": "1.0.0", + "@baloise/ds-favicons": "1.0.0" }, "sideEffects": false } diff --git a/packages/css/package.json b/packages/css/package.json index a31b977d32..c31f776ebf 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-css", - "version": "0.0.7", + "version": "1.0.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": "0.0.7", - "@baloise/ds-tokens": "0.0.7" + "@baloise/ds-fonts": "1.0.0", + "@baloise/ds-tokens": "1.0.0" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 1e011a740c..95e04661b2 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-devkit", - "version": "0.0.7", + "version": "1.0.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 f7c971f0d6..2360908811 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-favicons", - "version": "0.0.7", + "version": "1.0.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 c38723201e..5ab249b66b 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-fonts", - "version": "0.0.7", + "version": "1.0.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 74403e5902..325917c3e8 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-icons", - "version": "0.0.7", + "version": "1.0.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 7d0deb18ec..0eb97ea815 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-maps", - "version": "0.0.7", + "version": "1.0.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 f7853fc821..2cdcbed7bb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-react", - "version": "0.0.7", + "version": "1.0.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", @@ -15,7 +15,7 @@ "dist/" ], "dependencies": { - "@baloise/ds-core": "0.0.7" + "@baloise/ds-core": "1.0.0" }, "type": "module", "main": "./dist/index.js", diff --git a/packages/styles/package.json b/packages/styles/package.json index 1fb2baf4d4..cb522d9cba 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-styles", - "version": "0.0.7", + "version": "1.0.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": "0.0.7", - "@baloise/ds-tokens": "0.0.7", + "@baloise/ds-fonts": "1.0.0", + "@baloise/ds-tokens": "1.0.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 ccd56d21b8..da61f1c448 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-table", - "version": "0.0.7", + "version": "1.0.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", @@ -29,8 +29,8 @@ "ag-grid-community": ">=29.3.0" }, "dependencies": { - "@baloise/ds-core": "0.0.7", - "@baloise/ds-css": "0.0.7", - "@baloise/ds-styles": "0.0.7" + "@baloise/ds-core": "1.0.0", + "@baloise/ds-css": "1.0.0", + "@baloise/ds-styles": "1.0.0" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index 1e1f37805c..156659d839 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-testing", - "version": "0.0.7", + "version": "1.0.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": "0.0.7", + "@baloise/ds-core": "1.0.0", "cypress-file-upload": "~5.0.8" }, "type": "module", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 33c1b1fc3e..420bf1ee06 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "0.0.7", + "version": "1.0.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 a034272da1..c7250c9d73 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-vue", - "version": "0.0.7", + "version": "1.0.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": "0.0.7" + "@baloise/ds-core": "1.0.0" }, "peerDependencies": { "vue": ">=3.0.5"