Skip to content

Commit 120db4f

Browse files
Release 6.1.0 (rjsf-team#4864)
1 parent ad84ef7 commit 120db4f

File tree

18 files changed

+35
-35
lines changed

18 files changed

+35
-35
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body:
4242
attributes:
4343
label: Version
4444
description: You can usually get this information in your `package.json` or in the file URL if you're using the unpkg one.
45-
value: 5.x
45+
value: 6.x
4646
validations:
4747
required: true
4848
- type: textarea
@@ -74,8 +74,8 @@ body:
7474
description: |
7575
examples:
7676
- **OS**: Ubuntu 20.04
77-
- **Node**: 13.14.0
78-
- **npm**: 7.6.3
77+
- **Node**: 22.14.1
78+
- **npm**: 10.9.4
7979
value: |
8080
- OS:
8181
- Node:

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.2",
3+
"version": "6.1.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.2",
3+
"version": "6.1.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.2",
3+
"version": "6.1.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.2",
3+
"version": "6.1.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.2",
3+
"version": "6.1.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.2",
3+
"version": "6.1.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.2",
3+
"version": "6.1.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.2",
3+
"version": "6.1.0",
44
"main": "./dist/index.cjs",
55
"module": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)