Skip to content

Commit

Permalink
roqueform-5.1.0
Browse files Browse the repository at this point in the history
annotations-plugin-1.1.0
constraint-validation-plugin-2.1.0
doubter-plugin-3.1.0
react-2.1.0
reset-plugin-4.1.0
scroll-to-error-plugin-3.1.0
uncontrolled-plugin-2.1.0
zod-plugin-2.1.0
  • Loading branch information
smikhalevski committed Feb 6, 2024
1 parent 00b1dfe commit eef3410
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/annotations-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/annotations-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "Manages Roqueform field annotations.",
"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/annotations-plugin#readme",
"peerDependencies": {
"roqueform": "^5.0.0"
"roqueform": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/constraint-validation-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/constraint-validation-plugin",
"version": "2.0.0",
"version": "2.1.0",
"description": "Integrates Roqueform fields with the Constraint validation API.",
"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/constraint-validation-plugin#readme",
"peerDependencies": {
"roqueform": "^5.0.0"
"roqueform": "^5.1.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": "3.0.0",
"version": "3.1.0",
"description": "Validates Roqueform fields with Doubter shapes.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -43,6 +43,6 @@
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/doubter-plugin#readme",
"peerDependencies": {
"doubter": "^2.1.0 || ^3.0.0 || ^4.0.0",
"roqueform": "^5.0.0"
"roqueform": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/react",
"version": "2.0.0",
"version": "2.1.0",
"description": "Hooks and components to integrate Roqueform with React.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -43,6 +43,6 @@
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/react#readme",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"roqueform": "^5.0.0"
"roqueform": "^5.1.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": "4.0.0",
"version": "4.1.0",
"description": "Manages Roqueform field initial value and dirty status.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -44,6 +44,6 @@
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/reset-plugin#readme",
"peerDependencies": {
"fast-deep-equal": "^3.1.3",
"roqueform": "^5.0.0"
"roqueform": "^5.1.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": "5.0.0",
"version": "5.1.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": "3.0.0",
"version": "3.1.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 @@ -44,6 +44,6 @@
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/scroll-to-error-plugin#readme",
"peerDependencies": {
"roqueform": "^5.0.0"
"roqueform": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/uncontrolled-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/uncontrolled-plugin",
"version": "2.0.0",
"version": "2.1.0",
"description": "Updates Roqueform fields by listening to change events of associated DOM elements.",
"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/uncontrolled-plugin#readme",
"peerDependencies": {
"roqueform": "^5.0.0"
"roqueform": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/zod-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roqueform/zod-plugin",
"version": "2.0.0",
"version": "2.1.0",
"description": "Validates Roqueform fields with Zod schemas.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/zod-plugin#readme",
"peerDependencies": {
"roqueform": "^5.0.0",
"roqueform": "^5.1.0",
"zod": "^3.19.1"
}
}

0 comments on commit eef3410

Please sign in to comment.