@db-ux/v-core-components 4.5.2-agent-cli-pnpm-compatibility-ebd2994 → 4.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @db-ux/v-core-components
2
2
 
3
+ ## 4.5.3
4
+
5
+ _version bump_
6
+
7
+
8
+ ## 4.5.2
9
+
10
+ ### Patch Changes
11
+
12
+ - fix: issue with wrong size for DBCustomButton using `noText` property - [see commit 1c9ccd4](https://github.com/db-ux-design-system/core-web/commit/1c9ccd43d23052be84fb810ced1ec26a1a9c9984)
13
+
3
14
  ## 4.5.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.5.2-agent-cli-pnpm-compatibility-ebd2994",
3
+ "version": "4.5.3",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -56,7 +56,7 @@
56
56
  "sideEffects": false,
57
57
  "source": "src/index.ts",
58
58
  "dependencies": {
59
- "@db-ux/core-components": "4.5.2-agent-cli-pnpm-compatibility-ebd2994",
60
- "@db-ux/core-foundations": "4.5.2-agent-cli-pnpm-compatibility-ebd2994"
59
+ "@db-ux/core-components": "4.5.3",
60
+ "@db-ux/core-foundations": "4.5.3"
61
61
  }
62
62
  }