diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c31cef119..1b06cc8fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b --> +# 5.19.1 + +## Dev / docs / playground + +- Bumped the peer dependencies to `5.19.x` due to use of new API in `5.19.0` + # 5.19.0 ##@rjsf/antd diff --git a/packages/antd/package.json b/packages/antd/package.json index 44111a6f0e..fc297a43c3 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -34,8 +34,8 @@ }, "peerDependencies": { "@ant-design/icons": "^4.0.0 || ^5.0.0", - "@rjsf/core": "^5.18.x", - "@rjsf/utils": "^5.18.x", + "@rjsf/core": "^5.19.x", + "@rjsf/utils": "^5.19.x", "antd": "^4.24.0 || ^5.8.5", "dayjs": "^1.8.0", "react": "^16.14.0 || >=17" diff --git a/packages/bootstrap-4/package.json b/packages/bootstrap-4/package.json index bf743b356b..66e5fd3df9 100644 --- a/packages/bootstrap-4/package.json +++ b/packages/bootstrap-4/package.json @@ -33,8 +33,8 @@ ] }, "peerDependencies": { - "@rjsf/core": "^5.18.x", - "@rjsf/utils": "^5.18.x", + "@rjsf/core": "^5.19.x", + "@rjsf/utils": "^5.19.x", "react": "^16.14.0 || >=17", "react-bootstrap": "^1.6.5" }, diff --git a/packages/chakra-ui/package.json b/packages/chakra-ui/package.json index 579ab1a79b..f5def339cd 100644 --- a/packages/chakra-ui/package.json +++ b/packages/chakra-ui/package.json @@ -37,8 +37,8 @@ "@chakra-ui/icons": ">=1.1.1", "@chakra-ui/react": ">=1.7.3", "@chakra-ui/system": ">=1.12.1", - "@rjsf/core": "^5.18.x", - "@rjsf/utils": "^5.18.x", + "@rjsf/core": "^5.19.x", + "@rjsf/utils": "^5.19.x", "chakra-react-select": ">=3.3.8", "framer-motion": ">=5.6.0", "react": "^16.14.0 || >=17" diff --git a/packages/core/package.json b/packages/core/package.json index c38a1f33b8..23578d28e4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -37,7 +37,7 @@ "node": ">=14" }, "peerDependencies": { - "@rjsf/utils": "^5.18.x", + "@rjsf/utils": "^5.19.x", "react": "^16.14.0 || >=17" }, "dependencies": { diff --git a/packages/fluent-ui/package.json b/packages/fluent-ui/package.json index ece8476283..e6afe83baf 100644 --- a/packages/fluent-ui/package.json +++ b/packages/fluent-ui/package.json @@ -34,8 +34,8 @@ }, "peerDependencies": { "@fluentui/react": ">= 7", - "@rjsf/core": "^5.18.x", - "@rjsf/utils": "^5.18.x", + "@rjsf/core": "^5.19.x", + "@rjsf/utils": "^5.19.x", "react": "^16.14.0 || >=17" }, "devDependencies": { diff --git a/packages/fluentui-rc/package.json b/packages/fluentui-rc/package.json index 99378d13c6..7b5a88f944 100644 --- a/packages/fluentui-rc/package.json +++ b/packages/fluentui-rc/package.json @@ -37,7 +37,7 @@ "node": ">=14" }, "peerDependencies": { - "@rjsf/utils": "^5.18.x", + "@rjsf/utils": "^5.19.x", "react": "^16.14.0 || >=17" }, "dependencies": { diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index b69fe1a34a..20a9cb01b9 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -34,8 +34,8 @@ "peerDependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", - "@rjsf/core": "^5.18.x", - "@rjsf/utils": "^5.18.x", + "@rjsf/core": "^5.19.x", + "@rjsf/utils": "^5.19.x", "react": "^16.14.0 || >=17" }, "devDependencies": { diff --git a/packages/mui/package.json b/packages/mui/package.json index 9c9aba386d..b704c2b440 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -36,8 +36,8 @@ "@emotion/styled": "^11.6.0", "@mui/icons-material": "^5.2.0", "@mui/material": "^5.2.2", - "@rjsf/core": "^5.18.x", - "@rjsf/utils": "^5.18.x", + "@rjsf/core": "^5.19.x", + "@rjsf/utils": "^5.19.x", "react": ">=17" }, "devDependencies": { diff --git a/packages/semantic-ui/package.json b/packages/semantic-ui/package.json index 747ce29be4..3e4e55f2b7 100644 --- a/packages/semantic-ui/package.json +++ b/packages/semantic-ui/package.json @@ -33,8 +33,8 @@ ] }, "peerDependencies": { - "@rjsf/core": "^5.18.x", - "@rjsf/utils": "^5.18.x", + "@rjsf/core": "^5.19.x", + "@rjsf/utils": "^5.19.x", "react": "^16.14.0 || >=17", "semantic-ui-react": "^1.3.1 || ^2.1.3" }, diff --git a/packages/validator-ajv6/package.json b/packages/validator-ajv6/package.json index c3c50db8e9..50ab3955af 100644 --- a/packages/validator-ajv6/package.json +++ b/packages/validator-ajv6/package.json @@ -37,7 +37,7 @@ "lodash-es": "^4.17.21" }, "peerDependencies": { - "@rjsf/utils": "^5.18.x" + "@rjsf/utils": "^5.19.x" }, "devDependencies": { "@babel/core": "^7.23.9", diff --git a/packages/validator-ajv8/package.json b/packages/validator-ajv8/package.json index 3396d86cfb..707019e3dd 100644 --- a/packages/validator-ajv8/package.json +++ b/packages/validator-ajv8/package.json @@ -39,7 +39,7 @@ "lodash-es": "^4.17.21" }, "peerDependencies": { - "@rjsf/utils": "^5.18.x" + "@rjsf/utils": "^5.19.x" }, "devDependencies": { "@babel/core": "^7.23.9",