Skip to content

Commit

Permalink
Release 5.18.3 (#4175)
Browse files Browse the repository at this point in the history
* - Updated `CHANGELOG.md` to account for a few PRs

* v5.18.3
  • Loading branch information
heath-freenome committed Apr 26, 2024
1 parent ef5afed commit e7b8277
Show file tree
Hide file tree
Showing 18 changed files with 139 additions and 137 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -25,6 +25,8 @@ should change the heading of the (upcoming) version to include a major version b
## Dev / docs / playground

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

# 5.18.2

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.18.2",
"version": "5.18.3",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/antd/package.json
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "5.18.2",
"version": "5.18.3",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.18.2",
"@rjsf/snapshot-tests": "^5.18.2",
"@rjsf/utils": "^5.18.2",
"@rjsf/validator-ajv8": "^5.18.2",
"@rjsf/core": "^5.18.3",
"@rjsf/snapshot-tests": "^5.18.3",
"@rjsf/utils": "^5.18.3",
"@rjsf/validator-ajv8": "^5.18.3",
"@rollup/plugin-replace": "^5.0.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
Expand Down
10 changes: 5 additions & 5 deletions packages/bootstrap-4/package.json
@@ -1,6 +1,6 @@
{
"name": "@rjsf/bootstrap-4",
"version": "5.18.2",
"version": "5.18.3",
"main": "dist/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -49,10 +49,10 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.18.2",
"@rjsf/snapshot-tests": "^5.18.2",
"@rjsf/utils": "^5.18.2",
"@rjsf/validator-ajv8": "^5.18.2",
"@rjsf/core": "^5.18.3",
"@rjsf/snapshot-tests": "^5.18.3",
"@rjsf/utils": "^5.18.3",
"@rjsf/validator-ajv8": "^5.18.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
Expand Down

0 comments on commit e7b8277

Please sign in to comment.