From d2b8aabe42a7c3c81138d55aa8e557724d3f0ea8 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Thu, 19 Dec 2024 17:51:42 +0100 Subject: [PATCH] chore: release v0.4.9 --- 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 2bd90ab8..26e04329 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 fa4c4470..af44e4e5 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 04ddef3e..198ea49b 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 fee14d62..8b1bb871 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 f7f8ebd7..54ee54c1 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 d309668a..0c53aadb 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