@knapsack/renderer-react 4.88.0--canary.6868.e42dca4.0 → 4.88.0--canary.6869.13e6297.0

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 +12 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.87.0 (Thu Oct 30 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Prop types support with infer spec [#6838](https://github.com/knapsack-labs/app-monorepo/pull/6838) ([@rizchelwood](https://github.com/rizchelwood))
6
+
7
+ #### Authors: 1
8
+
9
+ - Rizchel Wood ([@rizchelwood](https://github.com/rizchelwood))
10
+
11
+ ---
12
+
1
13
  # v4.86.8 (Wed Oct 29 2025)
2
14
 
3
15
  #### 🐛 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.88.0--canary.6868.e42dca4.0",
4
+ "version": "4.88.0--canary.6869.13e6297.0",
5
5
  "type": "commonjs",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -32,15 +32,15 @@
32
32
  "author": "Knapsack",
33
33
  "dependencies": {
34
34
  "@babel/preset-react": "^7.27.1",
35
- "@knapsack/app": "4.88.0--canary.6868.e42dca4.0",
36
- "@knapsack/creator-utils": "4.88.0--canary.6868.e42dca4.0",
37
- "@knapsack/file-utils": "4.88.0--canary.6868.e42dca4.0",
38
- "@knapsack/ks-file-utils": "4.88.0--canary.6868.e42dca4.0",
39
- "@knapsack/renderer-react-components": "4.88.0--canary.6868.e42dca4.0",
40
- "@knapsack/renderer-webpack-base": "4.88.0--canary.6868.e42dca4.0",
41
- "@knapsack/spec-utils": "4.88.0--canary.6868.e42dca4.0",
42
- "@knapsack/types": "4.88.0--canary.6868.e42dca4.0",
43
- "@knapsack/utils": "4.88.0--canary.6868.e42dca4.0",
35
+ "@knapsack/app": "4.88.0--canary.6869.13e6297.0",
36
+ "@knapsack/creator-utils": "4.88.0--canary.6869.13e6297.0",
37
+ "@knapsack/file-utils": "4.88.0--canary.6869.13e6297.0",
38
+ "@knapsack/ks-file-utils": "4.88.0--canary.6869.13e6297.0",
39
+ "@knapsack/renderer-react-components": "4.88.0--canary.6869.13e6297.0",
40
+ "@knapsack/renderer-webpack-base": "4.88.0--canary.6869.13e6297.0",
41
+ "@knapsack/spec-utils": "4.88.0--canary.6869.13e6297.0",
42
+ "@knapsack/types": "4.88.0--canary.6869.13e6297.0",
43
+ "@knapsack/utils": "4.88.0--canary.6869.13e6297.0",
44
44
  "react": "^18.3.1",
45
45
  "react-docgen": "^8.0.2",
46
46
  "react-docgen-typescript": "^2.4.0",
@@ -49,11 +49,11 @@
49
49
  "zod": "^4.0.14"
50
50
  },
51
51
  "devDependencies": {
52
- "@knapsack/eslint-config-starter": "4.88.0--canary.6868.e42dca4.0",
53
- "@knapsack/sandbox-components": "4.88.0--canary.6868.e42dca4.0",
54
- "@knapsack/test-ava": "4.88.0--canary.6868.e42dca4.0",
55
- "@knapsack/toby": "4.88.0--canary.6868.e42dca4.0",
56
- "@knapsack/typescript-config-starter": "4.88.0--canary.6868.e42dca4.0",
52
+ "@knapsack/eslint-config-starter": "4.88.0--canary.6869.13e6297.0",
53
+ "@knapsack/sandbox-components": "4.88.0--canary.6869.13e6297.0",
54
+ "@knapsack/test-ava": "4.88.0--canary.6869.13e6297.0",
55
+ "@knapsack/toby": "4.88.0--canary.6869.13e6297.0",
56
+ "@knapsack/typescript-config-starter": "4.88.0--canary.6869.13e6297.0",
57
57
  "@mui/material": "^5.18.0",
58
58
  "@mui/x-data-grid": "^6.20.4",
59
59
  "@types/node": "^20.19.22",
@@ -71,5 +71,5 @@
71
71
  "directory": "apps/client/renderers/renderer-react",
72
72
  "type": "git"
73
73
  },
74
- "gitHead": "e42dca443349d188d1082a8c6c970770be329cbf"
74
+ "gitHead": "13e62974d8087f63c98f24fec5dda6d6b5250628"
75
75
  }