Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2022
1 parent 02725a2 commit 0da0353
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/wise-cameras-sing.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-core/components/checkbox/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 10.0.1

### Patch Changes

- [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35) [#2667](https://github.com/twilio-labs/paste/pull/2667) Thanks [@shleewhite](https://github.com/shleewhite)! - [Checkbox, RadioGroup] When no id is passed, use a unique id. This fixes an issue where id is not marked as a required prop, but the control won't work unless it is passed.

## 10.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/checkbox",
"version": "10.0.0",
"version": "10.0.1",
"category": "user input",
"status": "production",
"description": "A Checkbox is a form element that enables a binary choice and a Checkbox Group is a collection of Checkboxes.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/radio-group/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 10.0.1

### Patch Changes

- [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35) [#2667](https://github.com/twilio-labs/paste/pull/2667) Thanks [@shleewhite](https://github.com/shleewhite)! - [Checkbox, RadioGroup] When no id is passed, use a unique id. This fixes an issue where id is not marked as a required prop, but the control won't work unless it is passed.

## 10.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/radio-group/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/radio-group",
"version": "10.0.0",
"version": "10.0.1",
"category": "user input",
"status": "production",
"description": "A Radio Group is a form element that lets users select a single choice from a list of at least two options.",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 15.2.1

### Patch Changes

- [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35) [#2667](https://github.com/twilio-labs/paste/pull/2667) Thanks [@shleewhite](https://github.com/shleewhite)! - [Checkbox, RadioGroup] When no id is passed, use a unique id. This fixes an issue where id is not marked as a required prop, but the control won't work unless it is passed.

- Updated dependencies [[`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35)]:
- @twilio-paste/checkbox@10.0.1
- @twilio-paste/radio-group@10.0.1

## 15.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/core-bundle/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "15.2.0",
"version": "15.2.1",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@twilio-paste/callout": "^1.0.0",
"@twilio-paste/card": "^6.0.0",
"@twilio-paste/chat-log": "^2.0.1",
"@twilio-paste/checkbox": "^10.0.0",
"@twilio-paste/checkbox": "^10.0.1",
"@twilio-paste/clipboard-copy-library": "^1.0.4",
"@twilio-paste/code-block": "^1.0.0",
"@twilio-paste/color-contrast-utils": "^3.0.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@twilio-paste/pagination": "^4.0.0",
"@twilio-paste/paragraph": "^7.0.0",
"@twilio-paste/popover": "^10.0.0",
"@twilio-paste/radio-group": "^10.0.0",
"@twilio-paste/radio-group": "^10.0.1",
"@twilio-paste/react-textarea-autosize-library": "^1.0.0",
"@twilio-paste/reakit-library": "^0.8.6",
"@twilio-paste/screen-reader-only": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -10019,7 +10019,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/checkbox@^10.0.0, @twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox":
"@twilio-paste/checkbox@^10.0.0, @twilio-paste/checkbox@^10.0.1, @twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox":
version: 0.0.0-use.local
resolution: "@twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox"
dependencies:
Expand Down Expand Up @@ -10228,7 +10228,7 @@ __metadata:
"@twilio-paste/callout": ^1.0.0
"@twilio-paste/card": ^6.0.0
"@twilio-paste/chat-log": ^2.0.1
"@twilio-paste/checkbox": ^10.0.0
"@twilio-paste/checkbox": ^10.0.1
"@twilio-paste/clipboard-copy-library": ^1.0.4
"@twilio-paste/code-block": ^1.0.0
"@twilio-paste/color-contrast-utils": ^3.0.0
Expand Down Expand Up @@ -10265,7 +10265,7 @@ __metadata:
"@twilio-paste/pagination": ^4.0.0
"@twilio-paste/paragraph": ^7.0.0
"@twilio-paste/popover": ^10.0.0
"@twilio-paste/radio-group": ^10.0.0
"@twilio-paste/radio-group": ^10.0.1
"@twilio-paste/react-textarea-autosize-library": ^1.0.0
"@twilio-paste/reakit-library": ^0.8.6
"@twilio-paste/screen-reader-only": ^10.0.0
Expand Down Expand Up @@ -11226,7 +11226,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/radio-group@^10.0.0, @twilio-paste/radio-group@workspace:packages/paste-core/components/radio-group":
"@twilio-paste/radio-group@^10.0.0, @twilio-paste/radio-group@^10.0.1, @twilio-paste/radio-group@workspace:packages/paste-core/components/radio-group":
version: 0.0.0-use.local
resolution: "@twilio-paste/radio-group@workspace:packages/paste-core/components/radio-group"
dependencies:
Expand Down

0 comments on commit 0da0353

Please sign in to comment.