diff --git a/package.json b/package.json index 2bd90ab..26e0432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regle", - "version": "0.4.8", + "version": "0.4.9", "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 fa4c447..af44e4e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@regle/core", - "version": "0.4.8", + "version": "0.4.9", "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 04ddef3..198ea49 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@regle/nuxt", - "version": "0.4.8", + "version": "0.4.9", "description": "Regle nuxt module", "license": "MIT", "type": "module", diff --git a/packages/rules/package.json b/packages/rules/package.json index fee14d6..8b1bb87 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@regle/rules", - "version": "0.4.8", + "version": "0.4.9", "description": "Collection of rules and helpers for Regle", "scripts": { "typecheck": "tsc --noEmit", diff --git a/packages/zod/package.json b/packages/zod/package.json index f7f8ebd..54ee54c 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@regle/zod", - "version": "0.4.8", + "version": "0.4.9", "description": "Zod adapter for Regle", "scripts": { "typecheck": "tsc --noEmit", diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index d309668..0c53aad 100644 --- a/playground/nuxt/package.json +++ b/playground/nuxt/package.json @@ -22,5 +22,5 @@ "vue": "^3.5.13", "vue-router": "^4.4.5" }, - "version": "0.4.8" + "version": "0.4.9" } \ No newline at end of file