From 7a5486dd5f0f25dbdb3f3c78e4aa255bb6d7ed50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20Release=20Bot?= <-> Date: Thu, 4 Jan 2024 10:44:05 +0000 Subject: [PATCH] release(workspace): publish pre-release version 0.9.1-fix-required.0 --- libs/form-builder/package.json | 2 +- libs/form-context/package.json | 2 +- libs/form-editor/package.json | 2 +- libs/form-redux/package.json | 2 +- libs/form-validation-rule-list/package.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/form-builder/package.json b/libs/form-builder/package.json index 6d32cd8..73b41cc 100644 --- a/libs/form-builder/package.json +++ b/libs/form-builder/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-builder", - "version": "0.9.0", + "version": "0.9.1-fix-required.0", "dependencies": { "react-hook-form": "7.27.0" }, diff --git a/libs/form-context/package.json b/libs/form-context/package.json index 1110651..aff06e7 100644 --- a/libs/form-context/package.json +++ b/libs/form-context/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-context", - "version": "0.9.0", + "version": "0.9.1-fix-required.0", "peerDependencies": { "react": "17.0.2", "@bedrockstreaming/form-builder": "0.8.1", diff --git a/libs/form-editor/package.json b/libs/form-editor/package.json index 348c626..a18b529 100644 --- a/libs/form-editor/package.json +++ b/libs/form-editor/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-editor", - "version": "0.9.0", + "version": "0.9.1-fix-required.0", "dependencies": { "@bedrockstreaming/form-builder": "0.8.1", "@bedrockstreaming/form-redux": "0.8.1", diff --git a/libs/form-redux/package.json b/libs/form-redux/package.json index a03b9eb..eaa9c43 100644 --- a/libs/form-redux/package.json +++ b/libs/form-redux/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-redux", - "version": "0.9.0", + "version": "0.9.1-fix-required.0", "peerDependencies": { "@bedrockstreaming/form-builder": "0.8.1", "@hookform/devtools": "4.0.2", diff --git a/libs/form-validation-rule-list/package.json b/libs/form-validation-rule-list/package.json index 4b65162..efbe4c8 100644 --- a/libs/form-validation-rule-list/package.json +++ b/libs/form-validation-rule-list/package.json @@ -1,6 +1,6 @@ { "name": "@bedrockstreaming/form-validation-rule-list", - "version": "0.9.0", + "version": "0.9.1-fix-required.0", "dependencies": {}, "peerDependencies": { "react": "17.0.2", diff --git a/package.json b/package.json index 60fa226..b20e956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forms", - "version": "0.9.0", + "version": "0.9.1-fix-required.0", "license": "MIT", "keywords": [ "react-hook-form",