Skip to content

Commit f773425

Browse files
Releasing 6.0.0-beta.2
Releasing 6.0.0-beta.2 along with new `sanity-check` script and running `npm update` - Added new `sanity-check` script - Ran `npm update` and `npm dedupe` to ensure we are on the latest code, causing the `antd` snapshots to be updated
1 parent f7e3cc0 commit f773425

File tree

18 files changed

+4093
-3915
lines changed

18 files changed

+4093
-3915
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"commit-package-changes": "git add package-lock.json packages/*/package*.json && cross-env CI=skipPrecommit git commit -m 'updated package*.json after versioning' && git push",
2626
"post-versioning": "echo 'This will take a while...' && npm run bump-peer-deps && npm run refresh-node-modules && npm run commit-package-changes && npm run update-version-tags",
2727
"update-version-tags": "git tag -f $(node scripts/get-version-tag.js) && git push -f origin $(node scripts/get-version-tag.js)",
28-
"nuke-build-env": "rimraf .nx && rimraf package-lock.json"
28+
"nuke-build-env": "rimraf .nx && rimraf package-lock.json",
29+
"sanity-check": "npm run lint && npm run build && npm run test"
2930
},
3031
"license": "Apache-2.0",
3132
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",

packages/antd/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -77,10 +77,10 @@
7777
},
7878
"devDependencies": {
7979
"@ant-design/icons": "^6.0.0",
80-
"@rjsf/core": "^6.0.0-beta.1",
81-
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
82-
"@rjsf/utils": "^6.0.0-beta.1",
83-
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
80+
"@rjsf/core": "^6.0.0-beta.2",
81+
"@rjsf/snapshot-tests": "^6.0.0-beta.2",
82+
"@rjsf/utils": "^6.0.0-beta.2",
83+
"@rjsf/validator-ajv8": "^6.0.0-beta.2",
8484
"@rollup/plugin-replace": "^6.0.2",
8585
"antd": "^5.24.9",
8686
"atob": "^2.1.2",

packages/antd/test/__snapshots__/Array.test.tsx.snap

Lines changed: 435 additions & 435 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/Form.test.tsx.snap

Lines changed: 315 additions & 315 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/GridSnap.test.tsx.snap

Lines changed: 686 additions & 686 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/Object.test.tsx.snap

Lines changed: 350 additions & 350 deletions
Large diffs are not rendered by default.

packages/chakra-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/chakra-ui",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -87,10 +87,10 @@
8787
"@emotion/jest": "^11.13.0",
8888
"@emotion/react": "^11.14.0",
8989
"@emotion/styled": "^11.14.0",
90-
"@rjsf/core": "^6.0.0-beta.1",
91-
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
92-
"@rjsf/utils": "^6.0.0-beta.1",
93-
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
90+
"@rjsf/core": "^6.0.0-beta.2",
91+
"@rjsf/snapshot-tests": "^6.0.0-beta.2",
92+
"@rjsf/utils": "^6.0.0-beta.2",
93+
"@rjsf/validator-ajv8": "^6.0.0-beta.2",
9494
"chakra-react-select": "6.1.0",
9595
"eslint": "^8.56.0",
9696
"lucide-react": "^0.488.0"

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/core",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"compileReplacer": "tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs",
@@ -77,9 +77,9 @@
7777
"prop-types": "^15.8.1"
7878
},
7979
"devDependencies": {
80-
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
81-
"@rjsf/utils": "^6.0.0-beta.1",
82-
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
80+
"@rjsf/snapshot-tests": "^6.0.0-beta.2",
81+
"@rjsf/utils": "^6.0.0-beta.2",
82+
"@rjsf/validator-ajv8": "^6.0.0-beta.2",
8383
"@testing-library/jest-dom": "^6.6.3",
8484
"@testing-library/react": "^16.2.0",
8585
"@testing-library/user-event": "^14.6.1",

packages/daisyui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/daisyui",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "Daisy UI components for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -76,10 +76,10 @@
7676
"react": ">=18"
7777
},
7878
"devDependencies": {
79-
"@rjsf/core": "^6.0.0-beta.1",
80-
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
81-
"@rjsf/utils": "^6.0.0-beta.1",
82-
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
79+
"@rjsf/core": "^6.0.0-beta.2",
80+
"@rjsf/snapshot-tests": "^6.0.0-beta.2",
81+
"@rjsf/utils": "^6.0.0-beta.2",
82+
"@rjsf/validator-ajv8": "^6.0.0-beta.2",
8383
"@testing-library/jest-dom": "^6.1.3",
8484
"@testing-library/react": "^14.0.0"
8585
},

0 commit comments

Comments
 (0)