@verbb/plugin-kit-web 2.0.0 → 2.0.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 +5 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.0.3 - 2026-07-19
6
+
7
+ ### Changed
8
+ - Restored lockstep versioning across all `@verbb/plugin-kit-*` packages after interim `2.0.1` / `2.0.2` drift.
9
+
5
10
  ## 2.0.0 - 2026-07-19
6
11
 
7
12
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verbb/plugin-kit-web",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "description": "Plugin Kit web components (shadow DOM, Craft design system)",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",
@@ -935,18 +935,18 @@
935
935
  },
936
936
  "peerDependencies": {
937
937
  "@floating-ui/dom": "^1.7.3",
938
- "@verbb/plugin-kit-core": "^2.0.0",
939
- "@verbb/plugin-kit-icons": "^2.0.0",
938
+ "@verbb/plugin-kit-core": "^2.0.3",
939
+ "@verbb/plugin-kit-icons": "^2.0.3",
940
940
  "lit": "^3.3.0"
941
941
  },
942
942
  "license": "MIT",
943
943
  "dependencies": {
944
944
  "@floating-ui/dom": "^1.7.3",
945
945
  "@tiptap/core": "^3.22.4",
946
- "@verbb/plugin-kit-codemirror-core": "2.0.0",
947
- "@verbb/plugin-kit-core": "^2.0.0",
948
- "@verbb/plugin-kit-icons": "^2.0.0",
949
- "@verbb/plugin-kit-tiptap-core": "2.0.0",
946
+ "@verbb/plugin-kit-codemirror-core": "2.0.3",
947
+ "@verbb/plugin-kit-core": "^2.0.3",
948
+ "@verbb/plugin-kit-icons": "^2.0.3",
949
+ "@verbb/plugin-kit-tiptap-core": "^2.0.3",
950
950
  "composed-offset-position": "^0.0.6",
951
951
  "lit": "^3.3.0"
952
952
  },