Skip to content

Commit fc07c24

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

File tree

19 files changed

+106
-65
lines changed

19 files changed

+106
-65
lines changed

.changeset/ready-clowns-clean.md

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

output/angular/CHANGELOG.md

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

3+
## 4.3.1
4+
5+
### Patch Changes
6+
7+
- fix(angular): issue with form-components not applying value changes because of [attr.value] instead of native [value] binding - [see commit 61ab4a3](https://github.com/db-ux-design-system/core-web/commit/61ab4a3e9a781459b829c74cf23624a23edd9e3f)
8+
39
## 4.3.0
410

511
### Minor 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.3.0",
3+
"version": "4.3.1",
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.3.0",
31-
"@db-ux/core-foundations": "4.3.0"
30+
"@db-ux/core-components": "4.3.1",
31+
"@db-ux/core-foundations": "4.3.1"
3232
}
3333
}

output/react/CHANGELOG.md

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

3+
## 4.3.1
4+
5+
### Patch Changes
6+
7+
- fix(angular): issue with form-components not applying value changes because of [attr.value] instead of native [value] binding - [see commit 61ab4a3](https://github.com/db-ux-design-system/core-web/commit/61ab4a3e9a781459b829c74cf23624a23edd9e3f)
8+
39
## 4.3.0
410

511
### Minor 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.3.0",
3+
"version": "4.3.1",
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.3.0",
45-
"@db-ux/core-foundations": "4.3.0"
44+
"@db-ux/core-components": "4.3.1",
45+
"@db-ux/core-foundations": "4.3.1"
4646
}
4747
}

output/stencil/CHANGELOG.md

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

3+
## 4.3.1
4+
5+
### Patch Changes
6+
7+
- fix(angular): issue with form-components not applying value changes because of [attr.value] instead of native [value] binding - [see commit 61ab4a3](https://github.com/db-ux-design-system/core-web/commit/61ab4a3e9a781459b829c74cf23624a23edd9e3f)
8+
39
## 4.3.0
410

511
### Minor 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.3.0",
3+
"version": "4.3.1",
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.3.0",
52-
"@db-ux/core-foundations": "4.3.0"
51+
"@db-ux/core-components": "4.3.1",
52+
"@db-ux/core-foundations": "4.3.1"
5353
}
5454
}

output/vue/CHANGELOG.md

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

3+
## 4.3.1
4+
5+
### Patch Changes
6+
7+
- fix(angular): issue with form-components not applying value changes because of [attr.value] instead of native [value] binding - [see commit 61ab4a3](https://github.com/db-ux-design-system/core-web/commit/61ab4a3e9a781459b829c74cf23624a23edd9e3f)
8+
39
## 4.3.0
410

511
### Minor 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": "4.3.0",
3+
"version": "4.3.1",
44
"type": "module",
55
"description": "Vue components for @db-ux/core-components",
66
"repository": {
@@ -56,7 +56,7 @@
5656
"sideEffects": false,
5757
"source": "src/index.ts",
5858
"dependencies": {
59-
"@db-ux/core-components": "4.3.0",
60-
"@db-ux/core-foundations": "4.3.0"
59+
"@db-ux/core-components": "4.3.1",
60+
"@db-ux/core-foundations": "4.3.1"
6161
}
6262
}

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.3.1
4+
5+
_version bump_
6+
7+
38
## 4.3.0
49

510
### Minor Changes
@@ -53,7 +58,7 @@ _version bump_
5358
### Patch Changes
5459

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

5863
## 4.0.1
5964

@@ -76,4 +81,4 @@ _version bump_
7681
### Patch Changes
7782

7883
- 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):
79-
- auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
84+
- auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation

0 commit comments

Comments
 (0)