@knapsack/types 4.70.0--canary.4821.bd63208.0 → 4.70.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v4.70.0 (Wed Oct 02 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - refactor Renderers to use Content from UI instead of App Client KSP-5571 [#4821](https://github.com/knapsack-labs/app-monorepo/pull/4821) ([@knapsack-cloud[bot]](https://github.com/knapsack-cloud[bot]) [@EvanLovely](https://github.com/EvanLovely))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - Refine React CLI importer instructions for nuanced use cases - Brittany Smart [#4870](https://github.com/knapsack-labs/app-monorepo/pull/4870) ([@knapsack-cloud[bot]](https://github.com/knapsack-cloud[bot]))
10
+ - setup ContentStateForRendering in UI [#4820](https://github.com/knapsack-labs/app-monorepo/pull/4820) ([@EvanLovely](https://github.com/EvanLovely))
11
+
12
+ #### Authors: 2
13
+
14
+ - [@knapsack-cloud[bot]](https://github.com/knapsack-cloud[bot])
15
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
16
+
17
+ ---
18
+
1
19
  # v4.69.14 (Fri Sep 27 2024)
2
20
 
3
21
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/types",
3
3
  "description": "",
4
- "version": "4.70.0--canary.4821.bd63208.0",
4
+ "version": "4.70.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.70.0--canary.4821.bd63208.0",
41
+ "@knapsack/utils": "4.70.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.70.0--canary.4821.bd63208.0",
48
- "@knapsack/test-ava": "4.70.0--canary.4821.bd63208.0",
49
- "@knapsack/typescript-config-starter": "4.70.0--canary.4821.bd63208.0",
47
+ "@knapsack/eslint-config-starter": "4.70.0",
48
+ "@knapsack/test-ava": "4.70.0",
49
+ "@knapsack/typescript-config-starter": "4.70.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": "bd6320889f9e7ea11ea57943e22d8da2493ff786"
71
+ "gitHead": "97e5856a24a809a87d76384d861d44c3f60d0bb6"
72
72
  }