Skip to content

Commit a24effa

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

File tree

21 files changed

+108
-67
lines changed

21 files changed

+108
-67
lines changed

.changeset/wide-ducks-juggle.md

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

output/angular/CHANGELOG.md

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

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- fix: hide-animation for drawer - [see commit d4a73fa](https://github.com/db-ux-design-system/core-web/commit/d4a73fa9faba38b6f20fda6f7c85d5c6617793fe)
8+
39
## 4.0.3
410

511
### Patch Changes
@@ -55,7 +61,7 @@ _version bump_
5561

5662
### Patch Changes
5763

58-
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
64+
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
5965
- refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`) - [see commit 4826455](https://github.com/db-ux-design-system/core-web/commit/4826455637590b6ae780afb93abb9effe9380342)
6066

6167
## 3.1.16

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.0.3",
3+
"version": "4.0.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.0.3",
31-
"@db-ux/core-foundations": "4.0.3"
30+
"@db-ux/core-components": "4.0.4",
31+
"@db-ux/core-foundations": "4.0.4"
3232
}
3333
}

output/react/CHANGELOG.md

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

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- fix: hide-animation for drawer - [see commit d4a73fa](https://github.com/db-ux-design-system/core-web/commit/d4a73fa9faba38b6f20fda6f7c85d5c6617793fe)
8+
39
## 4.0.3
410

511
### Patch Changes
@@ -55,7 +61,7 @@ _version bump_
5561

5662
### Patch Changes
5763

58-
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
64+
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
5965
- refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`) - [see commit 4826455](https://github.com/db-ux-design-system/core-web/commit/4826455637590b6ae780afb93abb9effe9380342)
6066

6167
## 3.1.16

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.0.3",
3+
"version": "4.0.4",
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.0.3",
46-
"@db-ux/core-foundations": "4.0.3"
45+
"@db-ux/core-components": "4.0.4",
46+
"@db-ux/core-foundations": "4.0.4"
4747
}
4848
}

output/stencil/CHANGELOG.md

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

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- fix: hide-animation for drawer - [see commit d4a73fa](https://github.com/db-ux-design-system/core-web/commit/d4a73fa9faba38b6f20fda6f7c85d5c6617793fe)
8+
39
## 4.0.3
410

511
### Patch Changes
@@ -55,7 +61,7 @@ _version bump_
5561

5662
### Patch Changes
5763

58-
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
64+
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
5965
- refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`) - [see commit 4826455](https://github.com/db-ux-design-system/core-web/commit/4826455637590b6ae780afb93abb9effe9380342)
6066

6167
## 3.1.16

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.0.3",
3+
"version": "4.0.4",
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.0.3",
51-
"@db-ux/core-foundations": "4.0.3"
50+
"@db-ux/core-components": "4.0.4",
51+
"@db-ux/core-foundations": "4.0.4"
5252
}
5353
}

output/vue/CHANGELOG.md

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

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- fix: hide-animation for drawer - [see commit d4a73fa](https://github.com/db-ux-design-system/core-web/commit/d4a73fa9faba38b6f20fda6f7c85d5c6617793fe)
8+
39
## 4.0.3
410

511
### Patch Changes
@@ -55,7 +61,7 @@ _version bump_
5561

5662
### Patch Changes
5763

58-
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
64+
- fix: color mode for textarea resizer control set by color-mode-switch documentation UI component - [see commit 354e270](https://github.com/db-ux-design-system/core-web/commit/354e27029a4378288a97ed5e31b75c11758f0c01)
5965
- refactor: enabling `hidden` HTML attribute in every context in which we need to set overwriting styling declarations (`display`) - [see commit 4826455](https://github.com/db-ux-design-system/core-web/commit/4826455637590b6ae780afb93abb9effe9380342)
6066

6167
## 3.1.16

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": "4.0.3",
3+
"version": "4.0.4",
44
"type": "module",
55
"description": "Vue components for @db-ux/core-components",
66
"repository": {
@@ -57,7 +57,7 @@
5757
"sideEffects": false,
5858
"source": "src/index.ts",
5959
"dependencies": {
60-
"@db-ux/core-components": "4.0.3",
61-
"@db-ux/core-foundations": "4.0.3"
60+
"@db-ux/core-components": "4.0.4",
61+
"@db-ux/core-foundations": "4.0.4"
6262
}
6363
}

packages/agent-cli/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @db-ux/agent-cli
22

3+
## 4.0.4
4+
5+
_version bump_
6+
7+
38
## 4.0.3
49

510
### Patch Changes
@@ -11,7 +16,7 @@
1116
### Patch Changes
1217

1318
- chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
14-
- fix: add some missing variables
19+
- fix: add some missing variables
1520

1621
## 4.0.1
1722

@@ -34,4 +39,4 @@ _version bump_
3439
### Patch Changes
3540

3641
- enabled [`@db-ux/agent-cli`](https://www.npmjs.com/package/@db-ux/agent-cli) for every package - [see commit 0233048](https://github.com/db-ux-design-system/core-web/commit/023304869e61f5a506dca66a22d69e5f3d70f4d0):
37-
- auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
42+
- auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation

0 commit comments

Comments
 (0)