Skip to content

Commit

Permalink
fix: released v1.0.0 of Form package when it should have been 8.0.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shleewhite committed Jan 18, 2023
1 parent 1a3d44f commit 338b836
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/fast-kiwis-repair.md
@@ -0,0 +1,6 @@
---
'@twilio-paste/form': major
'@twilio-paste/core': minor
---

[Form] Fix the version released, use ^8.0.0 or higher.
2 changes: 1 addition & 1 deletion packages/paste-core/components/form/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/form",
"version": "1.0.0",
"version": "7.0.0",
"category": "layout",
"status": "production",
"description": "A form groups related form elements that allow users to input information or configure options.",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/core-bundle/package.json
Expand Up @@ -60,7 +60,7 @@
"@twilio-paste/file-picker": "^1.1.2",
"@twilio-paste/file-uploader": "^1.0.0",
"@twilio-paste/flex": "^5.0.2",
"@twilio-paste/form": "^1.0.0",
"@twilio-paste/form": "^7.0.0",
"@twilio-paste/form-pill-group": "^5.1.2",
"@twilio-paste/grid": "^5.0.3",
"@twilio-paste/heading": "^8.0.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -12710,7 +12710,7 @@ __metadata:
"@twilio-paste/file-picker": ^1.1.2
"@twilio-paste/file-uploader": ^1.0.0
"@twilio-paste/flex": ^5.0.2
"@twilio-paste/form": ^1.0.0
"@twilio-paste/form": ^7.0.0
"@twilio-paste/form-pill-group": ^5.1.2
"@twilio-paste/grid": ^5.0.3
"@twilio-paste/heading": ^8.0.2
Expand Down Expand Up @@ -13243,7 +13243,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/form@^1.0.0, @twilio-paste/form@workspace:packages/paste-core/components/form":
"@twilio-paste/form@^7.0.0, @twilio-paste/form@workspace:packages/paste-core/components/form":
version: 0.0.0-use.local
resolution: "@twilio-paste/form@workspace:packages/paste-core/components/form"
dependencies:
Expand Down

0 comments on commit 338b836

Please sign in to comment.