Skip to content

Commit 8c53c8d

Browse files
dbux-auto-merge-pr[bot]github-actions[bot]mfranzke
authored
chore(release): version packages (#6105)
* chore(release): version packages * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
1 parent fc392c8 commit 8c53c8d

25 files changed

+94
-58
lines changed

.changeset/afraid-grapes-know.md

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

.changeset/brave-hounds-return.md

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

.changeset/flat-swans-enjoy.md

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

.changeset/forty-loops-flash.md

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

.changeset/olive-berries-start.md

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

output/angular/CHANGELOG.md

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

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- feat: add `wrap` property for possible inline components (badge, button, infotext, tooltip) besides link and navigation-item, which already have the `wrap` property - [see commit c08970c](http://github.com/db-ux-design-system/core-web/commit/c08970c640f24abee93ed17de258f4e15fa7cb7f)
8+
9+
- feat: add `propOverrides` property for components to provide a possibility for avoiding duplicated `id` property on Angular and Web Components - [see commit 9720ebb](http://github.com/db-ux-design-system/core-web/commit/9720ebb9c47302ed0d9939ce219a7d876ba0155c)
10+
11+
- feat: add DBCustomButton for development to style `<a>` or `<label><input/>` children - [see commit a50323b](http://github.com/db-ux-design-system/core-web/commit/a50323b21363981c02bbabf7828a6f2d94f11e4d)
12+
313
## 4.4.3
414

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

output/react/CHANGELOG.md

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

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- feat: add `wrap` property for possible inline components (badge, button, infotext, tooltip) besides link and navigation-item, which already have the `wrap` property - [see commit c08970c](http://github.com/db-ux-design-system/core-web/commit/c08970c640f24abee93ed17de258f4e15fa7cb7f)
8+
9+
- feat: add `propOverrides` property for components to provide a possibility for avoiding duplicated `id` property on Angular and Web Components - [see commit 9720ebb](http://github.com/db-ux-design-system/core-web/commit/9720ebb9c47302ed0d9939ce219a7d876ba0155c)
10+
11+
- feat: add DBCustomButton for development to style `<a>` or `<label><input/>` children - [see commit a50323b](http://github.com/db-ux-design-system/core-web/commit/a50323b21363981c02bbabf7828a6f2d94f11e4d)
12+
313
## 4.4.3
414

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

output/stencil/CHANGELOG.md

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

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- feat: add `wrap` property for possible inline components (badge, button, infotext, tooltip) besides link and navigation-item, which already have the `wrap` property - [see commit c08970c](http://github.com/db-ux-design-system/core-web/commit/c08970c640f24abee93ed17de258f4e15fa7cb7f)
8+
9+
- feat: add `propOverrides` property for components to provide a possibility for avoiding duplicated `id` property on Angular and Web Components - [see commit 9720ebb](http://github.com/db-ux-design-system/core-web/commit/9720ebb9c47302ed0d9939ce219a7d876ba0155c)
10+
11+
- feat: add DBCustomButton for development to style `<a>` or `<label><input/>` children - [see commit a50323b](http://github.com/db-ux-design-system/core-web/commit/a50323b21363981c02bbabf7828a6f2d94f11e4d)
12+
313
## 4.4.3
414

515
### Patch Changes

0 commit comments

Comments
 (0)