@knapsack/renderer-react 4.87.0--canary.6838.1d6132d.0 → 4.87.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 +26 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
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
+
13
+ # v4.86.8 (Wed Oct 29 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - improve infer spec testing [#6853](https://github.com/knapsack-labs/app-monorepo/pull/6853) ([@mabry1985](https://github.com/mabry1985))
18
+ - refactor(tests): improve sorting logic in infer-spec tests for better clarity ([@mabry1985](https://github.com/mabry1985))
19
+ - improve infer spec testing ([@mabry1985](https://github.com/mabry1985))
20
+
21
+ #### Authors: 1
22
+
23
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
24
+
25
+ ---
26
+
1
27
  # v4.86.7 (Mon Oct 27 2025)
2
28
 
3
29
  #### 🐛 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.87.0--canary.6838.1d6132d.0",
4
+ "version": "4.87.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.87.0--canary.6838.1d6132d.0",
36
- "@knapsack/creator-utils": "4.87.0--canary.6838.1d6132d.0",
37
- "@knapsack/file-utils": "4.87.0--canary.6838.1d6132d.0",
38
- "@knapsack/ks-file-utils": "4.87.0--canary.6838.1d6132d.0",
39
- "@knapsack/renderer-react-components": "4.87.0--canary.6838.1d6132d.0",
40
- "@knapsack/renderer-webpack-base": "4.87.0--canary.6838.1d6132d.0",
41
- "@knapsack/spec-utils": "4.87.0--canary.6838.1d6132d.0",
42
- "@knapsack/types": "4.87.0--canary.6838.1d6132d.0",
43
- "@knapsack/utils": "4.87.0--canary.6838.1d6132d.0",
35
+ "@knapsack/app": "4.87.0",
36
+ "@knapsack/creator-utils": "4.87.0",
37
+ "@knapsack/file-utils": "4.87.0",
38
+ "@knapsack/ks-file-utils": "4.87.0",
39
+ "@knapsack/renderer-react-components": "4.87.0",
40
+ "@knapsack/renderer-webpack-base": "4.87.0",
41
+ "@knapsack/spec-utils": "4.87.0",
42
+ "@knapsack/types": "4.87.0",
43
+ "@knapsack/utils": "4.87.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.87.0--canary.6838.1d6132d.0",
53
- "@knapsack/sandbox-components": "4.87.0--canary.6838.1d6132d.0",
54
- "@knapsack/test-ava": "4.87.0--canary.6838.1d6132d.0",
55
- "@knapsack/toby": "4.87.0--canary.6838.1d6132d.0",
56
- "@knapsack/typescript-config-starter": "4.87.0--canary.6838.1d6132d.0",
52
+ "@knapsack/eslint-config-starter": "4.87.0",
53
+ "@knapsack/sandbox-components": "4.87.0",
54
+ "@knapsack/test-ava": "4.87.0",
55
+ "@knapsack/toby": "4.87.0",
56
+ "@knapsack/typescript-config-starter": "4.87.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": "1d6132dfb8796e369fee2bd9802cdb118b80ac7b"
74
+ "gitHead": "76b286b5e271627e346529bf79a2fdeca12cd74b"
75
75
  }