@knapsack/renderer-web-components 4.87.0--canary.6706.2cf7397.0 → 4.87.0--canary.6650.a503632.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/CHANGELOG.md +44 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,47 @@
1
+ # v4.86.6 (Wed Oct 15 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - KSP-7265 ensure complete cleanup of blocks and blockCollections when deleting [#6727](https://github.com/knapsack-labs/app-monorepo/pull/6727) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
6
+ - Merge branch 'latest' into feature/ksp-7265-deleting-tab-does-not-delete-indiviudal-blocks ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
7
+
8
+ #### Authors: 1
9
+
10
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
11
+
12
+ ---
13
+
14
+ # v4.86.2 (Wed Oct 08 2025)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - KSP-6653- Fixed resolve split() error in convertKsFigmaVarsToSpec [#6674](https://github.com/knapsack-labs/app-monorepo/pull/6674) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
19
+
20
+ #### Authors: 1
21
+
22
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
23
+
24
+ ---
25
+
26
+ # v4.86.1 (Wed Oct 08 2025)
27
+
28
+ #### 🐛 Bug Fix
29
+
30
+ - Merge branch 'latest' into feature/ksp-6860-deleting-a-demo-variant-tab-on-a-pattern-page-throws-an ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
31
+ - Merge branch 'latest' into feature/ksp-6539-variables-counts-are-wrong-in-app-client-data ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
32
+
33
+ #### 🏠 Internal
34
+
35
+ - adds loading state to design src counts for better ux [#6690](https://github.com/knapsack-labs/app-monorepo/pull/6690) ([@mabry1985](https://github.com/mabry1985))
36
+ - KSP-6539 Added utility function to count non-reference variables in a collection [#6632](https://github.com/knapsack-labs/app-monorepo/pull/6632) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
37
+
38
+ #### Authors: 2
39
+
40
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
41
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
42
+
43
+ ---
44
+
1
45
  # v4.86.0 (Wed Oct 01 2025)
2
46
 
3
47
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-web-components",
3
3
  "description": "Render Web Components",
4
- "version": "4.87.0--canary.6706.2cf7397.0",
4
+ "version": "4.87.0--canary.6650.a503632.0",
5
5
  "main": "dist/renderer-web-components.js",
6
6
  "types": "dist/renderer-web-components.d.ts",
7
7
  "exports": {
@@ -23,20 +23,20 @@
23
23
  },
24
24
  "author": "Knapsack (https://www.knapsack.cloud)",
25
25
  "dependencies": {
26
- "@knapsack/app": "4.87.0--canary.6706.2cf7397.0",
27
- "@knapsack/file-utils": "4.87.0--canary.6706.2cf7397.0",
28
- "@knapsack/types": "4.87.0--canary.6706.2cf7397.0",
29
- "@knapsack/utils": "4.87.0--canary.6706.2cf7397.0",
30
- "cheerio": "^1.1.0",
26
+ "@knapsack/app": "4.87.0--canary.6650.a503632.0",
27
+ "@knapsack/file-utils": "4.87.0--canary.6650.a503632.0",
28
+ "@knapsack/types": "4.87.0--canary.6650.a503632.0",
29
+ "@knapsack/utils": "4.87.0--canary.6650.a503632.0",
30
+ "cheerio": "^1.1.2",
31
31
  "chokidar": "^3.6.0",
32
32
  "ejs": "^3.1.10",
33
33
  "zod": "^4.0.14"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.87.0--canary.6706.2cf7397.0",
37
- "@knapsack/sandbox-components": "4.87.0--canary.6706.2cf7397.0",
38
- "@knapsack/typescript-config-starter": "4.87.0--canary.6706.2cf7397.0",
39
- "@types/node": "^20.17.57",
36
+ "@knapsack/eslint-config-starter": "4.87.0--canary.6650.a503632.0",
37
+ "@knapsack/sandbox-components": "4.87.0--canary.6650.a503632.0",
38
+ "@knapsack/typescript-config-starter": "4.87.0--canary.6650.a503632.0",
39
+ "@types/node": "^20.19.22",
40
40
  "custom-elements-manifest": "^2.1.0",
41
41
  "eslint": "^8.57.0",
42
42
  "typescript": "^5.9.2",
@@ -51,5 +51,5 @@
51
51
  "directory": "apps/client/renderers/renderer-web-components",
52
52
  "type": "git"
53
53
  },
54
- "gitHead": "2cf73979f059fe9f1c3608689bffc7bd7362507d"
54
+ "gitHead": "a503632390a36f20c333ea9a7b2927b1da043d1e"
55
55
  }