diff --git a/package.json b/package.json index 5ed7c28..d69d639 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regle", - "version": "0.5.2", + "version": "0.5.3", "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 7693a60..1f46df5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@regle/core", - "version": "0.5.2", + "version": "0.5.3", "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 e7081b3..ca1e8c8 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@regle/nuxt", - "version": "0.5.2", + "version": "0.5.3", "description": "Regle nuxt module", "license": "MIT", "type": "module", diff --git a/packages/rules/package.json b/packages/rules/package.json index f654834..7198542 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@regle/rules", - "version": "0.5.2", + "version": "0.5.3", "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 6c118a7..7fecc04 100644 --- a/packages/valibot/package.json +++ b/packages/valibot/package.json @@ -1,6 +1,6 @@ { "name": "@regle/valibot", - "version": "0.5.2", + "version": "0.5.3", "description": "Valibot adapter for Regle", "scripts": { "typecheck": "tsc --noEmit", diff --git a/packages/zod/package.json b/packages/zod/package.json index f9e19ab..b219b70 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@regle/zod", - "version": "0.5.2", + "version": "0.5.3", "description": "Zod adapter for Regle", "scripts": { "typecheck": "tsc --noEmit", diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index 7053dfa..b5c783c 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.2" + "version": "0.5.3" } \ No newline at end of file