Skip to content

Commit 85ddd61

Browse files
chore(release): version packages (#2957)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 338b836 commit 85ddd61

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

.changeset/fast-kiwis-repair.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/paste-core/components/form/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/form
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- [`338b836c8`](https://github.com/twilio-labs/paste/commit/338b836c8d705ca4aaf96516eb0ea330f7048d31) [#2956](https://github.com/twilio-labs/paste/pull/2956) Thanks [@shleewhite](https://github.com/shleewhite)! - [Form] Fix the version released, use ^8.0.0 or higher.
8+
39
## 1.0.0
410

511
### Major Changes

packages/paste-core/components/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/form",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"category": "layout",
55
"status": "production",
66
"description": "A form groups related form elements that allow users to input information or configure options.",

packages/paste-core/core-bundle/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 17.4.0
4+
5+
### Minor Changes
6+
7+
- [`338b836c8`](https://github.com/twilio-labs/paste/commit/338b836c8d705ca4aaf96516eb0ea330f7048d31) [#2956](https://github.com/twilio-labs/paste/pull/2956) Thanks [@shleewhite](https://github.com/shleewhite)! - [Form] Fix the version released, use ^8.0.0 or higher.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`338b836c8`](https://github.com/twilio-labs/paste/commit/338b836c8d705ca4aaf96516eb0ea330f7048d31)]:
12+
- @twilio-paste/form@8.0.0
13+
314
## 17.3.0
415

516
### Minor Changes

packages/paste-core/core-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/core",
3-
"version": "17.3.0",
3+
"version": "17.4.0",
44
"status": "production",
55
"description": "Core contains all the packages from the Paste design system.",
66
"author": "Twilio Inc.",
@@ -60,7 +60,7 @@
6060
"@twilio-paste/file-picker": "^1.1.2",
6161
"@twilio-paste/file-uploader": "^1.0.0",
6262
"@twilio-paste/flex": "^5.0.2",
63-
"@twilio-paste/form": "^7.0.0",
63+
"@twilio-paste/form": "^8.0.0",
6464
"@twilio-paste/form-pill-group": "^5.1.2",
6565
"@twilio-paste/grid": "^5.0.3",
6666
"@twilio-paste/heading": "^8.0.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12710,7 +12710,7 @@ __metadata:
1271012710
"@twilio-paste/file-picker": ^1.1.2
1271112711
"@twilio-paste/file-uploader": ^1.0.0
1271212712
"@twilio-paste/flex": ^5.0.2
12713-
"@twilio-paste/form": ^7.0.0
12713+
"@twilio-paste/form": ^8.0.0
1271412714
"@twilio-paste/form-pill-group": ^5.1.2
1271512715
"@twilio-paste/grid": ^5.0.3
1271612716
"@twilio-paste/heading": ^8.0.2
@@ -13243,7 +13243,7 @@ __metadata:
1324313243
languageName: unknown
1324413244
linkType: soft
1324513245

13246-
"@twilio-paste/form@^7.0.0, @twilio-paste/form@workspace:packages/paste-core/components/form":
13246+
"@twilio-paste/form@^8.0.0, @twilio-paste/form@workspace:packages/paste-core/components/form":
1324713247
version: 0.0.0-use.local
1324813248
resolution: "@twilio-paste/form@workspace:packages/paste-core/components/form"
1324913249
dependencies:

0 commit comments

Comments
 (0)