@knapsack/renderer-react-components 4.73.0--canary.5222.6a28d72.0 → 4.73.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.
- package/CHANGELOG.md +20 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v4.73.0 (Thu Jan 16 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- improved react renderer infer spec engine [#5222](https://github.com/knapsack-labs/app-monorepo/pull/5222) ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- merge latest ([@mabry1985](https://github.com/mabry1985))
|
|
10
|
+
- Merge branch 'latest' into feature/ksp-5583-replace-react-renderer-infer-spec-engine ([@mabry1985](https://github.com/mabry1985))
|
|
11
|
+
- add additional test scenarios ([@mabry1985](https://github.com/mabry1985))
|
|
12
|
+
- reorder exports ([@mabry1985](https://github.com/mabry1985))
|
|
13
|
+
- add pkg updates ([@mabry1985](https://github.com/mabry1985))
|
|
14
|
+
|
|
15
|
+
#### Authors: 1
|
|
16
|
+
|
|
17
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v4.72.1 (Thu Jan 16 2025)
|
|
2
22
|
|
|
3
23
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-react-components",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.73.0
|
|
4
|
+
"version": "4.73.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./demo-wrapper": {
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"lint": "eslint ./"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@knapsack/eslint-config-starter": "4.73.0
|
|
39
|
-
"@knapsack/prettier-config": "4.73.0
|
|
40
|
-
"@knapsack/types": "4.73.0
|
|
41
|
-
"@knapsack/typescript-config-starter": "4.73.0
|
|
38
|
+
"@knapsack/eslint-config-starter": "4.73.0",
|
|
39
|
+
"@knapsack/prettier-config": "4.73.0",
|
|
40
|
+
"@knapsack/types": "4.73.0",
|
|
41
|
+
"@knapsack/typescript-config-starter": "4.73.0",
|
|
42
42
|
"@types/node": "^20.17.11",
|
|
43
43
|
"@types/prop-types": "^15.7.14",
|
|
44
44
|
"@types/react": "^18.3.12",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"directory": "apps/client/libs/renderer-react-components",
|
|
57
57
|
"type": "git"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "0fdb0cd80f51d7c82b98d8730ba163f09926f6be"
|
|
60
60
|
}
|