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 Jul 26, 2023
1 parent bfd7493 commit db851c1
Show file tree
Hide file tree
Showing 31 changed files with 106 additions and 37 deletions.
7 changes: 0 additions & 7 deletions .changeset/giant-plums-explain.md

This file was deleted.

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

## 13.6.3

### Patch Changes

- Updated dependencies [[`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd)]:
- @baloise/design-system-components@13.6.3

## 13.6.2

### 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": "13.6.2",
"version": "13.6.3",
"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 @@ -34,7 +34,7 @@
"clean:package": "rimraf dist/package.json && rimraf dist/CHANGELOG.md && rimraf dist/LICENSE && rimraf dist/README.md"
},
"dependencies": {
"@baloise/design-system-components": "13.6.2",
"@baloise/design-system-components": "13.6.3",
"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

## 13.6.3

### Patch Changes

- Updated dependencies [[`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd)]:
- @baloise/design-system-components@13.6.3

## 13.6.2

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

## 13.6.3

### Patch Changes

- Updated dependencies [[`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd)]:
- @baloise/design-system-components@13.6.3
- @baloise/design-system-css@13.6.3

## 13.6.2

### 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": "13.6.2",
"version": "13.6.3",
"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 @@ -50,8 +50,8 @@
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6",
"dependencies": {
"@baloise/design-system-components": "13.6.2",
"@baloise/design-system-css": "13.6.2",
"@baloise/design-system-components": "13.6.3",
"@baloise/design-system-css": "13.6.3",
"lodash.isnil": "^4.0.0"
}
}
9 changes: 9 additions & 0 deletions packages/components-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @baloise/design-system-components-vue

## 13.6.3

### Patch Changes

- [#1007](https://github.com/baloise/design-system/pull/1007) - move sticky footer styles to core css file and updated bal-app for vue applications

- Updated dependencies [[`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd)]:
- @baloise/design-system-components@13.6.3

## 13.6.2

### 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": "13.6.2",
"version": "13.6.3",
"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": "13.6.2"
"@baloise/design-system-components": "13.6.3"
},
"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

## 13.6.3

### Patch Changes

- [#1007](https://github.com/baloise/design-system/pull/1007) - move sticky footer styles to core css file and updated bal-app for vue applications

- Updated dependencies [[`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd)]:
- @baloise/design-system-css@13.6.3
- @baloise/design-system-fonts@13.6.3
- @baloise/design-system-icons@13.6.3
- @baloise/design-system-tokens@13.6.3

## 13.6.2

### 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": "13.6.2",
"version": "13.6.3",
"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 @@ -73,10 +73,10 @@
"docs:build": "node ../../.build/docs-github.js"
},
"dependencies": {
"@baloise/design-system-css": "13.6.2",
"@baloise/design-system-fonts": "13.6.2",
"@baloise/design-system-icons": "13.6.2",
"@baloise/design-system-tokens": "13.6.2",
"@baloise/design-system-css": "13.6.3",
"@baloise/design-system-fonts": "13.6.3",
"@baloise/design-system-icons": "13.6.3",
"@baloise/design-system-tokens": "13.6.3",
"@baloise/web-app-utils": "3.11.1",
"@popperjs/core": "~2.11.4",
"@stencil/core": "^3.2.2",
Expand All @@ -99,9 +99,9 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@baloise/design-system-output-target-angular": "13.6.2",
"@baloise/design-system-output-target-react": "13.6.2",
"@baloise/design-system-output-target-vue": "13.6.2"
"@baloise/design-system-output-target-angular": "13.6.3",
"@baloise/design-system-output-target-react": "13.6.3",
"@baloise/design-system-output-target-vue": "13.6.3"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
}
10 changes: 10 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @baloise/design-system-css

## 13.6.3

### Patch Changes

- [#1007](https://github.com/baloise/design-system/pull/1007) - move sticky footer styles to core css file and updated bal-app for vue applications

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

## 13.6.2

### 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": "13.6.2",
"version": "13.6.3",
"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 @@ -46,8 +46,8 @@
"src/"
],
"dependencies": {
"@baloise/design-system-fonts": "13.6.2",
"@baloise/design-system-tokens": "13.6.2"
"@baloise/design-system-fonts": "13.6.3",
"@baloise/design-system-tokens": "13.6.3"
},
"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

## 13.6.3

## 13.6.2

## 13.6.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": "13.6.2",
"version": "13.6.3",
"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

## 13.6.3

## 13.6.2

## 13.6.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": "13.6.2",
"version": "13.6.3",
"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

## 13.6.3

## 13.6.2

## 13.6.1
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": "13.6.2",
"version": "13.6.3",
"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

## 13.6.3

## 13.6.2

## 13.6.1
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": "13.6.2",
"version": "13.6.3",
"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

## 13.6.3

## 13.6.2

## 13.6.1
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": "13.6.2",
"version": "13.6.3",
"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

## 13.6.3

## 13.6.2

## 13.6.1
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": "13.6.2",
"version": "13.6.3",
"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

## 13.6.3

## 13.6.2

## 13.6.1
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": "13.6.2",
"version": "13.6.3",
"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

## 13.6.3

### Patch Changes

- Updated dependencies [[`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd)]:
- @baloise/design-system-components@13.6.3

## 13.6.2

### Patch Changes
Expand Down
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/design-system-testing",
"version": "13.6.2",
"version": "13.6.3",
"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 @@ -38,7 +38,7 @@
"build:bundle": "rollup --config rollup.config.js"
},
"dependencies": {
"@baloise/design-system-components": "13.6.2",
"@baloise/design-system-components": "13.6.3",
"cypress-file-upload": "~5.0.8",
"date-fns": "~2.29.3"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baloise/design-system-tokens

## 13.6.3

## 13.6.2

## 13.6.1
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/design-system-tokens",
"version": "13.6.2",
"version": "13.6.3",
"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

0 comments on commit db851c1

Please sign in to comment.