@gomusdev/web-components 4.0.0 → 4.1.0

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/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.1.0 (2026-07-09)
4
+
5
+ ### Features
6
+
7
+ * **interactive-editor:** switch shop backend + WC version inline
8
+
9
+ ### Bug Fixes
10
+
11
+ * **interactive-editor:** list local build alongside published versions
12
+
3
13
  ## 4.0.0 (2026-07-08)
4
14
 
5
15
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "4.0.0",
7
+ "version": "4.1.0",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",