Rollback publish (#274)

* chore: rollback release

* roll back deps

* update package-lock
This commit is contained in:
Ayo Ayco 2023-03-24 14:57:40 +01:00 committed by GitHub
parent 9bd2bde88c
commit f3420f9272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View file

@ -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": "*",

View file

@ -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",

View file

@ -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": {

View file

@ -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": {