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 21, 2022
1 parent 9825576 commit ecf0b01
Show file tree
Hide file tree
Showing 71 changed files with 505 additions and 392 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-coats-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cool-lies-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cool-maps-peel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cyan-pears-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eleven-badgers-drive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-gifts-repair.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-ducks-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-tables-shop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-islands-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-apes-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-coats-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-moose-search.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/seven-comics-behave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silent-pets-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-knives-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-birds-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-nails-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-readers-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-swans-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-horses-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-turkeys-bow.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/avatar/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.1.0

### Minor Changes

- [`0ead4dfa0`](https://github.com/twilio-labs/paste/commit/0ead4dfa0492a8caa50b147a81583ea8e306a665) [#2681](https://github.com/twilio-labs/paste/pull/2681) Thanks [@shleewhite](https://github.com/shleewhite)! - [Avatar] add new variant and color props

## 6.0.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/avatar",
"version": "6.0.0",
"version": "6.1.0",
"category": "graphic",
"status": "production",
"description": "An Avatar is a graphical representation of a user or object.",
Expand Down Expand Up @@ -42,10 +42,10 @@
"react-dom": "^16.8.6 || ^17.0.2"
},
"devDependencies": {
"@twilio-paste/box": "^7.0.0",
"@twilio-paste/box": "^7.1.0",
"@twilio-paste/design-tokens": "^8.0.0",
"@twilio-paste/icons": "^9.0.0",
"@twilio-paste/style-props": "^6.0.0",
"@twilio-paste/icons": "^9.2.0",
"@twilio-paste/style-props": "^6.1.0",
"@twilio-paste/styling-library": "^1.0.2",
"@twilio-paste/text": "^7.0.0",
"@twilio-paste/theme": "^8.0.0",
Expand Down
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
12 changes: 6 additions & 6 deletions 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 Expand Up @@ -47,16 +47,16 @@
},
"devDependencies": {
"@twilio-paste/base-radio-checkbox": "^10.0.0",
"@twilio-paste/box": "^7.0.0",
"@twilio-paste/box": "^7.1.0",
"@twilio-paste/design-tokens": "^8.0.0",
"@twilio-paste/help-text": "^10.0.0",
"@twilio-paste/icons": "^9.0.0",
"@twilio-paste/icons": "^9.2.0",
"@twilio-paste/inline-control-group": "^10.0.0",
"@twilio-paste/label": "^10.0.0",
"@twilio-paste/media-object": "^7.0.0",
"@twilio-paste/screen-reader-only": "^10.0.0",
"@twilio-paste/sibling-box": "^6.0.0",
"@twilio-paste/style-props": "^6.0.0",
"@twilio-paste/screen-reader-only": "^10.0.1",
"@twilio-paste/sibling-box": "^6.0.1",
"@twilio-paste/style-props": "^6.1.0",
"@twilio-paste/styling-library": "^1.0.2",
"@twilio-paste/text": "^7.0.0",
"@twilio-paste/theme": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/code-block/CHANGELOG.md
@@ -1,5 +1,11 @@
# @twilio-paste/code-block

## 1.0.1

### Patch Changes

- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Code Block] add missing peer/dev dependencies

## 1.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/code-block/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/code-block",
"version": "1.0.0",
"version": "1.0.1",
"category": "data display",
"status": "production",
"description": "A Code Block is a component used to display readable blocks of code.",
Expand Down Expand Up @@ -40,12 +40,12 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@twilio-paste/box": "^7.0.1",
"@twilio-paste/box": "^7.1.0",
"@twilio-paste/button": "^11.1.1",
"@twilio-paste/clipboard-copy-library": "^1.0.4",
"@twilio-paste/heading": "^8.0.0",
"@twilio-paste/icons": "^9.1.0",
"@twilio-paste/screen-reader-only": "^10.0.0",
"@twilio-paste/icons": "^9.2.0",
"@twilio-paste/screen-reader-only": "^10.0.1",
"@twilio-paste/styling-library": "^1.0.2",
"@twilio-paste/syntax-highlighter-library": "^1.0.0",
"@twilio-paste/tabs-primitive": "^0.2.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## 12.2.0

### Minor Changes

- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Several improvements, including the addition of the much awaited `MultiselectCombobox` component!

- Improve styling of Combobox menu items
- Performance improvements around virtualized list items
- Add a new `emptyState` prop that is rendered when there are no items in the list.
- Accessibility improvements.

## 12.1.1

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/paste-core/components/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "12.1.1",
"version": "12.2.0",
"category": "user input",
"status": "production",
"description": "A Combobox is a styled dropdown form element that allows users to either type a value or select a value from a list.",
Expand Down Expand Up @@ -57,29 +57,29 @@
"react-dom": "^16.8.6 || ^17.0.2"
},
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.2",
"@twilio-paste/box": "^7.0.1",
"@twilio-paste/animation-library": "^0.3.8",
"@twilio-paste/box": "^7.1.0",
"@twilio-paste/button": "^11.1.1",
"@twilio-paste/combobox-primitive": "^0.3.4",
"@twilio-paste/combobox-primitive": "^0.3.5",
"@twilio-paste/design-tokens": "^8.1.0",
"@twilio-paste/flex": "^5.0.0",
"@twilio-paste/form-pill-group": "^5.0.0",
"@twilio-paste/form-pill-group": "^5.1.0",
"@twilio-paste/help-text": "^10.1.0",
"@twilio-paste/icons": "^9.1.0",
"@twilio-paste/input": "^6.0.0",
"@twilio-paste/input-box": "^7.1.0",
"@twilio-paste/icons": "^9.2.0",
"@twilio-paste/input": "^6.1.0",
"@twilio-paste/input-box": "^7.1.1",
"@twilio-paste/label": "^10.1.0",
"@twilio-paste/reakit-library": "^0.8.1",
"@twilio-paste/screen-reader-only": "^10.0.0",
"@twilio-paste/screen-reader-only": "^10.0.1",
"@twilio-paste/spinner": "^11.0.0",
"@twilio-paste/stack": "^5.0.0",
"@twilio-paste/style-props": "^6.0.0",
"@twilio-paste/style-props": "^6.1.0",
"@twilio-paste/styling-library": "^1.0.2",
"@twilio-paste/text": "^7.0.0",
"@twilio-paste/theme": "^8.0.1",
"@twilio-paste/types": "^3.1.8",
"@twilio-paste/uid-library": "^0.2.5",
"@twilio-paste/utils": "^1.1.5",
"@twilio-paste/utils": "^1.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/file-picker/CHANGELOG.md
@@ -0,0 +1,7 @@
# @twilio-paste/file-picker

## 1.0.0

### Major Changes

- [`982557683`](https://github.com/twilio-labs/paste/commit/982557683314e31fdf60ed286ffac083e9cb21a0) [#2674](https://github.com/twilio-labs/paste/pull/2674) Thanks [@nkrantz](https://github.com/nkrantz)! - [File Picker]: creates the File Picker package and adds it to the system
8 changes: 4 additions & 4 deletions packages/paste-core/components/file-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/file-picker",
"version": "0.0.0",
"version": "1.0.0",
"category": "interaction",
"status": "production",
"description": "A File Picker is a form element used to upload files.",
Expand Down Expand Up @@ -38,11 +38,11 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@twilio-paste/box": "^7.0.0",
"@twilio-paste/box": "^7.1.0",
"@twilio-paste/button": "^11.1.1",
"@twilio-paste/design-tokens": "^8.0.0",
"@twilio-paste/sibling-box": "^6.0.0",
"@twilio-paste/style-props": "^6.0.0",
"@twilio-paste/sibling-box": "^6.0.1",
"@twilio-paste/style-props": "^6.1.0",
"@twilio-paste/text": "^7.0.0",
"@twilio-paste/theme": "^8.0.0",
"@twilio-paste/uid-library": "^0.2.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/form-pill-group/CHANGELOG.md
@@ -1,5 +1,15 @@
# @twilio-paste/form-pill-group

## 5.1.0

### Minor Changes

- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Allow passing a `display` prop as either `inline-flex` or `flex` (default) to the `FormPillGroup` container.

### Patch Changes

- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Allow overriding the `aria-describedby` attribute.

## 5.0.0

### Patch Changes
Expand Down

0 comments on commit ecf0b01

Please sign in to comment.