Skip to content

Commit

Permalink
Version Packages (#1119)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 16, 2023
1 parent c6f2994 commit 820aae9
Show file tree
Hide file tree
Showing 44 changed files with 162 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-chefs-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-lies-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/big-flowers-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-turtles-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-games-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-berries-relate.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# apps-angular

## 0.0.13

### Patch Changes

- Updated dependencies [[`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`27b8e2849`](https://github.com/baloise/design-system/commit/27b8e284933029c3596947b196cd2d102f35dd3f), [`2a59b375f`](https://github.com/baloise/design-system/commit/2a59b375f15de5dbf0179004bd95dde9786fd1fc), [`bab18b4da`](https://github.com/baloise/design-system/commit/bab18b4dab90fbc914255e84c73a9e0f181560cb), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85)]:
- @baloise/design-system-components@14.4.0
- @baloise/design-system-components-angular@14.4.0
- @baloise/design-system-testing@14.4.0
- @baloise/design-system-brand-icons@14.4.0

## 0.0.12

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apps-angular",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"scripts": {
"ng": "ng",
"start": "./build.sh && ng serve",
Expand All @@ -25,10 +25,10 @@
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"@baloise/design-system-brand-icons": "^14.3.0",
"@baloise/design-system-components": "14.3.0",
"@baloise/design-system-components-angular": "14.3.0",
"@baloise/design-system-testing": "14.3.0",
"@baloise/design-system-brand-icons": "^14.4.0",
"@baloise/design-system-components": "14.4.0",
"@baloise/design-system-components-angular": "14.4.0",
"@baloise/design-system-testing": "14.4.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# docs-web

## 0.0.3

### Patch Changes

- Updated dependencies [[`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`2a59b375f`](https://github.com/baloise/design-system/commit/2a59b375f15de5dbf0179004bd95dde9786fd1fc), [`bab18b4da`](https://github.com/baloise/design-system/commit/bab18b4dab90fbc914255e84c73a9e0f181560cb), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85)]:
- @baloise/design-system-components@14.4.0
- @baloise/design-system-brand-icons@14.4.0
- @baloise/design-system-css@14.4.0
- @baloise/design-system-icons@14.4.0
- @baloise/design-system-tokens@14.4.0

## 0.0.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs-web",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,11 +10,11 @@
"storybook": "storybook build -o ../storybook --quiet --disable-telemetry"
},
"dependencies": {
"@baloise/design-system-brand-icons": "14.3.0",
"@baloise/design-system-components": "14.3.0",
"@baloise/design-system-css": "14.3.0",
"@baloise/design-system-icons": "14.3.0",
"@baloise/design-system-tokens": "14.3.0",
"@baloise/design-system-brand-icons": "14.4.0",
"@baloise/design-system-components": "14.4.0",
"@baloise/design-system-css": "14.4.0",
"@baloise/design-system-icons": "14.4.0",
"@baloise/design-system-tokens": "14.4.0",
"lodash.kebabcase": "^4.1.1"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/brand-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-brand-icons

## 14.4.0

## 14.3.0

### Minor Changes
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/design-system-brand-icons",
"version": "14.3.0",
"version": "14.4.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
11 changes: 11 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @baloise/design-system-components-angular

## 14.4.0

### Minor Changes

- [#1116](https://github.com/baloise/design-system/pull/1116) - Stencil version updated to v4 and Angular proxy library requires v15 or higher now.

### Patch Changes

- Updated dependencies [[`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`2a59b375f`](https://github.com/baloise/design-system/commit/2a59b375f15de5dbf0179004bd95dde9786fd1fc), [`bab18b4da`](https://github.com/baloise/design-system/commit/bab18b4dab90fbc914255e84c73a9e0f181560cb), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85)]:
- @baloise/design-system-components@14.4.0

## 14.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-angular",
"version": "14.3.0",
"version": "14.4.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 @@ -35,7 +35,7 @@
"clean:package": "rimraf dist/package.json && rimraf dist/CHANGELOG.md && rimraf dist/LICENSE && rimraf dist/README.md"
},
"dependencies": {
"@baloise/design-system-components": "14.3.0",
"@baloise/design-system-components": "14.4.0",
"tslib": "^2.2.0"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baloise/design-system-components-react

## 14.4.0

### Patch Changes

- Updated dependencies [[`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`2a59b375f`](https://github.com/baloise/design-system/commit/2a59b375f15de5dbf0179004bd95dde9786fd1fc), [`bab18b4da`](https://github.com/baloise/design-system/commit/bab18b4dab90fbc914255e84c73a9e0f181560cb), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85)]:
- @baloise/design-system-components@14.4.0

## 14.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-react",
"version": "14.3.0",
"version": "14.4.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 @@ -37,7 +37,7 @@
"dist/"
],
"dependencies": {
"@baloise/design-system-components": "14.3.0",
"@baloise/design-system-components": "14.4.0",
"tslib": "*"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/components-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @baloise/design-system-components-table

## 14.4.0

### Patch Changes

- Updated dependencies [[`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`2a59b375f`](https://github.com/baloise/design-system/commit/2a59b375f15de5dbf0179004bd95dde9786fd1fc), [`bab18b4da`](https://github.com/baloise/design-system/commit/bab18b4dab90fbc914255e84c73a9e0f181560cb), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85)]:
- @baloise/design-system-components@14.4.0
- @baloise/design-system-css@14.4.0

## 14.3.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-table",
"version": "14.3.0",
"version": "14.4.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 @@ -51,8 +51,8 @@
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6",
"dependencies": {
"@baloise/design-system-components": "14.3.0",
"@baloise/design-system-css": "14.3.0",
"@baloise/design-system-components": "14.4.0",
"@baloise/design-system-css": "14.4.0",
"lodash.isnil": "^4.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/components-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baloise/design-system-components-vue

## 14.4.0

### Patch Changes

- Updated dependencies [[`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85), [`2a59b375f`](https://github.com/baloise/design-system/commit/2a59b375f15de5dbf0179004bd95dde9786fd1fc), [`bab18b4da`](https://github.com/baloise/design-system/commit/bab18b4dab90fbc914255e84c73a9e0f181560cb), [`c6f299450`](https://github.com/baloise/design-system/commit/c6f2994503144b73b733dfb89ca8bf3f8d494a85)]:
- @baloise/design-system-components@14.4.0

## 14.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-vue",
"version": "14.3.0",
"version": "14.4.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 @@ -40,7 +40,7 @@
"dist/"
],
"dependencies": {
"@baloise/design-system-components": "14.3.0"
"@baloise/design-system-components": "14.4.0"
},
"peerDependencies": {
"vue": ">=3.0.5"
Expand Down
20 changes: 20 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @baloise/design-system-components

## 14.4.0

### Patch Changes

- [#1125](https://github.com/baloise/design-system/pull/1125) - The meta buttons within the `nav` component now support both the ARIA label and title attributes, enhancing accessibility (a11y).

- [#1125](https://github.com/baloise/design-system/pull/1125) - The accordion functionality in the `nav` component now opens and closes at the touch breakpoint when the library was minified.

- [#1124](https://github.com/baloise/design-system/pull/1124) - Resolve day label formatting to prevent line breaks and update month names on language change.

- [#1120](https://github.com/baloise/design-system/pull/1120) - Resolve carousel product slider color inconsistency during hover on yellow product

- [#1125](https://github.com/baloise/design-system/pull/1125) - With form submission, the date value will be automatically formatted into ISO standard.

- Updated dependencies []:
- @baloise/[email protected]
- @baloise/[email protected]
- @baloise/[email protected]
- @baloise/[email protected]

## 14.3.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components",
"version": "14.3.0",
"version": "14.4.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 @@ -61,10 +61,10 @@
"docs:pre": "node ../../.build/docs-testing.js && node ../../.build/docs-selectors.js && node ../../.build/docs-contributors.js"
},
"dependencies": {
"@baloise/design-system-css": "14.3.0",
"@baloise/design-system-fonts": "14.3.0",
"@baloise/design-system-icons": "14.3.0",
"@baloise/design-system-tokens": "14.3.0",
"@baloise/design-system-css": "14.4.0",
"@baloise/design-system-fonts": "14.4.0",
"@baloise/design-system-icons": "14.4.0",
"@baloise/design-system-tokens": "14.4.0",
"@baloise/web-app-utils": "3.11.2",
"@floating-ui/dom": "^1.5.1",
"@popperjs/core": "~2.11.4",
Expand All @@ -89,9 +89,9 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@baloise/design-system-output-target-angular": "14.3.0",
"@baloise/design-system-output-target-react": "14.3.0",
"@baloise/design-system-output-target-vue": "14.3.0"
"@baloise/design-system-output-target-angular": "14.4.0",
"@baloise/design-system-output-target-react": "14.4.0",
"@baloise/design-system-output-target-vue": "14.4.0"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
}
8 changes: 8 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @baloise/design-system-css

## 14.4.0

### Patch Changes

- Updated dependencies []:
- @baloise/design-system-fonts@14.4.0
- @baloise/design-system-tokens@14.4.0

## 14.3.0

### Patch Changes
Expand Down
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/design-system-css",
"version": "14.3.0",
"version": "14.4.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 @@ -48,8 +48,8 @@
"src/"
],
"dependencies": {
"@baloise/design-system-fonts": "14.3.0",
"@baloise/design-system-tokens": "14.3.0"
"@baloise/design-system-fonts": "14.4.0",
"@baloise/design-system-tokens": "14.4.0"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
}
2 changes: 2 additions & 0 deletions packages/favicons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-favicons

## 14.4.0

## 14.3.0

## 14.2.1
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/design-system-favicons",
"version": "14.3.0",
"version": "14.4.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: 2 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-fonts

## 14.4.0

## 14.3.0

## 14.2.1
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/design-system-fonts",
"version": "14.3.0",
"version": "14.4.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: 2 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-icons

## 14.4.0

## 14.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit 820aae9

Please sign in to comment.