@verbb/plugin-kit-vue 2.0.5 → 2.0.6

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.6 - 2026-07-21
6
+
7
+ ### Changed
8
+ - Released alongside the other `@verbb/plugin-kit-*` packages to keep versions aligned.
9
+
5
10
  ## 2.0.5 - 2026-07-21
6
11
 
7
12
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verbb/plugin-kit-vue",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
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.5",
90
- "@verbb/plugin-kit-forms": "2.0.5",
91
- "@verbb/plugin-kit-web": "2.0.5",
89
+ "@verbb/plugin-kit-core": "2.0.6",
90
+ "@verbb/plugin-kit-forms": "2.0.6",
91
+ "@verbb/plugin-kit-web": "2.0.6",
92
92
  "clsx": "^2.1.1",
93
93
  "tailwind-merge": "^3.5.0"
94
94
  },