Skip to content

Commit f33251a

Browse files
Release 6.0.0-beta.3 (rjsf-team#4610)
* Release 6.0.0-beta.3 Releasing 6.0.0-beta.3 to fix peer dependencies so that it can be installed properly * - Fixed `nx.json` to also include `playground` and `docs`
1 parent 1cf26e1 commit f33251a

File tree

17 files changed

+174
-361
lines changed

17 files changed

+174
-361
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19+
# 6.0.0-beta.3
20+
21+
## Dev / docs / playground
22+
23+
- Updated the peer dependencies for all packages from `^6.0.0-beta.x` to `6` to avoid `npm install` dependency resolution issues
24+
1925
# 6.0.0-beta.2
2026

2127
## @rjsf/antd

nx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@
5353
},
5454
"useInferencePlugins": false,
5555
"defaultBase": "main",
56-
"useLegacyCache": true
56+
"useLegacyCache": true,
57+
"release": {
58+
"projects": ["*"]
59+
}
5760
}

0 commit comments

Comments
 (0)