Skip to content

Commit

Permalink
roqueform-4.0.0
Browse files Browse the repository at this point in the history
constraint-validation-plugin-1.0.0
doubter-plugin-2.0.0
react-1.0.0
ref-plugin-4.0.0
reset-plugin-3.0.0
scroll-to-error-plugin-2.0.0
uncontrolled-plugin-1.0.0
zod-plugin-1.0.0
  • Loading branch information
smikhalevski committed Mar 21, 2023
1 parent 7b327de commit 33446c5
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 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 packages/constraint-validation-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/constraint-validation-plugin#readme",
"peerDependencies": {
"roqueform": "^3.0.1"
"roqueform": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/doubter-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/doubter-plugin",
"version": "1.0.0",
"version": "2.0.0",
"description": "Validates Roqueform fields with Doubter shapes.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -40,6 +40,6 @@
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/doubter-plugin#readme",
"peerDependencies": {
"doubter": "^2.1.0",
"roqueform": "^3.0.1"
"roqueform": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/react#readme",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"roqueform": "^3.0.1"
"roqueform": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/ref-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/ref-plugin",
"version": "3.0.0",
"version": "4.0.0",
"description": "Associates Roqueform fields with DOM elements.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/ref-plugin#readme",
"peerDependencies": {
"roqueform": "^3.0.1"
"roqueform": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/reset-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/reset-plugin",
"version": "2.0.0",
"version": "3.0.0",
"description": "Manages Roqueform field initial value and dirty status.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -41,6 +41,6 @@
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/reset-plugin#readme",
"peerDependencies": {
"fast-deep-equal": "^3.1.3",
"roqueform": "^3.0.1"
"roqueform": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/roqueform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roqueform",
"version": "3.0.1",
"version": "4.0.0",
"description": "The form state management library that can handle hundreds of fields without breaking a sweat.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/scroll-to-error-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/scroll-to-error-plugin",
"version": "1.0.0",
"version": "2.0.0",
"description": "Roqueform plugin that enables scrolling to a field that has an associated validation error.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -41,6 +41,6 @@
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/scroll-to-error-plugin#readme",
"peerDependencies": {
"roqueform": "^3.0.1"
"roqueform": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/uncontrolled-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/uncontrolled-plugin#readme",
"peerDependencies": {
"roqueform": "^3.0.1"
"roqueform": "^4.0.0"
},
"dependencies": {
"fast-deep-equal": "^3.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/zod-plugin#readme",
"peerDependencies": {
"roqueform": "^3.0.1",
"roqueform": "^4.0.0",
"zod": "^3.19.1"
}
}

0 comments on commit 33446c5

Please sign in to comment.