Skip to content

Commit 28fc25f

Browse files
prepare release
1 parent a42ad12 commit 28fc25f

File tree

21 files changed

+51
-51
lines changed

21 files changed

+51
-51
lines changed

.changeset/famous-hats-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-cobras-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "docs",
3-
"version": "15.2.32",
3+
"version": "15.2.33",
44
"private": true,
55
"dependencies": {
6-
"@baloise/ds-brand-icons": "18.0.1",
7-
"@baloise/ds-core": "18.0.1",
8-
"@baloise/ds-styles": "18.0.1",
9-
"@baloise/ds-icons": "18.0.1",
10-
"@baloise/ds-tokens": "18.0.1",
6+
"@baloise/ds-brand-icons": "18.1.0",
7+
"@baloise/ds-core": "18.1.0",
8+
"@baloise/ds-styles": "18.1.0",
9+
"@baloise/ds-icons": "18.1.0",
10+
"@baloise/ds-tokens": "18.1.0",
1111
"@storybook/addon-essentials": "~7.6.10",
1212
"@storybook/addon-links": "~7.6.10",
1313
"@storybook/blocks": "~7.6.10",

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "e2e",
3-
"version": "15.2.32",
3+
"version": "15.2.33",
44
"private": true,
55
"scripts": {
66
"postinstall": "cypress install",
77
"visual-report": "npx reg-cli cypress/snapshots/actual cypress/snapshots/base/visual cypress/snapshots/diff -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15"
88
},
99
"dependencies": {
10-
"@baloise/ds-core": "18.0.1",
11-
"@baloise/ds-testing": "18.0.1",
10+
"@baloise/ds-core": "18.1.0",
11+
"@baloise/ds-testing": "18.1.0",
1212
"@cypress/mount-utils": "^4.1.0",
1313
"axe-core": "~4.8.4",
1414
"compression": "~1.7.4",

libs/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baloise/ds-nx",
3-
"version": "18.0.1",
3+
"version": "18.1.0",
44
"private": true,
55
"dependencies": {
66
"@nx/devkit": "18.0.4",

packages/angular-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baloise/ds-angular-common",
3-
"version": "18.0.1",
3+
"version": "18.1.0",
44
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
55
"repository": {
66
"type": "git",
@@ -17,7 +17,7 @@
1717
"rxjs": ">=7.0.0"
1818
},
1919
"dependencies": {
20-
"@baloise/ds-core": "18.0.1"
20+
"@baloise/ds-core": "18.1.0"
2121
},
2222
"sideEffects": false
2323
}

packages/angular-module/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baloise/ds-angular-module",
3-
"version": "18.0.1",
3+
"version": "18.1.0",
44
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
55
"repository": {
66
"type": "git",
@@ -16,8 +16,8 @@
1616
"@angular/core": ">=17.0.0"
1717
},
1818
"dependencies": {
19-
"@baloise/ds-core": "18.0.1",
20-
"@baloise/ds-angular-common": "18.0.1"
19+
"@baloise/ds-core": "18.1.0",
20+
"@baloise/ds-angular-common": "18.1.0"
2121
},
2222
"sideEffects": false
2323
}

packages/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baloise/ds-angular",
3-
"version": "18.0.1",
3+
"version": "18.1.0",
44
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
55
"repository": {
66
"type": "git",
@@ -17,8 +17,8 @@
1717
"@angular/forms": ">=17.0.0"
1818
},
1919
"dependencies": {
20-
"@baloise/ds-core": "18.0.1",
21-
"@baloise/ds-angular-common": "18.0.1",
20+
"@baloise/ds-core": "18.1.0",
21+
"@baloise/ds-angular-common": "18.1.0",
2222
"tslib": "~2.3.0"
2323
},
2424
"sideEffects": false

packages/brand-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baloise/ds-brand-icons",
3-
"version": "18.0.1",
3+
"version": "18.1.0",
44
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
55
"repository": {
66
"type": "git",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 18.1.0
4+
5+
### Minor Changes
6+
7+
- **hint**: support keyboard actions: tab to focus, enter/space to open popover ( [#1637](https://github.com/baloise/design-system/pull/1637))
8+
9+
### Patch Changes
10+
11+
- **core**: a11y: highlight slider thumb when navigating with keyboard ( [#1635](https://github.com/baloise/design-system/pull/1635))
12+
313
## 18.0.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)