Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent 95b8833 commit b387703
Show file tree
Hide file tree
Showing 40 changed files with 137 additions and 59 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-mugs-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-bobcats-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-hairs-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-socks-suffer.md

This file was deleted.

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.9

### Patch Changes

- Updated dependencies [[`a999f1752`](https://github.com/baloise/design-system/commit/a999f1752d62cd3d31da085ad7d9ffbf1551352c), [`95b8833bf`](https://github.com/baloise/design-system/commit/95b8833bf2d716842131f18da39f41e9820b771e), [`0135f9e09`](https://github.com/baloise/design-system/commit/0135f9e09923066c9a38442b63aa921478912d6e), [`eae0fbe0d`](https://github.com/baloise/design-system/commit/eae0fbe0df233634f2611de05b20b4b1486b1542)]:
- @baloise/design-system-components@15.0.2
- @baloise/design-system-brand-icons@15.0.2
- @baloise/design-system-css@15.0.2
- @baloise/design-system-icons@15.0.2
- @baloise/design-system-tokens@15.0.2

## 0.0.8

### 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.8",
"version": "0.0.9",
"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": "15.0.1",
"@baloise/design-system-components": "15.0.1",
"@baloise/design-system-css": "15.0.1",
"@baloise/design-system-icons": "15.0.1",
"@baloise/design-system-tokens": "15.0.1",
"@baloise/design-system-brand-icons": "15.0.2",
"@baloise/design-system-components": "15.0.2",
"@baloise/design-system-css": "15.0.2",
"@baloise/design-system-icons": "15.0.2",
"@baloise/design-system-tokens": "15.0.2",
"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

## 15.0.2

## 15.0.1

## 15.0.0
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": "15.0.1",
"version": "15.0.2",
"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
7 changes: 7 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baloise/design-system-components-angular

## 15.0.2

### Patch Changes

- Updated dependencies [[`a999f1752`](https://github.com/baloise/design-system/commit/a999f1752d62cd3d31da085ad7d9ffbf1551352c), [`95b8833bf`](https://github.com/baloise/design-system/commit/95b8833bf2d716842131f18da39f41e9820b771e), [`0135f9e09`](https://github.com/baloise/design-system/commit/0135f9e09923066c9a38442b63aa921478912d6e), [`eae0fbe0d`](https://github.com/baloise/design-system/commit/eae0fbe0df233634f2611de05b20b4b1486b1542)]:
- @baloise/design-system-components@15.0.2

## 15.0.1

### 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": "15.0.1",
"version": "15.0.2",
"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,7 +28,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@baloise/design-system-components": "15.0.1",
"@baloise/design-system-components": "15.0.2",
"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

## 15.0.2

### Patch Changes

- Updated dependencies [[`a999f1752`](https://github.com/baloise/design-system/commit/a999f1752d62cd3d31da085ad7d9ffbf1551352c), [`95b8833bf`](https://github.com/baloise/design-system/commit/95b8833bf2d716842131f18da39f41e9820b771e), [`0135f9e09`](https://github.com/baloise/design-system/commit/0135f9e09923066c9a38442b63aa921478912d6e), [`eae0fbe0d`](https://github.com/baloise/design-system/commit/eae0fbe0df233634f2611de05b20b4b1486b1542)]:
- @baloise/design-system-components@15.0.2

## 15.0.1

### 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": "15.0.1",
"version": "15.0.2",
"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": "15.0.1",
"@baloise/design-system-components": "15.0.2",
"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

## 15.0.2

### Patch Changes

- Updated dependencies [[`a999f1752`](https://github.com/baloise/design-system/commit/a999f1752d62cd3d31da085ad7d9ffbf1551352c), [`95b8833bf`](https://github.com/baloise/design-system/commit/95b8833bf2d716842131f18da39f41e9820b771e), [`0135f9e09`](https://github.com/baloise/design-system/commit/0135f9e09923066c9a38442b63aa921478912d6e), [`eae0fbe0d`](https://github.com/baloise/design-system/commit/eae0fbe0df233634f2611de05b20b4b1486b1542)]:
- @baloise/design-system-components@15.0.2
- @baloise/design-system-css@15.0.2

## 15.0.1

### 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": "15.0.1",
"version": "15.0.2",
"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": "15.0.1",
"@baloise/design-system-css": "15.0.1",
"@baloise/design-system-components": "15.0.2",
"@baloise/design-system-css": "15.0.2",
"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

## 15.0.2

### Patch Changes

- Updated dependencies [[`a999f1752`](https://github.com/baloise/design-system/commit/a999f1752d62cd3d31da085ad7d9ffbf1551352c), [`95b8833bf`](https://github.com/baloise/design-system/commit/95b8833bf2d716842131f18da39f41e9820b771e), [`0135f9e09`](https://github.com/baloise/design-system/commit/0135f9e09923066c9a38442b63aa921478912d6e), [`eae0fbe0d`](https://github.com/baloise/design-system/commit/eae0fbe0df233634f2611de05b20b4b1486b1542)]:
- @baloise/design-system-components@15.0.2

## 15.0.1

### 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": "15.0.1",
"version": "15.0.2",
"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": "15.0.1"
"@baloise/design-system-components": "15.0.2"
},
"peerDependencies": {
"vue": ">=3.0.5"
Expand Down
18 changes: 18 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @baloise/design-system-components

## 15.0.2

### Patch Changes

- [#1240](https://github.com/baloise/design-system/pull/1240) - Adjust shadow value to normal for the components `bal-tooltip` & `bal-popup`.

- [#1236](https://github.com/baloise/design-system/pull/1236) - Trigger the `balFilesAdded` event of the `bal-file-upload` component after files have been added.

- [#1242](https://github.com/baloise/design-system/pull/1242) - Add missing `` sign to the overview links in the `bal-nav` component and adjust padding and height of the `bal-popup` component in fullscreen variant.

- [#1239](https://github.com/baloise/design-system/pull/1239) - Reduce padding for the `bal-carousel` tab buttons to allow longer labels.

- Updated dependencies []:
- @baloise/design-system-css@15.0.2
- @baloise/design-system-fonts@15.0.2
- @baloise/design-system-icons@15.0.2
- @baloise/design-system-tokens@15.0.2

## 15.0.1

### Patch 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": "15.0.1",
"version": "15.0.2",
"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 @@ -60,10 +60,10 @@
"docs:pre": "node ../../.build/docs-testing.js && node ../../.build/docs-selectors.js && node ../../.build/docs-contributors.js"
},
"dependencies": {
"@baloise/design-system-css": "15.0.1",
"@baloise/design-system-fonts": "15.0.1",
"@baloise/design-system-icons": "15.0.1",
"@baloise/design-system-tokens": "15.0.1",
"@baloise/design-system-css": "15.0.2",
"@baloise/design-system-fonts": "15.0.2",
"@baloise/design-system-icons": "15.0.2",
"@baloise/design-system-tokens": "15.0.2",
"@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": "15.0.1",
"@baloise/design-system-output-target-react": "15.0.1",
"@baloise/design-system-output-target-vue": "15.0.1"
"@baloise/design-system-output-target-angular": "15.0.2",
"@baloise/design-system-output-target-react": "15.0.2",
"@baloise/design-system-output-target-vue": "15.0.2"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6",
"sideEffects": false
Expand Down
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

## 15.0.2

### Patch Changes

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

## 15.0.1

### 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": "15.0.1",
"version": "15.0.2",
"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": "15.0.1",
"@baloise/design-system-tokens": "15.0.1"
"@baloise/design-system-fonts": "15.0.2",
"@baloise/design-system-tokens": "15.0.2"
},
"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

## 15.0.2

## 15.0.1

## 15.0.0
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": "15.0.1",
"version": "15.0.2",
"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

## 15.0.2

## 15.0.1

## 15.0.0
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": "15.0.1",
"version": "15.0.2",
"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

## 15.0.2

## 15.0.1

## 15.0.0
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/design-system-icons",
"version": "15.0.1",
"version": "15.0.2",
"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/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-icons

## 15.0.2

## 15.0.1

## 15.0.0
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/design-system-maps",
"version": "15.0.1",
"version": "15.0.2",
"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/output-targets/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-output-target-angular

## 15.0.2

## 15.0.1

## 15.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/output-targets/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-output-target-angular",
"version": "15.0.1",
"version": "15.0.2",
"private": true,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/output-targets/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-output-target-react

## 15.0.2

## 15.0.1

## 15.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/output-targets/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-output-target-react",
"version": "15.0.1",
"version": "15.0.2",
"private": true,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
Loading

0 comments on commit b387703

Please sign in to comment.