Skip to content

Commit

Permalink
Release 5.17.0 (rjsf-team#4073)
Browse files Browse the repository at this point in the history
* - Fixed `CHANGELOG.md` to make it a minor version update
- Bumped the packages using `bump-all-packages`
  - Updated the tests for `antd` and `fluentui-rc` due to packages bump

* v5.17.0
  • Loading branch information
heath-freenome committed Feb 1, 2024
1 parent 46501e5 commit 0782878
Show file tree
Hide file tree
Showing 25 changed files with 2,677 additions and 3,349 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ should change the heading of the (upcoming) version to include a major version b
-->

# 5.16.2
# 5.17.0

## @rjsf/core

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.16.1",
"version": "5.17.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
3,291 changes: 1,398 additions & 1,893 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"license": "Apache-2.0",
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-parser": "^7.23.10",
"@nrwl/nx-cloud": "^15.3.5",
"@types/estree": "^1.0.5",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.14",
"@types/prettier": "^2.7.3",
"@types/react": "^17.0.74",
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand All @@ -55,7 +55,7 @@
"nx": "^15.9.2",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "5.16.1",
"version": "5.17.0",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -48,22 +48,22 @@
},
"devDependencies": {
"@ant-design/icons": "^4.8.1",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.16.1",
"@rjsf/snapshot-tests": "^5.16.1",
"@rjsf/utils": "^5.16.1",
"@rjsf/validator-ajv8": "^5.16.1",
"@rjsf/core": "^5.17.0",
"@rjsf/snapshot-tests": "^5.17.0",
"@rjsf/utils": "^5.17.0",
"@rjsf/validator-ajv8": "^5.17.0",
"@rollup/plugin-replace": "^5.0.5",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/react": "^17.0.74",
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
"@types/react-test-renderer": "^17.0.9",
"antd": "^5.0.0",
Expand Down

0 comments on commit 0782878

Please sign in to comment.