Skip to content

Commit d7a1fd7

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

File tree

22 files changed

+99
-59
lines changed

22 files changed

+99
-59
lines changed

.changeset/heavy-spiders-check.md

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

.changeset/rich-baboons-compete.md

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

.changeset/six-oranges-kneel.md

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

.changeset/tasty-tips-suffer.md

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

output/angular/CHANGELOG.md

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

3+
## 4.2.3
4+
5+
### Patch Changes
6+
7+
- fix(SASS): return typed values from scss functions `px-to-rem` and `px-to-em` instead of strings - [see commit e1be60a](https://github.com/db-ux-design-system/core-web/commit/e1be60a871596107d8026390b194f0730c84a8ad)
8+
9+
- refactor(css): replacing slow selector - [see commit 1133c21](https://github.com/db-ux-design-system/core-web/commit/1133c216ab5ec802241c6986fc9287ff22a287b0)
10+
11+
- fix: DBSection ignoring `id` prop during SSR - [see commit 254a705](https://github.com/db-ux-design-system/core-web/commit/254a70507422b070c35b69487323b797de3c73a9)
12+
13+
- fix(textarea): "responsiveness" due to CSS selector - [see commit c1104df](https://github.com/db-ux-design-system/core-web/commit/c1104dfe242a455ea8cf80716322a591e6e6e109)
14+
315
## 4.2.2
416

517
### 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": "4.2.2",
3+
"version": "4.2.3",
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.2.2",
31-
"@db-ux/core-foundations": "4.2.2"
30+
"@db-ux/core-components": "4.2.3",
31+
"@db-ux/core-foundations": "4.2.3"
3232
}
3333
}

output/react/CHANGELOG.md

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

3+
## 4.2.3
4+
5+
### Patch Changes
6+
7+
- fix(SASS): return typed values from scss functions `px-to-rem` and `px-to-em` instead of strings - [see commit e1be60a](https://github.com/db-ux-design-system/core-web/commit/e1be60a871596107d8026390b194f0730c84a8ad)
8+
9+
- refactor(css): replacing slow selector - [see commit 1133c21](https://github.com/db-ux-design-system/core-web/commit/1133c216ab5ec802241c6986fc9287ff22a287b0)
10+
11+
- fix: DBSection ignoring `id` prop during SSR - [see commit 254a705](https://github.com/db-ux-design-system/core-web/commit/254a70507422b070c35b69487323b797de3c73a9)
12+
13+
- fix(textarea): "responsiveness" due to CSS selector - [see commit c1104df](https://github.com/db-ux-design-system/core-web/commit/c1104dfe242a455ea8cf80716322a591e6e6e109)
14+
315
## 4.2.2
416

517
### 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": "4.2.2",
3+
"version": "4.2.3",
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.2.2",
46-
"@db-ux/core-foundations": "4.2.2"
45+
"@db-ux/core-components": "4.2.3",
46+
"@db-ux/core-foundations": "4.2.3"
4747
}
4848
}

output/stencil/CHANGELOG.md

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

3+
## 4.2.3
4+
5+
### Patch Changes
6+
7+
- fix(SASS): return typed values from scss functions `px-to-rem` and `px-to-em` instead of strings - [see commit e1be60a](https://github.com/db-ux-design-system/core-web/commit/e1be60a871596107d8026390b194f0730c84a8ad)
8+
9+
- refactor(css): replacing slow selector - [see commit 1133c21](https://github.com/db-ux-design-system/core-web/commit/1133c216ab5ec802241c6986fc9287ff22a287b0)
10+
11+
- fix: DBSection ignoring `id` prop during SSR - [see commit 254a705](https://github.com/db-ux-design-system/core-web/commit/254a70507422b070c35b69487323b797de3c73a9)
12+
13+
- fix(textarea): "responsiveness" due to CSS selector - [see commit c1104df](https://github.com/db-ux-design-system/core-web/commit/c1104dfe242a455ea8cf80716322a591e6e6e109)
14+
315
## 4.2.2
416

517
### 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": "4.2.2",
3+
"version": "4.2.3",
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.2.2",
51-
"@db-ux/core-foundations": "4.2.2"
50+
"@db-ux/core-components": "4.2.3",
51+
"@db-ux/core-foundations": "4.2.3"
5252
}
5353
}

0 commit comments

Comments
 (0)