Skip to content

Commit

Permalink
Merge branch 'add-meta-display-required-hint' of https://github.com/B…
Browse files Browse the repository at this point in the history
…edrockStreaming/forms into add-meta-display-required-hint
  • Loading branch information
EtienneDOYON committed Dec 20, 2023
2 parents 199ebe1 + ccdebf0 commit 42609a0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrockstreaming/form-builder",
"version": "0.8.4",
"version": "0.8.5-add-meta-display-required-hint.0",
"dependencies": {
"react-hook-form": "7.27.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/form-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrockstreaming/form-context",
"version": "0.8.4",
"version": "0.8.5-add-meta-display-required-hint.0",
"peerDependencies": {
"react": "17.0.2",
"@bedrockstreaming/form-builder": "0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/form-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrockstreaming/form-editor",
"version": "0.8.4",
"version": "0.8.5-add-meta-display-required-hint.0",
"dependencies": {
"@bedrockstreaming/form-builder": "0.8.1",
"@bedrockstreaming/form-redux": "0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/form-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrockstreaming/form-redux",
"version": "0.8.4",
"version": "0.8.5-add-meta-display-required-hint.0",
"peerDependencies": {
"@bedrockstreaming/form-builder": "0.8.1",
"@hookform/devtools": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/form-validation-rule-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrockstreaming/form-validation-rule-list",
"version": "0.8.4",
"version": "0.8.5-add-meta-display-required-hint.0",
"dependencies": {},
"peerDependencies": {
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forms",
"version": "0.8.4",
"version": "0.8.5-add-meta-display-required-hint.0",
"license": "MIT",
"keywords": [
"react-hook-form",
Expand Down

0 comments on commit 42609a0

Please sign in to comment.