Skip to content

Commit e393d22

Browse files
chore(release): version packages (#6297)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cdc22a5 commit e393d22

File tree

23 files changed

+133
-89
lines changed

23 files changed

+133
-89
lines changed

.changeset/honest-dots-say.md

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

.changeset/wicked-boats-hope.md

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

.changeset/yellow-rice-remain.md

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

output/angular/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# @db-ux/ngx-core-components
22

3+
## 4.5.4
4+
5+
### Patch Changes
6+
7+
- refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (`aria-controls`, `aria-label`, `aria-haspopup`) for better screen reader support. - [see commit f040188](https://github.com/db-ux-design-system/core-web/commit/f0401886267359518c37062373bb0f9df311214c)
8+
9+
- fix: adjusted `@media` queries (removed `screen` from combined queries) to avoid broken layouts when printing - [see commit 0960eb6](https://github.com/db-ux-design-system/core-web/commit/0960eb6f9223fe23bdaac0de685cf7aa5eb7654e)
10+
11+
- fix(switch): removed obsolete gap towards label in `small` variant - [see commit 40bad01](https://github.com/db-ux-design-system/core-web/commit/40bad017f068bf8968829977808a6d8e9d21b4fe)
12+
313
## 4.5.3
414

515
_version bump_
616

7-
817
## 4.5.2
918

1019
### 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.5.3",
3+
"version": "4.5.4",
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.5.3",
31-
"@db-ux/core-foundations": "4.5.3"
30+
"@db-ux/core-components": "4.5.4",
31+
"@db-ux/core-foundations": "4.5.4"
3232
}
3333
}

output/react/CHANGELOG.md

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

3+
## 4.5.4
4+
5+
### Patch Changes
6+
7+
- refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (`aria-controls`, `aria-label`, `aria-haspopup`) for better screen reader support. - [see commit f040188](https://github.com/db-ux-design-system/core-web/commit/f0401886267359518c37062373bb0f9df311214c)
8+
9+
- fix: adjusted `@media` queries (removed `screen` from combined queries) to avoid broken layouts when printing - [see commit 0960eb6](https://github.com/db-ux-design-system/core-web/commit/0960eb6f9223fe23bdaac0de685cf7aa5eb7654e)
10+
11+
- fix(switch): removed obsolete gap towards label in `small` variant - [see commit 40bad01](https://github.com/db-ux-design-system/core-web/commit/40bad017f068bf8968829977808a6d8e9d21b4fe)
12+
313
## 4.5.3
414

515
_version bump_
616

7-
817
## 4.5.2
918

1019
### 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.5.3",
3+
"version": "4.5.4",
44
"description": "React components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -41,7 +41,7 @@
4141
},
4242
"sideEffects": false,
4343
"dependencies": {
44-
"@db-ux/core-components": "4.5.3",
45-
"@db-ux/core-foundations": "4.5.3"
44+
"@db-ux/core-components": "4.5.4",
45+
"@db-ux/core-foundations": "4.5.4"
4646
}
4747
}

output/stencil/CHANGELOG.md

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

3+
## 4.5.4
4+
5+
### Patch Changes
6+
7+
- refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (`aria-controls`, `aria-label`, `aria-haspopup`) for better screen reader support. - [see commit f040188](https://github.com/db-ux-design-system/core-web/commit/f0401886267359518c37062373bb0f9df311214c)
8+
9+
- fix: adjusted `@media` queries (removed `screen` from combined queries) to avoid broken layouts when printing - [see commit 0960eb6](https://github.com/db-ux-design-system/core-web/commit/0960eb6f9223fe23bdaac0de685cf7aa5eb7654e)
10+
11+
- fix(switch): removed obsolete gap towards label in `small` variant - [see commit 40bad01](https://github.com/db-ux-design-system/core-web/commit/40bad017f068bf8968829977808a6d8e9d21b4fe)
12+
313
## 4.5.3
414

515
_version bump_
616

7-
817
## 4.5.2
918

1019
### 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.5.3",
3+
"version": "4.5.4",
44
"description": "Stencil components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -48,7 +48,7 @@
4848
"web-types": "./dist/web-types.json",
4949
"customElements": "dist/custom-elements.json",
5050
"dependencies": {
51-
"@db-ux/core-components": "4.5.3",
52-
"@db-ux/core-foundations": "4.5.3"
51+
"@db-ux/core-components": "4.5.4",
52+
"@db-ux/core-foundations": "4.5.4"
5353
}
5454
}

output/vue/CHANGELOG.md

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

3+
## 4.5.4
4+
5+
### Patch Changes
6+
7+
- refactor: Enhance the accessibility of the navigation components by adding missing WAI-ARIA attributes (`aria-controls`, `aria-label`, `aria-haspopup`) for better screen reader support. - [see commit f040188](https://github.com/db-ux-design-system/core-web/commit/f0401886267359518c37062373bb0f9df311214c)
8+
9+
- fix: adjusted `@media` queries (removed `screen` from combined queries) to avoid broken layouts when printing - [see commit 0960eb6](https://github.com/db-ux-design-system/core-web/commit/0960eb6f9223fe23bdaac0de685cf7aa5eb7654e)
10+
11+
- fix(switch): removed obsolete gap towards label in `small` variant - [see commit 40bad01](https://github.com/db-ux-design-system/core-web/commit/40bad017f068bf8968829977808a6d8e9d21b4fe)
12+
313
## 4.5.3
414

515
_version bump_
616

7-
817
## 4.5.2
918

1019
### Patch Changes

0 commit comments

Comments
 (0)