Skip to content

Commit

Permalink
📦️ Release (#1345)
Browse files Browse the repository at this point in the history
prepare release

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hirsch88 and github-actions[bot] authored Mar 11, 2024
1 parent 786681c commit 3c36352
Show file tree
Hide file tree
Showing 27 changed files with 86 additions and 97 deletions.
19 changes: 0 additions & 19 deletions .changeset/chatty-buckets-wave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/chilled-poets-kick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/empty-dolphins-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-shirts-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-suits-provide.md

This file was deleted.

14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docs",
"version": "15.2.4",
"version": "15.2.5",
"private": true,
"dependencies": {
"@baloise/ds-brand-icons": "15.2.4",
"@baloise/ds-core": "15.2.4",
"@baloise/ds-styles": "15.2.4",
"@baloise/ds-css": "15.2.4",
"@baloise/ds-icons": "15.2.4",
"@baloise/ds-tokens": "15.2.4",
"@baloise/ds-brand-icons": "16.0.0",
"@baloise/ds-core": "16.0.0",
"@baloise/ds-styles": "16.0.0",
"@baloise/ds-css": "16.0.0",
"@baloise/ds-icons": "16.0.0",
"@baloise/ds-tokens": "16.0.0",
"@storybook/addon-essentials": "~7.6.10",
"@storybook/addon-links": "~7.6.10",
"@storybook/blocks": "~7.6.10",
Expand Down
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "e2e",
"version": "15.2.4",
"version": "15.2.5",
"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": "15.2.4",
"@baloise/ds-testing": "15.2.4",
"@baloise/ds-core": "16.0.0",
"@baloise/ds-testing": "16.0.0",
"@baloise/web-app-utils": "~3.11.2",
"@vitejs/plugin-vue": "~5.0.4",
"axe-core": "~4.8.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-nx",
"version": "15.2.4",
"version": "16.0.0",
"private": true,
"dependencies": {
"@nx/devkit": "18.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular-common",
"version": "15.2.4",
"version": "16.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",
Expand All @@ -17,7 +17,7 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@baloise/ds-core": "15.2.4"
"@baloise/ds-core": "16.0.0"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/angular-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular-legacy",
"version": "15.2.4",
"version": "16.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",
Expand All @@ -16,8 +16,8 @@
"@angular/core": ">=15.0.0"
},
"dependencies": {
"@baloise/ds-core": "15.2.4",
"@baloise/ds-angular-common": "15.2.4"
"@baloise/ds-core": "16.0.0",
"@baloise/ds-angular-common": "16.0.0"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/angular-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular-module",
"version": "15.2.4",
"version": "16.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",
Expand All @@ -16,8 +16,8 @@
"@angular/core": ">=15.0.0"
},
"dependencies": {
"@baloise/ds-core": "15.2.4",
"@baloise/ds-angular-common": "15.2.4"
"@baloise/ds-core": "16.0.0",
"@baloise/ds-angular-common": "16.0.0"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular",
"version": "15.2.4",
"version": "16.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",
Expand All @@ -17,8 +17,8 @@
"@angular/forms": ">=15.0.0"
},
"dependencies": {
"@baloise/ds-core": "15.2.4",
"@baloise/ds-angular-common": "15.2.4",
"@baloise/ds-core": "16.0.0",
"@baloise/ds-angular-common": "16.0.0",
"tslib": "~2.3.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/brand-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-brand-icons",
"version": "15.2.4",
"version": "16.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",
Expand Down
34 changes: 34 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 16.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
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-core",
"version": "15.2.4",
"version": "16.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",
Expand Down Expand Up @@ -28,8 +28,8 @@
"bubu": "vitest --ui"
},
"dependencies": {
"@baloise/ds-styles": "15.2.4",
"@baloise/ds-icons": "15.2.4",
"@baloise/ds-styles": "16.0.0",
"@baloise/ds-icons": "16.0.0",
"@baloise/web-app-utils": "3.11.2",
"@floating-ui/dom": "~1.6.3",
"@popperjs/core": "~2.11.4",
Expand All @@ -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": "15.2.4",
"@baloise/ds-maps": "15.2.4",
"@baloise/ds-brand-icons": "15.2.4",
"@baloise/ds-favicons": "15.2.4"
"@baloise/ds-css": "16.0.0",
"@baloise/ds-maps": "16.0.0",
"@baloise/ds-brand-icons": "16.0.0",
"@baloise/ds-favicons": "16.0.0"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-css",
"version": "15.2.4",
"version": "16.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",
Expand All @@ -19,8 +19,8 @@
"src/"
],
"dependencies": {
"@baloise/ds-fonts": "15.2.4",
"@baloise/ds-tokens": "15.2.4"
"@baloise/ds-fonts": "16.0.0",
"@baloise/ds-tokens": "16.0.0"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
}
2 changes: 1 addition & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-devkit",
"version": "15.2.4",
"version": "16.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/favicons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-favicons",
"version": "15.2.4",
"version": "16.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-fonts",
"version": "15.2.4",
"version": "16.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-icons",
"version": "15.2.4",
"version": "16.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-maps",
"version": "15.2.4",
"version": "16.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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-react",
"version": "15.2.4",
"version": "16.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",
Expand All @@ -15,7 +15,7 @@
"dist/"
],
"dependencies": {
"@baloise/ds-core": "15.2.4"
"@baloise/ds-core": "16.0.0"
},
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-styles",
"version": "15.2.4",
"version": "16.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",
Expand All @@ -23,8 +23,8 @@
"src/"
],
"dependencies": {
"@baloise/ds-fonts": "15.2.4",
"@baloise/ds-tokens": "15.2.4",
"@baloise/ds-fonts": "16.0.0",
"@baloise/ds-tokens": "16.0.0",
"@phenomnomnominal/tsquery": "6.1.3",
"cheerio": "1.0.0-rc.12",
"glob": "10.3.10",
Expand Down
8 changes: 4 additions & 4 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-table",
"version": "15.2.4",
"version": "16.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",
Expand Down Expand Up @@ -29,8 +29,8 @@
"ag-grid-community": ">=29.3.0"
},
"dependencies": {
"@baloise/ds-core": "15.2.4",
"@baloise/ds-css": "15.2.4",
"@baloise/ds-styles": "15.2.4"
"@baloise/ds-core": "16.0.0",
"@baloise/ds-css": "16.0.0",
"@baloise/ds-styles": "16.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-testing",
"version": "15.2.4",
"version": "16.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",
Expand All @@ -12,7 +12,7 @@
"homepage": "https://design.baloise.dev",
"license": "Apache-2.0",
"dependencies": {
"@baloise/ds-core": "15.2.4",
"@baloise/ds-core": "16.0.0",
"cypress-file-upload": "~5.0.8"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-tokens",
"version": "15.2.4",
"version": "16.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",
Expand Down
Loading

0 comments on commit 3c36352

Please sign in to comment.