diff --git a/package.json b/package.json index 5a7f588..a67b355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regle", - "version": "0.3.3", + "version": "0.4.0", "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 c756f66..25902e5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@regle/core", - "version": "0.3.3", + "version": "0.4.0", "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 fd60d9e..0e5dea8 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@regle/nuxt", - "version": "0.3.3", + "version": "0.4.0", "description": "Regle nuxt module", "license": "MIT", "type": "module", diff --git a/packages/rules/package.json b/packages/rules/package.json index 9404503..14299ad 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@regle/rules", - "version": "0.3.3", + "version": "0.4.0", "description": "Collection of rules and helpers for Regle", "scripts": { "lint": "eslint --ext .ts --ext .vue .", diff --git a/packages/zod/package.json b/packages/zod/package.json index e3a3996..02b91c0 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@regle/zod", - "version": "0.3.3", + "version": "0.4.0", "description": "Zod adapter for Regle", "scripts": { "lint": "eslint --ext .ts --ext .vue .", diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index ba1f1a1..7eabcad 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.3.3" + "version": "0.4.0" } \ No newline at end of file