@gomusdev/web-components 3.6.0 → 3.7.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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.7.0 (2026-06-16)
4
+
5
+ ### Features
6
+
7
+ * **interactive-editor:** add HTML/CSS/JS tab navigation
8
+
3
9
  ## 3.6.0 (2026-06-15)
4
10
 
5
11
  ### Features
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "3.6.0",
7
+ "version": "3.7.0",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",
@@ -28,6 +28,7 @@
28
28
  "build-web-components": "vite build;",
29
29
  "copy-web-components": "cp ./dist-js/gomus-paypal.iife.js ../../../gomus-shop/src/assets/javascript",
30
30
  "build:standard-components": "pnpm vite -c vite.standard-components.config.ts build; cp dist-js/standard-components.js ../../../gomus-shop/src/assets/javascript",
31
+ "build:interactive-editor": "pnpm --filter @gomusdev/interactive-editor build",
31
32
  "=== E 2 E ===": "",
32
33
  "e2e:static": "vite build && npx playwright test --config=playwright-static.config.ts",
33
34
  "e2e:static:no-build": "npx playwright test --config=playwright-static.config.ts",
@@ -37,7 +38,6 @@
37
38
  "e2e:storybook:ui": "npx playwright test --ui --config=playwright-storybook.config.ts",
38
39
  "e2e:storybook:headed": "npx playwright test --headed --config=playwright-storybook.config.ts",
39
40
  "=== S T O R Y B O O K ===": "",
40
- "build:interactive-editor": "pnpm --filter @gomusdev/interactive-editor build",
41
41
  "chromatic": "npx chromatic --project-token=chpt_36bb239517e3c45 --allow-console-errors",
42
42
  "storybook": "pnpm build:interactive-editor && storybook dev",
43
43
  "storybook:build": "pnpm build:interactive-editor && storybook build -o ./.storybook/deploy/build",