@knapsack/sandbox-components 4.81.0--canary.6256.2ad7beb.0 → 4.81.1--canary.e8795d9.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 +12 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v4.81.0 (Fri Jun 20 2025)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Merge branch 'latest' into feature/ksp-6428-setup-caching-infer-spec ([@mabry1985](https://github.com/mabry1985))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v4.80.13 (Wed Jun 11 2025)
|
2
14
|
|
3
15
|
#### 🏠 Internal
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/sandbox-components",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.81.
|
4
|
+
"version": "4.81.1--canary.e8795d9.0",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
7
7
|
"./css": "./dist/css/ks-sandbox-styles.css",
|
@@ -49,11 +49,11 @@
|
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
52
|
-
"@knapsack/eslint-config-starter": "4.81.
|
53
|
-
"@knapsack/postcss-config-starter": "4.81.
|
54
|
-
"@knapsack/prettier-config": "4.81.
|
55
|
-
"@knapsack/sandbox-tokens": "4.81.
|
56
|
-
"@knapsack/typescript-config-starter": "4.81.
|
52
|
+
"@knapsack/eslint-config-starter": "4.81.1--canary.e8795d9.0",
|
53
|
+
"@knapsack/postcss-config-starter": "4.81.1--canary.e8795d9.0",
|
54
|
+
"@knapsack/prettier-config": "4.81.1--canary.e8795d9.0",
|
55
|
+
"@knapsack/sandbox-tokens": "4.81.1--canary.e8795d9.0",
|
56
|
+
"@knapsack/typescript-config-starter": "4.81.1--canary.e8795d9.0",
|
57
57
|
"@types/node": "^20.17.57",
|
58
58
|
"@types/react": "^18.3.20",
|
59
59
|
"esbuild": "^0.25.2",
|
@@ -72,5 +72,5 @@
|
|
72
72
|
"directory": "apps/ui/libs/sandbox-components",
|
73
73
|
"type": "git"
|
74
74
|
},
|
75
|
-
"gitHead": "
|
75
|
+
"gitHead": "e8795d962b7a3380a6e5db562f7df94cf609f9b1"
|
76
76
|
}
|