diff --git a/package.json b/package.json index 686ae68..2ff92ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regle", - "version": "0.5.6", + "version": "0.5.7", "private": true, "description": "Typescript-first model-based form validation library for Vue 3", "scripts": { diff --git a/packages/core/package.json b/packages/core/package.json index 6e9252d..40feb97 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@regle/core", - "version": "0.5.6", + "version": "0.5.7", "description": "Typescript-first model-based form validation library for Vue 3", "scripts": { "typecheck": "tsc --noEmit", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index ac2ff22..ec3bc87 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@regle/nuxt", - "version": "0.5.6", + "version": "0.5.7", "description": "Regle nuxt module", "license": "MIT", "type": "module", diff --git a/packages/rules/package.json b/packages/rules/package.json index f24b77b..a5379f0 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@regle/rules", - "version": "0.5.6", + "version": "0.5.7", "description": "Collection of rules and helpers for Regle", "scripts": { "typecheck": "tsc --noEmit", diff --git a/packages/valibot/package.json b/packages/valibot/package.json index ecadd97..f95f3d0 100644 --- a/packages/valibot/package.json +++ b/packages/valibot/package.json @@ -1,6 +1,6 @@ { "name": "@regle/valibot", - "version": "0.5.6", + "version": "0.5.7", "description": "Valibot adapter for Regle", "scripts": { "typecheck": "tsc --noEmit", diff --git a/packages/zod/package.json b/packages/zod/package.json index ccff657..31e64ab 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@regle/zod", - "version": "0.5.6", + "version": "0.5.7", "description": "Zod adapter for Regle", "scripts": { "typecheck": "tsc --noEmit", diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index 97eb172..02a3468 100644 --- a/playground/nuxt/package.json +++ b/playground/nuxt/package.json @@ -22,5 +22,5 @@ "vue": "^3.5.13", "vue-router": "^4.5.0" }, - "version": "0.5.6" + "version": "0.5.7" } \ No newline at end of file