@knapsack/renderer-react 4.89.4--canary.7063.891af4e.0 → 4.89.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v4.89.4 (Mon Jan 05 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix React Error 525 by moving React to peerDependencies [#7063](https://github.com/knapsack-labs/app-monorepo/pull/7063) ([@brittanysmart](https://github.com/brittanysmart))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - KSP-6086 normalize error and log metadata for api domains [#6997](https://github.com/knapsack-labs/app-monorepo/pull/6997) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
10
+
11
+ #### Authors: 2
12
+
13
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
14
+ - Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
15
+
16
+ ---
17
+
1
18
  # v4.89.3 (Thu Dec 11 2025)
2
19
 
3
20
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-react",
3
3
  "description": "Render React",
4
- "version": "4.89.4--canary.7063.891af4e.0",
4
+ "version": "4.89.5",
5
5
  "type": "commonjs",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -32,26 +32,26 @@
32
32
  "author": "Knapsack",
33
33
  "dependencies": {
34
34
  "@babel/preset-react": "^7.27.1",
35
- "@knapsack/app": "4.89.4--canary.7063.891af4e.0",
36
- "@knapsack/creator-utils": "4.89.4--canary.7063.891af4e.0",
37
- "@knapsack/file-utils": "4.89.4--canary.7063.891af4e.0",
38
- "@knapsack/ks-file-utils": "4.89.4--canary.7063.891af4e.0",
39
- "@knapsack/renderer-react-components": "4.89.4--canary.7063.891af4e.0",
40
- "@knapsack/renderer-webpack-base": "4.89.4--canary.7063.891af4e.0",
41
- "@knapsack/spec-utils": "4.89.4--canary.7063.891af4e.0",
42
- "@knapsack/types": "4.89.4--canary.7063.891af4e.0",
43
- "@knapsack/utils": "4.89.4--canary.7063.891af4e.0",
35
+ "@knapsack/app": "4.89.5",
36
+ "@knapsack/creator-utils": "4.89.5",
37
+ "@knapsack/file-utils": "4.89.5",
38
+ "@knapsack/ks-file-utils": "4.89.5",
39
+ "@knapsack/renderer-react-components": "4.89.5",
40
+ "@knapsack/renderer-webpack-base": "4.89.5",
41
+ "@knapsack/spec-utils": "4.89.5",
42
+ "@knapsack/types": "4.89.5",
43
+ "@knapsack/utils": "4.89.5",
44
44
  "react-docgen": "^8.0.2",
45
45
  "react-docgen-typescript": "^2.4.0",
46
46
  "typescript": "^5.9.3",
47
47
  "zod": "^4.1.12"
48
48
  },
49
49
  "devDependencies": {
50
- "@knapsack/eslint-config-starter": "4.89.4--canary.7063.891af4e.0",
51
- "@knapsack/sandbox-components": "4.89.4--canary.7063.891af4e.0",
52
- "@knapsack/test-ava": "4.89.4--canary.7063.891af4e.0",
53
- "@knapsack/toby": "4.89.4--canary.7063.891af4e.0",
54
- "@knapsack/typescript-config-starter": "4.89.4--canary.7063.891af4e.0",
50
+ "@knapsack/eslint-config-starter": "4.89.5",
51
+ "@knapsack/sandbox-components": "4.89.5",
52
+ "@knapsack/test-ava": "4.89.5",
53
+ "@knapsack/toby": "4.89.5",
54
+ "@knapsack/typescript-config-starter": "4.89.5",
55
55
  "@mui/material": "^5.18.0",
56
56
  "@mui/x-data-grid": "^6.20.4",
57
57
  "@types/node": "^20.19.25",
@@ -73,5 +73,5 @@
73
73
  "directory": "apps/client/renderers/renderer-react",
74
74
  "type": "git"
75
75
  },
76
- "gitHead": "891af4e88ed8b9264434d1eb7cad71928479bd34"
76
+ "gitHead": "55eb070d9346a31bf1338d977da0cf9cc999e6a6"
77
77
  }