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 13, 2022
1 parent 99bb7a1 commit bf9f159
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .changeset/fluffy-gifts-repair.md

This file was deleted.

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
13 changes: 13 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log

## 15.2.1

### Patch Changes

- [`99bb7a146`](https://github.com/twilio-labs/paste/commit/99bb7a146bdd75c1b90f90769e74f162128b698e) [#2664](https://github.com/twilio-labs/paste/pull/2664) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Animation Library]: remove unecessary check for VRT tool we no longer use

* [`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 [[`99bb7a146`](https://github.com/twilio-labs/paste/commit/99bb7a146bdd75c1b90f90769e74f162128b698e), [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35)]:
- @twilio-paste/animation-library@0.3.8
- @twilio-paste/checkbox@10.0.1
- @twilio-paste/radio-group@10.0.1

## 15.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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 All @@ -27,7 +27,7 @@
"@twilio-paste/alert": "^11.0.1",
"@twilio-paste/alert-dialog": "^5.0.0",
"@twilio-paste/anchor": "^9.0.0",
"@twilio-paste/animation-library": "^0.3.7",
"@twilio-paste/animation-library": "^0.3.8",
"@twilio-paste/aspect-ratio": "^7.0.0",
"@twilio-paste/avatar": "^6.0.0",
"@twilio-paste/badge": "^5.0.0",
Expand All @@ -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
6 changes: 6 additions & 0 deletions packages/paste-libraries/animation/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 0.3.8

### Patch Changes

- [`99bb7a146`](https://github.com/twilio-labs/paste/commit/99bb7a146bdd75c1b90f90769e74f162128b698e) [#2664](https://github.com/twilio-labs/paste/pull/2664) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Animation Library]: remove unecessary check for VRT tool we no longer use

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-libraries/animation/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/animation-library",
"version": "0.3.7",
"version": "0.3.8",
"category": "interaction",
"status": "production",
"description": "Paste's animation library of choice.",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -9614,7 +9614,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/animation-library@^0.3.7, @twilio-paste/animation-library@workspace:packages/paste-libraries/animation":
"@twilio-paste/animation-library@^0.3.7, @twilio-paste/animation-library@^0.3.8, @twilio-paste/animation-library@workspace:packages/paste-libraries/animation":
version: 0.0.0-use.local
resolution: "@twilio-paste/animation-library@workspace:packages/paste-libraries/animation"
dependencies:
Expand Down Expand Up @@ -9961,7 +9961,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 @@ -10159,7 +10159,7 @@ __metadata:
"@twilio-paste/alert": ^11.0.1
"@twilio-paste/alert-dialog": ^5.0.0
"@twilio-paste/anchor": ^9.0.0
"@twilio-paste/animation-library": ^0.3.7
"@twilio-paste/animation-library": ^0.3.8
"@twilio-paste/aspect-ratio": ^7.0.0
"@twilio-paste/avatar": ^6.0.0
"@twilio-paste/badge": ^5.0.0
Expand All @@ -10170,7 +10170,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 @@ -10207,7 +10207,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 @@ -11168,7 +11168,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 bf9f159

Please sign in to comment.