From ee903c4c74640397744b23106f358f6867fa5759 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Tue, 10 Dec 2024 01:25:53 +0100 Subject: [PATCH] chore: release v0.3.0 --- package.json | 2 +- packages/core/package.json | 2 +- packages/nuxt/package.json | 2 +- packages/rules/package.json | 2 +- packages/zod/package.json | 2 +- playground/nuxt/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 78c235c..a7c4ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regle", - "version": "0.2.13", + "version": "0.3.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 14b317a..0fd9739 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@regle/core", - "version": "0.2.13", + "version": "0.3.0", "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 c761dff..40fbdf4 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@regle/nuxt", - "version": "0.2.13", + "version": "0.3.0", "description": "Regle nuxt module", "license": "MIT", "type": "module", diff --git a/packages/rules/package.json b/packages/rules/package.json index 68829e3..4abc640 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@regle/rules", - "version": "0.2.13", + "version": "0.3.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 6a269ca..bfffeb4 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@regle/zod", - "version": "0.2.13", + "version": "0.3.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 b600762..e7fb391 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.13" + "version": "0.3.0" } \ No newline at end of file