@knapsack/sandbox-components 4.69.12 → 4.69.13--canary.4739.37477c8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +0 -20
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,3 @@
|
|
1
|
-
# v4.69.12 (Thu Sep 26 2024)
|
2
|
-
|
3
|
-
#### 🐛 Bug Fix
|
4
|
-
|
5
|
-
- Merge branch 'latest' into feature/ksp-5560-replace-schema-forms-in-content-blocks ([@GormanDesign](https://github.com/GormanDesign))
|
6
|
-
|
7
|
-
#### 🏠 Internal
|
8
|
-
|
9
|
-
- chore(deps): update dependency @types/react to ^18.3.9 [#4851](https://github.com/knapsack-labs/app-monorepo/pull/4851) ([@renovate[bot]](https://github.com/renovate[bot]))
|
10
|
-
- chore(deps): update dependency @types/node to ^20.16.6 [#4846](https://github.com/knapsack-labs/app-monorepo/pull/4846) ([@renovate[bot]](https://github.com/renovate[bot]))
|
11
|
-
- fix(deps): update vue monorepo to ^3.5.8 [#4841](https://github.com/knapsack-labs/app-monorepo/pull/4841) ([@renovate[bot]](https://github.com/renovate[bot]))
|
12
|
-
- chore(deps): update dependency tailwindcss to ^3.4.13 [#4838](https://github.com/knapsack-labs/app-monorepo/pull/4838) ([@renovate[bot]](https://github.com/renovate[bot]))
|
13
|
-
|
14
|
-
#### Authors: 2
|
15
|
-
|
16
|
-
- [@renovate[bot]](https://github.com/renovate[bot])
|
17
|
-
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
18
|
-
|
19
|
-
---
|
20
|
-
|
21
1
|
# v4.69.11 (Fri Sep 20 2024)
|
22
2
|
|
23
3
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/sandbox-components",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.69.
|
4
|
+
"version": "4.69.13--canary.4739.37477c8.0",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
7
7
|
"./css": "./dist/css/ks-sandbox-styles.css",
|
@@ -44,11 +44,11 @@
|
|
44
44
|
"vue": "^3.5.8"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@knapsack/eslint-config-starter": "4.69.
|
48
|
-
"@knapsack/postcss-config-starter": "4.69.
|
49
|
-
"@knapsack/prettier-config": "4.69.
|
50
|
-
"@knapsack/sandbox-tokens": "4.69.
|
51
|
-
"@knapsack/typescript-config-starter": "4.69.
|
47
|
+
"@knapsack/eslint-config-starter": "4.69.13--canary.4739.37477c8.0",
|
48
|
+
"@knapsack/postcss-config-starter": "4.69.13--canary.4739.37477c8.0",
|
49
|
+
"@knapsack/prettier-config": "4.69.13--canary.4739.37477c8.0",
|
50
|
+
"@knapsack/sandbox-tokens": "4.69.13--canary.4739.37477c8.0",
|
51
|
+
"@knapsack/typescript-config-starter": "4.69.13--canary.4739.37477c8.0",
|
52
52
|
"@types/node": "^20.16.6",
|
53
53
|
"@types/react": "^18.3.9",
|
54
54
|
"esbuild": "^0.20.2",
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"directory": "apps/ui/libs/sandbox-components",
|
69
69
|
"type": "git"
|
70
70
|
},
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "37477c8999118bdbe0775dda4dd0c9c640800d46"
|
72
72
|
}
|