Skip to content

Commit

Permalink
Release 5.13.4 (rjsf-team#3938)
Browse files Browse the repository at this point in the history
* Fixed release pipeline failure issue per the information from lerna/lerna#3883

* v5.13.4
  • Loading branch information
heath-freenome committed Nov 4, 2023
1 parent 2f8a2fd commit b78f2ab
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 102 deletions.
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.13.3",
"version": "5.13.4",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=14"
},
"scripts": {
"publish": "lerna publish",
"publish-repo": "lerna publish",
"changed": "lerna changed",
"test": "lerna run --concurrency 2 --stream test",
"test:update": "lerna run --concurrency 2 --stream test:update",
Expand Down
8 changes: 4 additions & 4 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "5.13.3",
"version": "5.13.4",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -56,9 +56,9 @@
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
"@rjsf/validator-ajv8": "^5.13.3",
"@rjsf/core": "^5.13.4",
"@rjsf/utils": "^5.13.4",
"@rjsf/validator-ajv8": "^5.13.4",
"@rollup/plugin-replace": "^5.0.2",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.65",
Expand Down
8 changes: 4 additions & 4 deletions packages/bootstrap-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/bootstrap-4",
"version": "5.13.3",
"version": "5.13.4",
"main": "dist/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
"@rjsf/validator-ajv8": "^5.13.3",
"@rjsf/core": "^5.13.4",
"@rjsf/utils": "^5.13.4",
"@rjsf/validator-ajv8": "^5.13.4",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/chakra-ui",
"version": "5.13.3",
"version": "5.13.4",
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -68,9 +68,9 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
"@rjsf/validator-ajv8": "^5.13.3",
"@rjsf/core": "^5.13.4",
"@rjsf/utils": "^5.13.4",
"@rjsf/validator-ajv8": "^5.13.4",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/core",
"version": "5.13.3",
"version": "5.13.4",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build:ts": "rimraf lib && tsc",
Expand Down Expand Up @@ -54,9 +54,9 @@
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@rjsf/utils": "^5.13.3",
"@rjsf/validator-ajv6": "^5.13.3",
"@rjsf/validator-ajv8": "^5.13.3",
"@rjsf/utils": "^5.13.4",
"@rjsf/validator-ajv6": "^5.13.4",
"@rjsf/validator-ajv8": "^5.13.4",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/docs",
"version": "5.13.3",
"version": "5.13.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 4 additions & 4 deletions packages/fluent-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/fluent-ui",
"version": "5.13.3",
"version": "5.13.4",
"main": "dist/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -46,9 +46,9 @@
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@fluentui/react": "^8.111.2",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
"@rjsf/validator-ajv8": "^5.13.3",
"@rjsf/core": "^5.13.4",
"@rjsf/utils": "^5.13.4",
"@rjsf/validator-ajv8": "^5.13.4",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
Expand Down
Loading

0 comments on commit b78f2ab

Please sign in to comment.