Skip to content

Commit f433580

Browse files
- Bumped versions
1 parent 0607320 commit f433580

File tree

13 files changed

+317
-102
lines changed

13 files changed

+317
-102
lines changed

package-lock.json

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

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-alpha.0",
3+
"version": "6.0.0-beta.1",
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-alpha.0",
81-
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
82-
"@rjsf/utils": "^6.0.0-alpha.0",
83-
"@rjsf/validator-ajv8": "^6.0.0-alpha.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",
8484
"@rollup/plugin-replace": "^6.0.2",
8585
"antd": "^5.24.9",
8686
"atob": "^2.1.2",

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-alpha.0",
3+
"version": "6.0.0-beta.1",
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-alpha.0",
91-
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
92-
"@rjsf/utils": "^6.0.0-alpha.0",
93-
"@rjsf/validator-ajv8": "^6.0.0-alpha.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",
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-alpha.0",
3+
"version": "6.0.0-beta.1",
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-alpha.0",
81-
"@rjsf/utils": "^6.0.0-alpha.0",
82-
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
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",
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",
3+
"version": "6.0.0-beta.1",
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-alpha.0",
80-
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
81-
"@rjsf/utils": "^6.0.0-alpha.0",
82-
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
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",
8383
"@testing-library/jest-dom": "^6.1.3",
8484
"@testing-library/react": "^14.0.0"
8585
},

packages/fluentui-rc/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/fluentui-rc",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-beta.1",
44
"description": "FluentUI React Components theme, fields and widgets for react-jsonschema-form",
55
"scripts": {
66
"build:ts": "tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json",
@@ -74,10 +74,10 @@
7474
"@fluentui/react-migration-v0-v9": "^9.3.10"
7575
},
7676
"devDependencies": {
77-
"@rjsf/core": "^6.0.0-alpha.0",
78-
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
79-
"@rjsf/utils": "^6.0.0-alpha.0",
80-
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
77+
"@rjsf/core": "^6.0.0-beta.1",
78+
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
79+
"@rjsf/utils": "^6.0.0-beta.1",
80+
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
8181
"eslint": "^8.56.0"
8282
},
8383
"directories": {

packages/mui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/mui",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-beta.1",
44
"main": "./dist/index.js",
55
"module": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -75,10 +75,10 @@
7575
"@emotion/styled": "^11.11.0",
7676
"@mui/icons-material": "^6.4.11",
7777
"@mui/material": "^6.4.11",
78-
"@rjsf/core": "^6.0.0-alpha.0",
79-
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
80-
"@rjsf/utils": "^6.0.0-alpha.0",
81-
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
78+
"@rjsf/core": "^6.0.0-beta.1",
79+
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
80+
"@rjsf/utils": "^6.0.0-beta.1",
81+
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
8282
"eslint": "^8.56.0"
8383
},
8484
"publishConfig": {

packages/react-bootstrap/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/react-bootstrap",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-beta.1",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -71,10 +71,10 @@
7171
"node": ">=20"
7272
},
7373
"devDependencies": {
74-
"@rjsf/core": "^6.0.0-alpha.0",
75-
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
76-
"@rjsf/utils": "^6.0.0-alpha.0",
77-
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
74+
"@rjsf/core": "^6.0.0-beta.1",
75+
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
76+
"@rjsf/utils": "^6.0.0-beta.1",
77+
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
7878
"eslint": "^8.56.0",
7979
"react-bootstrap": "^2.10.9"
8080
},

packages/semantic-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/semantic-ui",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-beta.1",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -67,10 +67,10 @@
6767
"semantic-ui-react": "^2.1.3"
6868
},
6969
"devDependencies": {
70-
"@rjsf/core": "^6.0.0-alpha.0",
71-
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
72-
"@rjsf/utils": "^6.0.0-alpha.0",
73-
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
70+
"@rjsf/core": "^6.0.0-beta.1",
71+
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
72+
"@rjsf/utils": "^6.0.0-beta.1",
73+
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
7474
"atob": "^2.1.2",
7575
"eslint": "^8.56.0",
7676
"nanoid": "^5.1.5",

packages/shadcn/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/shadcn",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-beta.1",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -71,10 +71,10 @@
7171
"node": ">=20"
7272
},
7373
"devDependencies": {
74-
"@rjsf/core": "^6.0.0-alpha.0",
75-
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
76-
"@rjsf/utils": "^6.0.0-alpha.0",
77-
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
74+
"@rjsf/core": "^6.0.0-beta.1",
75+
"@rjsf/snapshot-tests": "^6.0.0-beta.1",
76+
"@rjsf/utils": "^6.0.0-beta.1",
77+
"@rjsf/validator-ajv8": "^6.0.0-beta.1",
7878
"eslint": "^8.56.0",
7979
"jsdom": "^20.0.3",
8080
"tailwindcss": "^3.0.0"

0 commit comments

Comments
 (0)