Skip to content

Commit

Permalink
Version Packages (#1009)
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 Sep 12, 2023
1 parent d9f6aba commit 2286aa5
Show file tree
Hide file tree
Showing 50 changed files with 203 additions and 154 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-books-exercise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/giant-plums-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-days-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-insects-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-forks-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-poets-happen.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/red-cobras-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-bulldogs-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-squids-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-toes-dance.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/three-otters-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-dogs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-worms-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-panthers-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-rockets-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-dingos-jump.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
@@ -0,0 +1,10 @@
# apps-angular

## 0.0.1

### Patch Changes

- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`1d5dcc7fc`](https://github.com/baloise/design-system/commit/1d5dcc7fcb4322e591ed1f7cb07f24358f906771), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`71279fcb6`](https://github.com/baloise/design-system/commit/71279fcb6c91453a5a41f87655b8b051157aebe7), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]:
- @baloise/design-system-components@13.7.0
- @baloise/design-system-testing@13.7.0
- @baloise/design-system-components-angular@13.7.0
8 changes: 4 additions & 4 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.0",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "./build.sh && ng serve",
Expand All @@ -25,9 +25,9 @@
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"@baloise/design-system-components": "13.6.2",
"@baloise/design-system-components-angular": "13.6.2",
"@baloise/design-system-testing": "13.6.2",
"@baloise/design-system-components": "13.7.0",
"@baloise/design-system-components-angular": "13.7.0",
"@baloise/design-system-testing": "13.7.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
Expand Down
24 changes: 24 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @baloise/design-system-components-angular

## 13.7.0

### Minor Changes

- [#1030](https://github.com/baloise/design-system/pull/1030) - The file-upload component is compatible with Angular reactive forms.

- [#1033](https://github.com/baloise/design-system/pull/1033) - Angular reactive forms mark a form control as invalid when it's been touched and is indeed invalid.
To enable this feature, set setInvalid in the design system configuration.

```typescript
BaloiseDesignSystemModule.forRoot({
defaults: { ... },
forms: {
setInvalid: true,
invalidateOn: 'touched' // Alternatively, it can also be set to 'dirty'.
},
})
```

### Patch Changes

- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]:
- @baloise/design-system-components@13.7.0

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

## 13.7.0

### Patch Changes

- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]:
- @baloise/design-system-components@13.7.0

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

## 13.7.0

### Patch Changes

- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]:
- @baloise/design-system-components@13.7.0
- @baloise/design-system-css@13.7.0

## 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.7.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": "13.6.2",
"@baloise/design-system-css": "13.6.2",
"@baloise/design-system-components": "13.7.0",
"@baloise/design-system-css": "13.7.0",
"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.7.0

### Patch Changes

- [#1007](https://github.com/baloise/design-system/pull/1007) - Relocate sticky footer styles to the core CSS file and update 'bal-app' for Vue applications.

- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]:
- @baloise/design-system-components@13.7.0

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

## 13.7.0

### Minor Changes

- [#877](https://github.com/baloise/design-system/pull/877) - Enhance the newly refactored `bal-date` components. `bal-datepicker` is marked as deprecated.

- [#999](https://github.com/baloise/design-system/pull/999) - Implement the tooltip component.

- [#1033](https://github.com/baloise/design-system/pull/1033) - Implement a reverse layout option for the stack component.

### Patch Changes

- [#1008](https://github.com/baloise/design-system/pull/1008) - Hide the tab line when no active tab is present.

- [#1007](https://github.com/baloise/design-system/pull/1007) - Relocate sticky footer styles to the core CSS file and update 'bal-app' for Vue applications.

- [#1001](https://github.com/baloise/design-system/pull/1001) - Include accessibility (a11y) labels for both the accordion and pagination components.

- [#1033](https://github.com/baloise/design-system/pull/1033) - The datepicker, select, and number-input components trigger a blur event when they lose focus or when any associated pop-up or dropdown is closed. Additionally, the blur event occurs after the value change.

- [#1025](https://github.com/baloise/design-system/pull/1025) - Implement a 'scroll to top' feature upon toggling the mobile navbar to prevent any space between the navbar brand and the menu.

- [#1033](https://github.com/baloise/design-system/pull/1033) - Addressed event propagation issues and refined the event sequence for the number-input component.

- [#1014](https://github.com/baloise/design-system/pull/1014) - Verify if a checkbox is selected within a group.

- [#881](https://github.com/baloise/design-system/pull/881) - Ensure that `aria-labelledby` is correctly linked to the appropriate label, and that the `for` attribute corresponds to the correct input.

- [#1027](https://github.com/baloise/design-system/pull/1027) - Resolve pattern issue with the number-input component.

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

## 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.7.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 @@ -65,10 +65,10 @@
"storybook": "build-storybook -o ../../storybook --quiet"
},
"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.7.0",
"@baloise/design-system-fonts": "13.7.0",
"@baloise/design-system-icons": "13.7.0",
"@baloise/design-system-tokens": "13.7.0",
"@baloise/web-app-utils": "3.11.2",
"@floating-ui/dom": "^1.5.1",
"@popperjs/core": "~2.11.4",
Expand All @@ -93,9 +93,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.7.0",
"@baloise/design-system-output-target-react": "13.7.0",
"@baloise/design-system-output-target-vue": "13.7.0"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
}
Loading

0 comments on commit 2286aa5

Please sign in to comment.