Skip to content

Commit 9060338

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

File tree

20 files changed

+93
-43
lines changed

20 files changed

+93
-43
lines changed

.changeset/brown-falcons-melt.md

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

.changeset/sour-flies-build.md

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

output/angular/CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- feat: Switch stable rework - [see commit cb2deb0](https://github.com/db-ux-design-system/core-web/commit/cb2deb0f1c54900d1967483aea05d81279c02f59):
8+
- **BREAKING CHANGE**: remove `emphasis` property
9+
- introduce validation (invalid and valid)
10+
- configurable label position
11+
12+
- **BREAKING CHANGE**: refactor(Custom Select): renamed `ariaListLabel` property to `listLabel` - [see commit 966d5ad](https://github.com/db-ux-design-system/core-web/commit/966d5ad01f00d0ca1707cc316a63e2d431fff1e9)
13+
314
## 3.1.20
415

516
### 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.20",
3+
"version": "4.0.0",
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": "3.1.20",
31-
"@db-ux/core-foundations": "3.1.20"
30+
"@db-ux/core-components": "4.0.0",
31+
"@db-ux/core-foundations": "4.0.0"
3232
}
3333
}

output/react/CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- feat: Switch stable rework - [see commit cb2deb0](https://github.com/db-ux-design-system/core-web/commit/cb2deb0f1c54900d1967483aea05d81279c02f59):
8+
- **BREAKING CHANGE**: remove `emphasis` property
9+
- introduce validation (invalid and valid)
10+
- configurable label position
11+
12+
- **BREAKING CHANGE**: refactor(Custom Select): renamed `ariaListLabel` property to `listLabel` - [see commit 966d5ad](https://github.com/db-ux-design-system/core-web/commit/966d5ad01f00d0ca1707cc316a63e2d431fff1e9)
13+
314
## 3.1.20
415

516
### 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.20",
3+
"version": "4.0.0",
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": "3.1.20",
46-
"@db-ux/core-foundations": "3.1.20"
45+
"@db-ux/core-components": "4.0.0",
46+
"@db-ux/core-foundations": "4.0.0"
4747
}
4848
}

output/stencil/CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- feat: Switch stable rework - [see commit cb2deb0](https://github.com/db-ux-design-system/core-web/commit/cb2deb0f1c54900d1967483aea05d81279c02f59):
8+
- **BREAKING CHANGE**: remove `emphasis` property
9+
- introduce validation (invalid and valid)
10+
- configurable label position
11+
12+
- **BREAKING CHANGE**: refactor(Custom Select): renamed `ariaListLabel` property to `listLabel` - [see commit 966d5ad](https://github.com/db-ux-design-system/core-web/commit/966d5ad01f00d0ca1707cc316a63e2d431fff1e9)
13+
314
## 3.1.20
415

516
### 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.20",
3+
"version": "4.0.0",
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": "3.1.20",
51-
"@db-ux/core-foundations": "3.1.20"
50+
"@db-ux/core-components": "4.0.0",
51+
"@db-ux/core-foundations": "4.0.0"
5252
}
5353
}

output/vue/CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- feat: Switch stable rework - [see commit cb2deb0](https://github.com/db-ux-design-system/core-web/commit/cb2deb0f1c54900d1967483aea05d81279c02f59):
8+
- **BREAKING CHANGE**: remove `emphasis` property
9+
- introduce validation (invalid and valid)
10+
- configurable label position
11+
12+
- **BREAKING CHANGE**: refactor(Custom Select): renamed `ariaListLabel` property to `listLabel` - [see commit 966d5ad](https://github.com/db-ux-design-system/core-web/commit/966d5ad01f00d0ca1707cc316a63e2d431fff1e9)
13+
314
## 3.1.20
415

516
### 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.20",
3+
"version": "4.0.0",
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": "3.1.20",
61-
"@db-ux/core-foundations": "3.1.20"
60+
"@db-ux/core-components": "4.0.0",
61+
"@db-ux/core-foundations": "4.0.0"
6262
}
6363
}

0 commit comments

Comments
 (0)