From aeb0051e8bfe778be731c3180815c1321023f3bd Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Wed, 19 Jun 2024 18:05:27 +0200 Subject: [PATCH] Set versions to 0.0.0 --- packages/simple-form-joy/package.json | 2 +- packages/simple-form-material-ui/package.json | 2 +- packages/simple-form/package.json | 2 +- packages/utils/package.json | 2 +- tools/eslint-plugin/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/simple-form-joy/package.json b/packages/simple-form-joy/package.json index 26f39db..19b960e 100644 --- a/packages/simple-form-joy/package.json +++ b/packages/simple-form-joy/package.json @@ -1,6 +1,6 @@ { "name": "@ilbrando/simple-form-joy", - "version": "1.0.0", + "version": "0.0.0", "description": "MUI joy components for @ilbrando/simple-form", "license": "MIT", "author": { diff --git a/packages/simple-form-material-ui/package.json b/packages/simple-form-material-ui/package.json index 212b3d2..cc788ea 100644 --- a/packages/simple-form-material-ui/package.json +++ b/packages/simple-form-material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ilbrando/simple-form-material-ui", - "version": "1.0.0", + "version": "0.0.0", "description": "MUI material-ui components for @ilbrando/simple-form", "license": "MIT", "author": { diff --git a/packages/simple-form/package.json b/packages/simple-form/package.json index 6a3bdd5..2068358 100644 --- a/packages/simple-form/package.json +++ b/packages/simple-form/package.json @@ -1,6 +1,6 @@ { "name": "@ilbrando/simple-form", - "version": "1.0.0", + "version": "0.0.0", "description": "Simple form tools for react", "license": "MIT", "author": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 2701c65..8e45ceb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ilbrando/utils", - "version": "1.0.0", + "version": "0.0.0", "description": "General typescript utilities", "license": "MIT", "author": { diff --git a/tools/eslint-plugin/package.json b/tools/eslint-plugin/package.json index 6584e7c..77bf83b 100644 --- a/tools/eslint-plugin/package.json +++ b/tools/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ilbrando/eslint-plugin", - "version": "1.0.0", + "version": "0.0.0", "description": "ES lint rules", "license": "MIT", "author": {