Skip to content

Commit e585f1d

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

File tree

17 files changed

+80
-31
lines changed

17 files changed

+80
-31
lines changed

.changeset/refactor-enable-hidden.md

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

output/angular/CHANGELOG.md

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

3+
## 3.1.18
4+
5+
### Patch Changes
6+
7+
- 8bb6ee9: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
8+
- Updated dependencies [8bb6ee9]
9+
- @db-ux/core-components@3.1.18
10+
- @db-ux/core-foundations@3.1.18
11+
312
## 3.1.17
413

514
### 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": "3.1.17",
3+
"version": "3.1.18",
44
"description": "Angular components @db-ux/core-components",
55
"type": "module",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@db-ux/core-components": "3.1.17",
28-
"@db-ux/core-foundations": "3.1.17"
27+
"@db-ux/core-components": "3.1.18",
28+
"@db-ux/core-foundations": "3.1.18"
2929
}
3030
}

output/react/CHANGELOG.md

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

3+
## 3.1.18
4+
5+
### Patch Changes
6+
7+
- 8bb6ee9: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
8+
- Updated dependencies [8bb6ee9]
9+
- @db-ux/core-components@3.1.18
10+
- @db-ux/core-foundations@3.1.18
11+
312
## 3.1.17
413

514
### 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": "3.1.17",
3+
"version": "3.1.18",
44
"description": "React components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
},
4040
"sideEffects": false,
4141
"dependencies": {
42-
"@db-ux/core-components": "3.1.17",
43-
"@db-ux/core-foundations": "3.1.17"
42+
"@db-ux/core-components": "3.1.18",
43+
"@db-ux/core-foundations": "3.1.18"
4444
}
4545
}

output/stencil/CHANGELOG.md

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

3+
## 3.1.18
4+
5+
### Patch Changes
6+
7+
- 8bb6ee9: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
8+
- Updated dependencies [8bb6ee9]
9+
- @db-ux/core-components@3.1.18
10+
- @db-ux/core-foundations@3.1.18
11+
312
## 3.1.17
413

514
### 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": "3.1.17",
3+
"version": "3.1.18",
44
"description": "Stencil components for @db-ux/core-components",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"web-types": "./dist/web-types.json",
4545
"customElements": "dist/custom-elements.json",
4646
"dependencies": {
47-
"@db-ux/core-components": "3.1.17",
48-
"@db-ux/core-foundations": "3.1.17"
47+
"@db-ux/core-components": "3.1.18",
48+
"@db-ux/core-foundations": "3.1.18"
4949
}
5050
}

output/vue/CHANGELOG.md

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

3+
## 3.1.18
4+
5+
### Patch Changes
6+
7+
- 8bb6ee9: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
8+
- Updated dependencies [8bb6ee9]
9+
- @db-ux/core-components@3.1.18
10+
- @db-ux/core-foundations@3.1.18
11+
312
## 3.1.17
413

514
### Patch Changes

output/vue/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/v-core-components",
3-
"version": "3.1.17",
3+
"version": "3.1.18",
44
"type": "module",
55
"description": "Vue components for @db-ux/core-components",
66
"repository": {
@@ -54,7 +54,7 @@
5454
"sideEffects": false,
5555
"source": "src/index.ts",
5656
"dependencies": {
57-
"@db-ux/core-components": "3.1.17",
58-
"@db-ux/core-foundations": "3.1.17"
57+
"@db-ux/core-components": "3.1.18",
58+
"@db-ux/core-foundations": "3.1.18"
5959
}
6060
}

packages/components/CHANGELOG.md

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

3+
## 3.1.18
4+
5+
### Patch Changes
6+
7+
- 8bb6ee9: refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`)
8+
- @db-ux/core-foundations@3.1.18
9+
310
## 3.1.17
411

512
### Patch Changes
613

714
- 354e270: fix: color mode for textarea resizer control set by color-mode-switch documentation UI component
8-
- @db-ux/core-foundations@3.1.17
15+
- @db-ux/core-foundations@3.1.17
916

1017
## 3.1.16
1118

1219
### Patch Changes
1320

1421
- a28eb71: fix(custom-select): keyboard navigation for option groups in single-select mode:
15-
- Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
16-
- Now, all options are accessible via keyboard regardless of group boundaries.
22+
- Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode.
23+
- Now, all options are accessible via keyboard regardless of group boundaries.
1724
- a28eb71: fix: JS framework core-components packages are missing `@db-ux` dependencies
18-
- @db-ux/core-foundations@3.1.16
25+
- @db-ux/core-foundations@3.1.16
1926

2027
## 3.1.15
2128

@@ -24,4 +31,4 @@
2431
- 262964b: fix(Switch): double event firing with Angular signals
2532
- 262964b: fix(CustomSelect): tags remaining visible when form values are reset
2633
- 262964b: fix(CustomSelect): custom removeTagsTexts are not applied correctly
27-
- @db-ux/core-foundations@3.1.15
34+
- @db-ux/core-foundations@3.1.15

0 commit comments

Comments
 (0)