Skip to content

Commit 2786a46

Browse files
Release 6.0.0
YAY we did it!
1 parent f531182 commit 2786a46

File tree

17 files changed

+32
-32
lines changed

17 files changed

+32
-32
lines changed

package-lock.json

Lines changed: 16 additions & 16 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "6.0.0-beta.23",
3+
"version": "6.0.0",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",

packages/chakra-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/chakra-ui",
3-
"version": "6.0.0-beta.23",
3+
"version": "6.0.0",
44
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/core",
3-
"version": "6.0.0-beta.23",
3+
"version": "6.0.0",
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",

packages/daisyui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/daisyui",
3-
"version": "6.0.0-beta.23",
3+
"version": "6.0.0",
44
"description": "Daisy UI components for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",

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.23",
3+
"version": "6.0.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

packages/fluentui-rc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/fluentui-rc",
3-
"version": "6.0.0-beta.23",
3+
"version": "6.0.0",
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",

packages/mantine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/mantine",
3-
"version": "6.0.0-beta.23",
3+
"version": "6.0.0",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/mui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/mui",
3-
"version": "6.0.0-beta.23",
3+
"version": "6.0.0",
44
"main": "./dist/index.cjs",
55
"module": "./lib/index.js",
66
"types": "./lib/index.d.ts",

packages/playground/package.json

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

0 commit comments

Comments
 (0)