Skip to content

Commit

Permalink
v4.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alfreddohnani committed Aug 20, 2022
1 parent 63a8260 commit a2ca868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.2.9"
"version": "4.2.10"
}
2 changes: 1 addition & 1 deletion packages/core/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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kpilens/rjsf-core",
"version": "4.2.9",
"version": "4.2.10",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build": "rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js && npm run deprecated:build:cjs && npm run deprecated:build:es && npm run deprecated:build:es:lib",
Expand Down

0 comments on commit a2ca868

Please sign in to comment.