Skip to content

Commit 0dba679

Browse files
committed
v0.13.0
1 parent 976823b commit 0dba679

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.12.1",
5+
"version": "0.13.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelte-reactive-form/rules",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "Form validation rules of svelte-reactive-form.",
55
"author": "si3nloong <[email protected]> (https://github.com/si3nloong)",
66
"homepage": "https://github.com/wetix/svelte-reactive-form#readme",

packages/svelte-reactive-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-reactive-form",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "A better version of form validation.",
55
"author": "si3nloong <[email protected]> (https://github.com/si3nloong)",
66
"homepage": "https://github.com/wetix/svelte-reactive-form#readme",

0 commit comments

Comments
 (0)