From 385652adf0b0fdba44cb4a6c9664d001cfe8dc42 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Mon, 11 Nov 2024 17:47:22 +0100 Subject: [PATCH] chore: release v0.0.15 --- package.json | 2 +- packages/core/package.json | 2 +- packages/validators/package.json | 2 +- packages/zod/package.json | 2 +- playground/nuxt/package.json | 2 +- playground/vue3/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 594c47e0..cc4a3e48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regle", - "version": "0.0.14", + "version": "0.0.15", "private": true, "description": "Typescript first model-based validation library for Vue 3", "scripts": { diff --git a/packages/core/package.json b/packages/core/package.json index c950c375..6b7fb4c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@regle/core", - "version": "0.0.14", + "version": "0.0.15", "description": "Vue form validator", "scripts": { "lint": "eslint --ext .ts --ext .vue .", diff --git a/packages/validators/package.json b/packages/validators/package.json index 75665378..66917d08 100644 --- a/packages/validators/package.json +++ b/packages/validators/package.json @@ -1,6 +1,6 @@ { "name": "@regle/validators", - "version": "0.0.14", + "version": "0.0.15", "description": "Vue form validator", "scripts": { "lint": "eslint --ext .ts --ext .vue .", diff --git a/packages/zod/package.json b/packages/zod/package.json index bd5ffd0c..219b9db5 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@regle/zod", - "version": "0.0.14", + "version": "0.0.15", "description": "Vue form validator", "scripts": { "lint": "eslint --ext .ts --ext .vue .", diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index a6cdf7a0..c4a1c26b 100644 --- a/playground/nuxt/package.json +++ b/playground/nuxt/package.json @@ -21,5 +21,5 @@ "vue": "^3.5.0", "vue-router": "^4.4.3" }, - "version": "0.0.14" + "version": "0.0.15" } diff --git a/playground/vue3/package.json b/playground/vue3/package.json index 3975fffc..c1ce0141 100644 --- a/playground/vue3/package.json +++ b/playground/vue3/package.json @@ -1,6 +1,6 @@ { "name": "vue3", - "version": "0.0.14", + "version": "0.0.15", "private": true, "scripts": { "dev": "vite",