@knapsack/renderer-webpack-base 4.87.0--canary.6688.dfae0af.0 → 4.87.0--canary.6728.2b5203b.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 +43 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,46 @@
1
+ # v4.86.2 (Wed Oct 08 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - KSP-6653- Fixed resolve split() error in convertKsFigmaVarsToSpec [#6674](https://github.com/knapsack-labs/app-monorepo/pull/6674) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
10
+
11
+ ---
12
+
13
+ # v4.86.1 (Wed Oct 08 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Merge branch 'latest' into feature/ksp-6860-deleting-a-demo-variant-tab-on-a-pattern-page-throws-an ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
18
+ - Merge branch 'latest' into feature/ksp-6539-variables-counts-are-wrong-in-app-client-data ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
19
+
20
+ #### 🏠 Internal
21
+
22
+ - 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))
23
+ - 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))
24
+
25
+ #### Authors: 2
26
+
27
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
28
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
29
+
30
+ ---
31
+
32
+ # v4.86.0 (Wed Oct 01 2025)
33
+
34
+ #### 🚀 Enhancement
35
+
36
+ - add graphql endpoint for search [#6655](https://github.com/knapsack-labs/app-monorepo/pull/6655) ([@joshbedo](https://github.com/joshbedo))
37
+
38
+ #### Authors: 1
39
+
40
+ - Josh Bedo ([@joshbedo](https://github.com/joshbedo))
41
+
42
+ ---
43
+
1
44
  # v4.85.8 (Mon Sep 29 2025)
2
45
 
3
46
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.87.0--canary.6688.dfae0af.0",
4
+ "version": "4.87.0--canary.6728.2b5203b.0",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,21 +23,21 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.87.0--canary.6688.dfae0af.0",
27
- "@knapsack/babel-config-starter": "4.87.0--canary.6688.dfae0af.0",
28
- "@knapsack/file-utils": "4.87.0--canary.6688.dfae0af.0",
29
- "@knapsack/types": "4.87.0--canary.6688.dfae0af.0",
30
- "@knapsack/utils": "4.87.0--canary.6688.dfae0af.0",
26
+ "@knapsack/app": "4.87.0--canary.6728.2b5203b.0",
27
+ "@knapsack/babel-config-starter": "4.87.0--canary.6728.2b5203b.0",
28
+ "@knapsack/file-utils": "4.87.0--canary.6728.2b5203b.0",
29
+ "@knapsack/types": "4.87.0--canary.6728.2b5203b.0",
30
+ "@knapsack/utils": "4.87.0--canary.6728.2b5203b.0",
31
31
  "babel-loader": "^9.2.1",
32
32
  "react-dev-utils": "^12.0.1",
33
33
  "webpack": "^5.100.2",
34
34
  "webpack-manifest-plugin": "^4.1.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@knapsack/eslint-config-starter": "4.87.0--canary.6688.dfae0af.0",
38
- "@knapsack/prettier-config": "4.87.0--canary.6688.dfae0af.0",
39
- "@knapsack/test-ava": "4.87.0--canary.6688.dfae0af.0",
40
- "@knapsack/typescript-config-starter": "4.87.0--canary.6688.dfae0af.0",
37
+ "@knapsack/eslint-config-starter": "4.87.0--canary.6728.2b5203b.0",
38
+ "@knapsack/prettier-config": "4.87.0--canary.6728.2b5203b.0",
39
+ "@knapsack/test-ava": "4.87.0--canary.6728.2b5203b.0",
40
+ "@knapsack/typescript-config-starter": "4.87.0--canary.6728.2b5203b.0",
41
41
  "@types/node": "^20.17.57",
42
42
  "@types/react-dev-utils": "^9.0.15",
43
43
  "@types/webpack": "^5.28.5",
@@ -54,5 +54,5 @@
54
54
  "directory": "apps/client/libs/renderer-webpack-base",
55
55
  "type": "git"
56
56
  },
57
- "gitHead": "dfae0af35497e9403161087d8158fd13cd850f55"
57
+ "gitHead": "2b5203bcef631c92ed19342042b22c859dd92643"
58
58
  }