Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@react-formgen/core",
"description": "A headless, type-safe, customizable, and super simple React form generator.",
"private": false,
"version": "0.0.0-alpha.23",
"version": "0.0.0-alpha.24",
"license": "MIT",
"author": "m6io",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@react-formgen/json-schema",
"description": "A headless, type-safe, customizable, and super simple React form generator.",
"private": false,
"version": "0.0.0-alpha.23",
"version": "0.0.0-alpha.24",
"license": "MIT",
"author": "m6io",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"analyze": "vite build --mode analyze"
},
"dependencies": {
"@react-formgen/core": "0.0.0-alpha.23"
"@react-formgen/core": "0.0.0-alpha.24"
},
"peerDependencies": {
"ajv": "^8.16.0",
Expand Down
Loading
Loading