Skip to content

Commit b12ac4d

Browse files
dbux-auto-merge-pr[bot]github-actions[bot]mfranzke
authored
chore(release): version packages (#6855)
* chore(release): version packages * Apply suggestions from code review Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> * Apply suggestion from @mfranzke --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
1 parent 2d916e3 commit b12ac4d

29 files changed

Lines changed: 91 additions & 40 deletions

.changeset/accordion-item-open-prop.md

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

.changeset/fancy-cougars-pull.md

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

.changeset/wc-bundle.md

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

output/angular/CHANGELOG.md

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

3+
## 4.10.0
4+
5+
### Minor Changes
6+
7+
- feat(`DBAccordionItem`): add `open` prop to control the expanded state of an accordion item programmatically. - [see commit 8e7c85d](https://github.com/db-ux-design-system/core-web/commit/8e7c85dfba9e0b013fce9db2151545b8f336a29a)
8+
9+
- refactor(form components): replace hard 25ch label width limit with customizable CSS variable `--db-label-max-size` (defaults to `100%`). To restore the previous behavior, set `--db-label-max-size: 25ch;` in your project styles. - [see commit 08b1234](https://github.com/db-ux-design-system/core-web/commit/08b1234342e3c0d622116d528a979ff53d7e2356)
10+
311
## 4.9.1
412

513
### Patch Changes
@@ -207,7 +215,7 @@ _version bump_
207215

208216
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
209217

210-
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
218+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
211219

212220
## 4.2.1
213221

output/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/ngx-core-components",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"type": "module",
55
"description": "Angular components @db-ux/core-components",
66
"repository": {

output/react/CHANGELOG.md

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

3+
## 4.10.0
4+
5+
### Minor Changes
6+
7+
- feat(`DBAccordionItem`): add `open` prop to control the expanded state of an accordion item programmatically. - [see commit 8e7c85d](https://github.com/db-ux-design-system/core-web/commit/8e7c85dfba9e0b013fce9db2151545b8f336a29a)
8+
9+
- refactor(form components): replace hard 25ch label width limit with customizable CSS variable `--db-label-max-size` (defaults to `100%`). To restore the previous behavior, set `--db-label-max-size: 25ch;` in your project styles. - [see commit 08b1234](https://github.com/db-ux-design-system/core-web/commit/08b1234342e3c0d622116d528a979ff53d7e2356)
10+
311
## 4.9.1
412

513
### Patch Changes
@@ -207,7 +215,7 @@ _version bump_
207215

208216
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
209217

210-
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
218+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
211219

212220
## 4.2.1
213221

output/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/react-core-components",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"type": "module",
55
"description": "React components for @db-ux/core-components",
66
"repository": {

output/stencil/CHANGELOG.md

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

3+
## 4.10.0
4+
5+
### Minor Changes
6+
7+
- feat(`DBAccordionItem`): add `open` prop to control the expanded state of an accordion item programmatically. - [see commit 8e7c85d](https://github.com/db-ux-design-system/core-web/commit/8e7c85dfba9e0b013fce9db2151545b8f336a29a)
8+
9+
- refactor(form components): replace hard 25ch label width limit with customizable CSS variable `--db-label-max-size` (defaults to `100%`). To restore the previous behavior, set `--db-label-max-size: 25ch;` in your project styles. - [see commit 08b1234](https://github.com/db-ux-design-system/core-web/commit/08b1234342e3c0d622116d528a979ff53d7e2356)
10+
11+
- feat: add bundled output (`bundle/`) so the web-components package can be consumed directly via a single script import without a bundler. - [see commit 8e7c85d](https://github.com/db-ux-design-system/core-web/commit/8e7c85dfba9e0b013fce9db2151545b8f336a29a)
12+
313
## 4.9.1
414

515
### Patch Changes
@@ -207,7 +217,7 @@ _version bump_
207217

208218
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
209219

210-
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
220+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
211221

212222
## 4.2.1
213223

output/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ux/wc-core-components",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"type": "module",
55
"description": "Stencil components for @db-ux/core-components",
66
"repository": {

output/vue/CHANGELOG.md

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

3+
## 4.10.0
4+
5+
### Minor Changes
6+
7+
- feat(`DBAccordionItem`): add `open` prop to control the expanded state of an accordion item programmatically. - [see commit 8e7c85d](https://github.com/db-ux-design-system/core-web/commit/8e7c85dfba9e0b013fce9db2151545b8f336a29a)
8+
9+
- refactor(form components): replace hard 25ch label width limit with customizable CSS variable `--db-label-max-size` (defaults to `100%`). To restore the previous behavior, set `--db-label-max-size: 25ch;` in your project styles. - [see commit 08b1234](https://github.com/db-ux-design-system/core-web/commit/08b1234342e3c0d622116d528a979ff53d7e2356)
10+
311
## 4.9.1
412

513
### Patch Changes
@@ -207,7 +215,7 @@ _version bump_
207215

208216
- fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
209217

210-
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
218+
- Now also sets aria-selected=true|false correctly which improves screen reader behaviour
211219

212220
## 4.2.1
213221

0 commit comments

Comments
 (0)