Skip to content

Commit e82b173

Browse files
- Fixed nx.json to also include playground and docs
1 parent ee4c5b1 commit e82b173

File tree

4 files changed

+26
-219
lines changed

4 files changed

+26
-219
lines changed

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
}

package-lock.json

Lines changed: 11 additions & 207 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/docs",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.3",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

packages/playground/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/playground",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.3",
44
"description": "rjsf playground",
55
"private": true,
66
"type": "commonjs",
@@ -39,15 +39,15 @@
3939
"@chakra-ui/react": "^3.16.1",
4040
"@emotion/react": "^11.14.0",
4141
"@mui/material": "^6.4.3",
42-
"@rjsf/antd": "^6.0.0-beta.1",
43-
"@rjsf/chakra-ui": "^6.0.0-beta.1",
44-
"@rjsf/core": "^6.0.0-beta.1",
45-
"@rjsf/fluentui-rc": "^6.0.0-beta.1",
46-
"@rjsf/mui": "^6.0.0-beta.1",
47-
"@rjsf/react-bootstrap": "^6.0.0-beta.1",
48-
"@rjsf/semantic-ui": "^6.0.0-beta.1",
49-
"@rjsf/utils": "^6.0.0-beta.1",
50-
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
42+
"@rjsf/antd": "^6.0.0-beta.3",
43+
"@rjsf/chakra-ui": "^6.0.0-beta.3",
44+
"@rjsf/core": "^6.0.0-beta.3",
45+
"@rjsf/fluentui-rc": "^6.0.0-beta.3",
46+
"@rjsf/mui": "^6.0.0-beta.3",
47+
"@rjsf/react-bootstrap": "^6.0.0-beta.3",
48+
"@rjsf/semantic-ui": "^6.0.0-beta.3",
49+
"@rjsf/utils": "^6.0.0-beta.3",
50+
"@rjsf/validator-ajv8": "^6.0.0-beta.3",
5151
"ajv": "^8.12.0",
5252
"ajv-formats": "^2.1.1",
5353
"ajv-i18n": "^4.2.0",

0 commit comments

Comments
 (0)