@knapsack/types 4.69.12--canary.4835.24c2eb2.0 → 4.69.12
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 +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.12
|
|
4
|
+
"version": "4.69.12",
|
|
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.12
|
|
41
|
+
"@knapsack/utils": "4.69.12",
|
|
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.12
|
|
48
|
-
"@knapsack/test-ava": "4.69.12
|
|
49
|
-
"@knapsack/typescript-config-starter": "4.69.12
|
|
47
|
+
"@knapsack/eslint-config-starter": "4.69.12",
|
|
48
|
+
"@knapsack/test-ava": "4.69.12",
|
|
49
|
+
"@knapsack/typescript-config-starter": "4.69.12",
|
|
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": "d39aec7947e66523f003e46b268dac0a1080f461"
|
|
72
72
|
}
|