@knapsack/types 4.69.12--canary.4860.4176732.0 → 4.69.13--canary.4860.ba46b2a.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,22 @@
|
|
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
|
+
- replace schema forms in content blocks ([@GormanDesign](https://github.com/GormanDesign))
|
7
|
+
|
8
|
+
#### 🏠 Internal
|
9
|
+
|
10
|
+
- 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]))
|
11
|
+
- replace schema forms in content blocks [#4831](https://github.com/knapsack-labs/app-monorepo/pull/4831) ([@GormanDesign](https://github.com/GormanDesign))
|
12
|
+
|
13
|
+
#### Authors: 2
|
14
|
+
|
15
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
16
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
17
|
+
|
18
|
+
---
|
19
|
+
|
1
20
|
# v4.69.11 (Fri Sep 20 2024)
|
2
21
|
|
3
22
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/types",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.69.
|
4
|
+
"version": "4.69.13--canary.4860.ba46b2a.0",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/index.mjs",
|
7
7
|
"types": "dist/index.d.ts",
|
@@ -38,15 +38,15 @@
|
|
38
38
|
"test": "ava"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@knapsack/utils": "4.69.
|
41
|
+
"@knapsack/utils": "4.69.13--canary.4860.ba46b2a.0",
|
42
42
|
"color-string": "^1.9.1",
|
43
43
|
"immer": "^10.1.1",
|
44
44
|
"superstruct": "^0.16.7"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@knapsack/eslint-config-starter": "4.69.
|
48
|
-
"@knapsack/test-ava": "4.69.
|
49
|
-
"@knapsack/typescript-config-starter": "4.69.
|
47
|
+
"@knapsack/eslint-config-starter": "4.69.13--canary.4860.ba46b2a.0",
|
48
|
+
"@knapsack/test-ava": "4.69.13--canary.4860.ba46b2a.0",
|
49
|
+
"@knapsack/typescript-config-starter": "4.69.13--canary.4860.ba46b2a.0",
|
50
50
|
"@tiptap/core": "^2.7.2",
|
51
51
|
"@types/color-string": "^1.5.5",
|
52
52
|
"@types/fs-extra": "^11.0.4",
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"directory": "libs/types",
|
69
69
|
"type": "git"
|
70
70
|
},
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "ba46b2a883fd157220fc50c5e9a86ce53bddabca"
|
72
72
|
}
|