Skip to content

Commit 06419ea

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

24 files changed

+108
-71
lines changed

.changeset/common-suns-exist.md

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

.changeset/five-seas-shout.md

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

.changeset/fix-floating-components-null-guard.md

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

.changeset/fluffy-ears-write.md

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

.changeset/major-camels-ring.md

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

.changeset/tough-sails-drum.md

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

output/angular/CHANGELOG.md

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

3+
## 4.5.1
4+
5+
### Patch Changes
6+
7+
- fix: issue with DBButton `noText` and `width="full"` not having fixed size - [see commit bc81b40](https://github.com/db-ux-design-system/core-web/commit/bc81b402660871d706b1bf8d3fbac6713a7c9670)
8+
9+
- fix: issue with hover state when using DBPopover/Tooltip with animation - [see commit bc4801b](https://github.com/db-ux-design-system/core-web/commit/bc4801bf0b32d5dc4fd8e29626a6122e34fb6ada)
10+
11+
- fix: Add null guard in `floating-components.ts` to prevent errors when `element` or `parent` is `null` inside tests. - [see commit ac50f97](https://github.com/db-ux-design-system/core-web/commit/ac50f97fa503ef4f62d37f316f3b5da0f6d7742e)
12+
13+
- fix: issue with DBCustomSelect inside DBDrawer (or other `<dialog>` based) components, which has a problem with top-layer and focus - [see commit 6547ada](https://github.com/db-ux-design-system/core-web/commit/6547ada44844cbed1b8207db742a5119edb945f6)
14+
15+
- fix(`input type="date"`): wrong padding and color for successful and critical state - [see commit 4f3db42](https://github.com/db-ux-design-system/core-web/commit/4f3db4262a652ac8d6353bd1a0a92a4a62b6ff86)
16+
317
## 4.5.0
418

519
### 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.5.0",
3+
"version": "4.5.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.5.0",
31-
"@db-ux/core-foundations": "4.5.0"
30+
"@db-ux/core-components": "4.5.1",
31+
"@db-ux/core-foundations": "4.5.1"
3232
}
3333
}

output/react/CHANGELOG.md

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

3+
## 4.5.1
4+
5+
### Patch Changes
6+
7+
- fix: issue with DBButton `noText` and `width="full"` not having fixed size - [see commit bc81b40](https://github.com/db-ux-design-system/core-web/commit/bc81b402660871d706b1bf8d3fbac6713a7c9670)
8+
9+
- fix: issue with hover state when using DBPopover/Tooltip with animation - [see commit bc4801b](https://github.com/db-ux-design-system/core-web/commit/bc4801bf0b32d5dc4fd8e29626a6122e34fb6ada)
10+
11+
- fix: Add null guard in `floating-components.ts` to prevent errors when `element` or `parent` is `null` inside tests. - [see commit ac50f97](https://github.com/db-ux-design-system/core-web/commit/ac50f97fa503ef4f62d37f316f3b5da0f6d7742e)
12+
13+
- fix: issue with DBCustomSelect inside DBDrawer (or other `<dialog>` based) components, which has a problem with top-layer and focus - [see commit 6547ada](https://github.com/db-ux-design-system/core-web/commit/6547ada44844cbed1b8207db742a5119edb945f6)
14+
15+
- fix(`input type="date"`): wrong padding and color for successful and critical state - [see commit 4f3db42](https://github.com/db-ux-design-system/core-web/commit/4f3db4262a652ac8d6353bd1a0a92a4a62b6ff86)
16+
317
## 4.5.0
418

519
### 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.5.0",
3+
"version": "4.5.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.5.0",
45-
"@db-ux/core-foundations": "4.5.0"
44+
"@db-ux/core-components": "4.5.1",
45+
"@db-ux/core-foundations": "4.5.1"
4646
}
4747
}

0 commit comments

Comments
 (0)