From f3420f9272ff6ebbe2da9c5195bd33574b5ed531 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 24 Mar 2023 14:57:40 +0100 Subject: [PATCH] Rollback publish (#274) * chore: rollback release * roll back deps * update package-lock --- package-lock.json | 6 +++--- packages/common/package.json | 2 +- packages/form/package.json | 2 +- packages/validator/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f774ef6..29a2f9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10760,7 +10760,7 @@ }, "packages/common": { "name": "@astro-reactive/common", - "version": "0.1.5", + "version": "0.1.7", "license": "MIT", "dependencies": { "@astro-reactive/tsconfig": "*" @@ -10771,7 +10771,7 @@ }, "packages/form": { "name": "@astro-reactive/form", - "version": "0.6.7", + "version": "0.7.1", "license": "MIT", "dependencies": { "@astro-reactive/common": "*", @@ -10799,7 +10799,7 @@ }, "packages/validator": { "name": "@astro-reactive/validator", - "version": "0.2.7", + "version": "0.3.1", "license": "MIT", "dependencies": { "@astro-reactive/common": "*", diff --git a/packages/common/package.json b/packages/common/package.json index edd94e0..c5c48fb 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@astro-reactive/common", - "version": "0.1.6", + "version": "0.1.7", "description": "Common code for Astro Reactive Packages", "main": "index.ts", "types": "./types/index.ts", diff --git a/packages/form/package.json b/packages/form/package.json index 78fcb49..122c623 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,7 +1,7 @@ { "name": "@astro-reactive/form", "description": "The Reactive Form component for Astro 🔥", - "version": "0.7.0", + "version": "0.7.1", "repository": "https://github.com/astro-reactive/astro-reactive", "homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/", "author": { diff --git a/packages/validator/package.json b/packages/validator/package.json index 8e01ecc..96a120a 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@astro-reactive/validator", "description": "Form validation library for Astro 🔥", - "version": "0.3.0", + "version": "0.3.1", "repository": "https://github.com/astro-reactive/astro-reactive", "homepage": "https://github.com/astro-reactive/astro-reactive/blob/main/packages/validator/README.md", "author": {