@knapsack/app-client-api 4.70.0--canary.4821.82d27e9.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 +7 -7
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/app-client-api",
3
3
  "description": "",
4
- "version": "4.70.0--canary.4821.82d27e9.0",
4
+ "version": "4.70.0",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -21,14 +21,14 @@
21
21
  "lint": "eslint ./"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/types": "4.70.0--canary.4821.82d27e9.0",
25
- "@knapsack/utils": "4.70.0--canary.4821.82d27e9.0",
24
+ "@knapsack/types": "4.70.0",
25
+ "@knapsack/utils": "4.70.0",
26
26
  "cross-fetch": "^4.0.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@knapsack/eslint-config-starter": "4.70.0--canary.4821.82d27e9.0",
30
- "@knapsack/prettier-config": "4.70.0--canary.4821.82d27e9.0",
31
- "@knapsack/typescript-config-starter": "4.70.0--canary.4821.82d27e9.0",
29
+ "@knapsack/eslint-config-starter": "4.70.0",
30
+ "@knapsack/prettier-config": "4.70.0",
31
+ "@knapsack/typescript-config-starter": "4.70.0",
32
32
  "@types/node": "^20.16.6",
33
33
  "eslint": "^8.57.0",
34
34
  "tsup": "^8.2.4",
@@ -43,5 +43,5 @@
43
43
  "directory": "libs/app-client-api",
44
44
  "type": "git"
45
45
  },
46
- "gitHead": "82d27e98c26dd8ff00329a2a23ca7f3fc090e144"
46
+ "gitHead": "97e5856a24a809a87d76384d861d44c3f60d0bb6"
47
47
  }