Skip to content

Commit

Permalink
Version Packages (#1276)
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] committed Jan 11, 2024
1 parent 78fff08 commit 5e8ec14
Show file tree
Hide file tree
Showing 37 changed files with 131 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-planets-think.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.11

### Patch Changes

- Updated dependencies [[`78fff0887`](https://github.com/baloise/design-system/commit/78fff0887478700e31f4f052a61d520ffbddb0fb)]:
- @baloise/design-system-components@15.1.1
- @baloise/design-system-brand-icons@15.1.1
- @baloise/design-system-css@15.1.1
- @baloise/design-system-icons@15.1.1
- @baloise/design-system-tokens@15.1.1

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.1.0",
"@baloise/design-system-components": "15.1.0",
"@baloise/design-system-css": "15.1.0",
"@baloise/design-system-icons": "15.1.0",
"@baloise/design-system-tokens": "15.1.0",
"@baloise/design-system-brand-icons": "15.1.1",
"@baloise/design-system-components": "15.1.1",
"@baloise/design-system-css": "15.1.1",
"@baloise/design-system-icons": "15.1.1",
"@baloise/design-system-tokens": "15.1.1",
"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.1.1

## 15.1.0

### Patch 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": "15.1.0",
"version": "15.1.1",
"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.1.1

### Patch Changes

- Updated dependencies [[`78fff0887`](https://github.com/baloise/design-system/commit/78fff0887478700e31f4f052a61d520ffbddb0fb)]:
- @baloise/design-system-components@15.1.1

## 15.1.0

### Minor 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.1.0",
"version": "15.1.1",
"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.1.0",
"@baloise/design-system-components": "15.1.1",
"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.1.1

### Patch Changes

- Updated dependencies [[`78fff0887`](https://github.com/baloise/design-system/commit/78fff0887478700e31f4f052a61d520ffbddb0fb)]:
- @baloise/design-system-components@15.1.1

## 15.1.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": "15.1.0",
"version": "15.1.1",
"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.1.0",
"@baloise/design-system-components": "15.1.1",
"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.1.1

### Patch Changes

- Updated dependencies [[`78fff0887`](https://github.com/baloise/design-system/commit/78fff0887478700e31f4f052a61d520ffbddb0fb)]:
- @baloise/design-system-components@15.1.1
- @baloise/design-system-css@15.1.1

## 15.1.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": "15.1.0",
"version": "15.1.1",
"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.1.0",
"@baloise/design-system-css": "15.1.0",
"@baloise/design-system-components": "15.1.1",
"@baloise/design-system-css": "15.1.1",
"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.1.1

### Patch Changes

- Updated dependencies [[`78fff0887`](https://github.com/baloise/design-system/commit/78fff0887478700e31f4f052a61d520ffbddb0fb)]:
- @baloise/design-system-components@15.1.1

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

## 15.1.1

### Patch Changes

- [#1275](https://github.com/baloise/design-system/pull/1275) - In the navigation component the arrow symbol for overview links will only be rendered if the link is valid

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

## 15.1.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": "15.1.0",
"version": "15.1.1",
"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.1.0",
"@baloise/design-system-fonts": "15.1.0",
"@baloise/design-system-icons": "15.1.0",
"@baloise/design-system-tokens": "15.1.0",
"@baloise/design-system-css": "15.1.1",
"@baloise/design-system-fonts": "15.1.1",
"@baloise/design-system-icons": "15.1.1",
"@baloise/design-system-tokens": "15.1.1",
"@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.1.0",
"@baloise/design-system-output-target-react": "15.1.0",
"@baloise/design-system-output-target-vue": "15.1.0"
"@baloise/design-system-output-target-angular": "15.1.1",
"@baloise/design-system-output-target-react": "15.1.1",
"@baloise/design-system-output-target-vue": "15.1.1"
},
"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.1.1

### Patch Changes

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

## 15.1.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": "15.1.0",
"version": "15.1.1",
"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.1.0",
"@baloise/design-system-tokens": "15.1.0"
"@baloise/design-system-fonts": "15.1.1",
"@baloise/design-system-tokens": "15.1.1"
},
"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.1.1

## 15.1.0

## 15.0.2
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.1.0",
"version": "15.1.1",
"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.1.1

## 15.1.0

## 15.0.2
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.1.0",
"version": "15.1.1",
"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.1.1

## 15.1.0

## 15.0.2
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.1.0",
"version": "15.1.1",
"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.1.1

## 15.1.0

## 15.0.2
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.1.0",
"version": "15.1.1",
"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.1.1

## 15.1.0

### Minor Changes
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.1.0",
"version": "15.1.1",
"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.1.1

## 15.1.0

## 15.0.2
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.1.0",
"version": "15.1.1",
"private": true,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/output-targets/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-output-target-vue

## 15.1.1

## 15.1.0

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

## 15.1.1

### Patch Changes

- Updated dependencies [[`78fff0887`](https://github.com/baloise/design-system/commit/78fff0887478700e31f4f052a61d520ffbddb0fb)]:
- @baloise/design-system-components@15.1.1

## 15.1.0

### Patch Changes
Expand Down

0 comments on commit 5e8ec14

Please sign in to comment.