@knapsack/renderer-webpack-base 4.87.0--canary.6706.2cf7397.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.
- package/CHANGELOG.md +31 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,34 @@
|
|
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
|
+
|
1
32
|
# v4.86.0 (Wed Oct 01 2025)
|
2
33
|
|
3
34
|
#### 🚀 Enhancement
|
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.
|
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.
|
27
|
-
"@knapsack/babel-config-starter": "4.87.0--canary.
|
28
|
-
"@knapsack/file-utils": "4.87.0--canary.
|
29
|
-
"@knapsack/types": "4.87.0--canary.
|
30
|
-
"@knapsack/utils": "4.87.0--canary.
|
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.
|
38
|
-
"@knapsack/prettier-config": "4.87.0--canary.
|
39
|
-
"@knapsack/test-ava": "4.87.0--canary.
|
40
|
-
"@knapsack/typescript-config-starter": "4.87.0--canary.
|
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": "
|
57
|
+
"gitHead": "2b5203bcef631c92ed19342042b22c859dd92643"
|
58
58
|
}
|