Skip to content

Commit e7b8277

Browse files
Release 5.18.3 (#4175)
* - Updated `CHANGELOG.md` to account for a few PRs * v5.18.3
1 parent ef5afed commit e7b8277

File tree

18 files changed

+139
-137
lines changed

18 files changed

+139
-137
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ should change the heading of the (upcoming) version to include a major version b
2525
## Dev / docs / playground
2626

2727
- Bumped devDependencies on `react` to `18.x`
28+
- Fixed typo in `custom-widgets-fields.md` in the documentation
29+
- Updated the `LICENSE.md` to include the proper copyright dates and owner
2830

2931
# 5.18.2
3032

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.18.2",
3+
"version": "5.18.3",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

package-lock.json

+68-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "5.18.2",
3+
"version": "5.18.3",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -56,10 +56,10 @@
5656
"@babel/preset-env": "^7.23.9",
5757
"@babel/preset-react": "^7.23.3",
5858
"@babel/preset-typescript": "^7.23.3",
59-
"@rjsf/core": "^5.18.2",
60-
"@rjsf/snapshot-tests": "^5.18.2",
61-
"@rjsf/utils": "^5.18.2",
62-
"@rjsf/validator-ajv8": "^5.18.2",
59+
"@rjsf/core": "^5.18.3",
60+
"@rjsf/snapshot-tests": "^5.18.3",
61+
"@rjsf/utils": "^5.18.3",
62+
"@rjsf/validator-ajv8": "^5.18.3",
6363
"@rollup/plugin-replace": "^5.0.5",
6464
"@types/jest": "^29.5.12",
6565
"@types/lodash": "^4.14.202",

packages/bootstrap-4/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/bootstrap-4",
3-
"version": "5.18.2",
3+
"version": "5.18.3",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -49,10 +49,10 @@
4949
"@babel/preset-env": "^7.23.9",
5050
"@babel/preset-react": "^7.23.3",
5151
"@babel/preset-typescript": "^7.23.3",
52-
"@rjsf/core": "^5.18.2",
53-
"@rjsf/snapshot-tests": "^5.18.2",
54-
"@rjsf/utils": "^5.18.2",
55-
"@rjsf/validator-ajv8": "^5.18.2",
52+
"@rjsf/core": "^5.18.3",
53+
"@rjsf/snapshot-tests": "^5.18.3",
54+
"@rjsf/utils": "^5.18.3",
55+
"@rjsf/validator-ajv8": "^5.18.3",
5656
"@types/jest": "^29.5.12",
5757
"@types/react": "^18.2.58",
5858
"@types/react-dom": "^18.2.19",

0 commit comments

Comments
 (0)