@verbb/plugin-kit-vue 2.0.3 → 2.0.4

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 +5 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.0.4 - 2026-07-21
6
+
7
+ ### Fixed
8
+ - Slotted menu/button/option/tab labels inherit kit size-token type metrics from the web-component host (lockstep with `@verbb/plugin-kit-web` slotted-host fix). No Vue API change.
9
+
5
10
  ## 2.0.3 - 2026-07-19
6
11
 
7
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verbb/plugin-kit-vue",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Vue adapters for @verbb/plugin-kit-web custom elements",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",
@@ -86,9 +86,9 @@
86
86
  "license": "MIT",
87
87
  "dependencies": {
88
88
  "@lit-labs/vue-utils": "^0.1.3",
89
- "@verbb/plugin-kit-core": "2.0.3",
90
- "@verbb/plugin-kit-forms": "2.0.3",
91
- "@verbb/plugin-kit-web": "2.0.3",
89
+ "@verbb/plugin-kit-core": "2.0.4",
90
+ "@verbb/plugin-kit-forms": "2.0.4",
91
+ "@verbb/plugin-kit-web": "2.0.4",
92
92
  "clsx": "^2.1.1",
93
93
  "tailwind-merge": "^3.5.0"
94
94
  },