Skip to content

Commit 3efa6cd

Browse files
chore(release): version packages (#5524)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f07e55 commit 3efa6cd

File tree

21 files changed

+86
-46
lines changed

21 files changed

+86
-46
lines changed

.changeset/fluffy-balloons-peel.md

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

.changeset/orange-eyes-pump.md

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

.changeset/sharp-pumas-obey.md

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

output/angular/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @db-ux/ngx-core-components
22

3+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- fix(form elements): `valid` background- and border-colors - [see commit 8f07e55](https://github.com/db-ux-design-system/core-web/commit/8f07e55f2155fcb619198857397ce354f90c4803)
8+
9+
- DBInput: inserting an empty string doesn't reset/empty date or time related form fields - [see commit 884b03d](https://github.com/db-ux-design-system/core-web/commit/884b03d3997ffad725c99f63480563f309a046ef)
10+
11+
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
12+
13+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
14+
315
## 4.2.1
416

517
### Patch Changes

output/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/ngx-core-components",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Angular components @db-ux/core-components",
55
"type": "module",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@db-ux/core-components": "4.2.1",
31-
"@db-ux/core-foundations": "4.2.1"
30+
"@db-ux/core-components": "4.2.2",
31+
"@db-ux/core-foundations": "4.2.2"
3232
}
3333
}

output/react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @db-ux/react-core-components
22

3+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- fix(form elements): `valid` background- and border-colors - [see commit 8f07e55](https://github.com/db-ux-design-system/core-web/commit/8f07e55f2155fcb619198857397ce354f90c4803)
8+
9+
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
10+
11+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
12+
313
## 4.2.1
414

515
### Patch Changes

output/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/react-core-components",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "React components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
4242
},
4343
"sideEffects": false,
4444
"dependencies": {
45-
"@db-ux/core-components": "4.2.1",
46-
"@db-ux/core-foundations": "4.2.1"
45+
"@db-ux/core-components": "4.2.2",
46+
"@db-ux/core-foundations": "4.2.2"
4747
}
4848
}

output/stencil/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @db-ux/wc-core-components
22

3+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- fix(form elements): `valid` background- and border-colors - [see commit 8f07e55](https://github.com/db-ux-design-system/core-web/commit/8f07e55f2155fcb619198857397ce354f90c4803)
8+
9+
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
10+
11+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
12+
313
## 4.2.1
414

515
### Patch Changes

output/stencil/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/wc-core-components",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Stencil components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"web-types": "./dist/web-types.json",
4848
"customElements": "dist/custom-elements.json",
4949
"dependencies": {
50-
"@db-ux/core-components": "4.2.1",
51-
"@db-ux/core-foundations": "4.2.1"
50+
"@db-ux/core-components": "4.2.2",
51+
"@db-ux/core-foundations": "4.2.2"
5252
}
5353
}

output/vue/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @db-ux/v-core-components
22

3+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- fix(form elements): `valid` background- and border-colors - [see commit 8f07e55](https://github.com/db-ux-design-system/core-web/commit/8f07e55f2155fcb619198857397ce354f90c4803)
8+
9+
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
10+
11+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
12+
313
## 4.2.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)