diff --git a/package.json b/package.json index bab3ea4..04555a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regle", - "version": "0.2.12", + "version": "0.2.13", "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 e4332fd..09254b3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@regle/core", - "version": "0.2.12", + "version": "0.2.13", "description": "Typescript-first model-based form validation library for Vue 3", "scripts": { "lint": "eslint --ext .ts --ext .vue .", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 25b958c..dcf970c 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@regle/nuxt", - "version": "0.2.12", + "version": "0.2.13", "description": "Regle nuxt module", "license": "MIT", "type": "module", diff --git a/packages/rules/package.json b/packages/rules/package.json index 94033a7..da516e6 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@regle/rules", - "version": "0.2.12", + "version": "0.2.13", "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 539a514..d811eca 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@regle/zod", - "version": "0.2.12", + "version": "0.2.13", "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 b6bcd1c..b600762 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.2.12" + "version": "0.2.13" } \ No newline at end of file