@db-ux/v-core-components 4.6.0 → 4.6.1

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 +6 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @db-ux/v-core-components
2
2
 
3
+ ## 4.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(navigation): issue with changed transform inside drawer lead to broken sub-navigation for mobile view - [see commit 1762975](https://github.com/db-ux-design-system/core-web/commit/17629755c0c249808c0bb69686f167677d4181ee)
8
+
3
9
  ## 4.6.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -41,13 +41,13 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@playwright/experimental-ct-vue": "1.59.1",
44
- "@vitejs/plugin-vue": "6.0.5",
44
+ "@vitejs/plugin-vue": "6.0.6",
45
45
  "replace-in-file": "8.4.0",
46
46
  "tsx": "4.21.0",
47
47
  "typescript": "5.9.3",
48
- "vite": "8.0.6",
49
- "vue": "^3.5.31",
50
- "vue-tsc": "^3.2.6"
48
+ "vite": "8.0.8",
49
+ "vue": "3.5.31",
50
+ "vue-tsc": "3.2.6"
51
51
  },
52
52
  "publishConfig": {
53
53
  "registry": "https://registry.npmjs.org/",
@@ -56,7 +56,7 @@
56
56
  "sideEffects": false,
57
57
  "source": "src/index.ts",
58
58
  "dependencies": {
59
- "@db-ux/core-components": "4.6.0",
60
- "@db-ux/core-foundations": "4.6.0"
59
+ "@db-ux/core-components": "4.6.1",
60
+ "@db-ux/core-foundations": "4.6.1"
61
61
  }
62
62
  }