Skip to content

Commit

Permalink
chore(release): version packages (#1804)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TwilioPasteBot and github-actions[bot] committed Aug 26, 2021
1 parent a4c6e5c commit 5ab4457
Show file tree
Hide file tree
Showing 40 changed files with 212 additions and 137 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-clouds-press.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilly-eggs-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cyan-maps-taste.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/early-countries-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-cameras-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-moons-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-years-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-brooms-applaud.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/quick-papayas-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-apes-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-files-attack.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-needles-grab.md

This file was deleted.

9 changes: 7 additions & 2 deletions packages/paste-core/components/badge/CHANGELOG.md
@@ -1,8 +1,13 @@
# @twilio-paste/badge

## 1.0.0
### Major Changes
## 1.0.1

### Patch Changes

- [`e3398bd5`](https://github.com/twilio-labs/paste/commit/e3398bd5aaa84aaabe934bcad061cda705cdbe0a) [#1783](https://github.com/twilio-labs/paste/pull/1783) Thanks [@andipants12](https://github.com/andipants12)! - [Badge]: Update badge container div max width value to be "fit-content"

## 1.0.0

### Major Changes

- [`14c6fd2e`](https://github.com/twilio-labs/paste/commit/14c6fd2e73e33b86fc49b4e6979afa007833ff89) [#1743](https://github.com/twilio-labs/paste/pull/1743) Thanks [@andipants12](https://github.com/andipants12)! - [Badge] Release Stage 1 of Badge component. A badge is a small chunk of information that describes an object in a visually highlighted way.
6 changes: 3 additions & 3 deletions packages/paste-core/components/badge/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/badge",
"version": "1.0.0",
"version": "1.0.1",
"category": "data display",
"status": "production",
"description": "A badge is a visually highlighted text label that describes an attribute of an object.",
Expand Down Expand Up @@ -45,8 +45,8 @@
"devDependencies": {
"@twilio-paste/anchor": "^5.0.3",
"@twilio-paste/animation-library": "^0.3.2",
"@twilio-paste/box": "^4.2.0",
"@twilio-paste/button": "^7.0.5",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/button": "^7.0.7",
"@twilio-paste/design-tokens": "^6.10.0",
"@twilio-paste/icons": "^5.3.2",
"@twilio-paste/spinner": "^7.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 7.0.7

### Patch Changes

- [`af3b1e55`](https://github.com/twilio-labs/paste/commit/af3b1e558fc438352b47098d7d085d7eeffbfa51) [#1801](https://github.com/twilio-labs/paste/pull/1801) Thanks [@andipants12](https://github.com/andipants12)! - [Button] All link variants should have left aligned text.

## 7.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "7.0.6",
"version": "7.0.7",
"category": "interaction",
"status": "production",
"description": "A button communicates that users can trigger an action.",
Expand Down Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@twilio-paste/anchor": "^5.0.3",
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/box": "^4.1.0",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/design-tokens": "^6.11.0",
"@twilio-paste/icons": "^5.3.0",
"@twilio-paste/spinner": "^7.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 8.0.0

### Patch Changes

- [`2eb6dd74`](https://github.com/twilio-labs/paste/commit/2eb6dd74eb1cdc06079e64a711e71b93d4f9c823) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Combobox] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox`. This does not include any default naming, tests, or stories. It only fixes the Typescript error.

- Updated dependencies [[`c9cc610b`](https://github.com/twilio-labs/paste/commit/c9cc610b6834fd9be22488e8e727ee65b1114aa0)]:
- @twilio-paste/combobox-primitive@0.3.0

## 7.0.4

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "7.0.4",
"version": "8.0.0",
"category": "user input",
"status": "production",
"description": "An accessible styled drop-down list box.",
Expand Down Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"@twilio-paste/box": "^4.0.2",
"@twilio-paste/button": "^7.0.0",
"@twilio-paste/combobox-primitive": "^0.2.3",
"@twilio-paste/combobox-primitive": "^0.3.0",
"@twilio-paste/design-tokens": "^6.6.0",
"@twilio-paste/flex": "^2.0.2",
"@twilio-paste/help-text": "^6.0.1",
Expand All @@ -53,15 +53,15 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/button": "^7.0.2",
"@twilio-paste/combobox-primitive": "^0.2.4",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/button": "^7.0.7",
"@twilio-paste/combobox-primitive": "^0.3.0",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/flex": "^2.1.0",
"@twilio-paste/help-text": "^6.0.3",
"@twilio-paste/icons": "^5.1.2",
"@twilio-paste/input": "^3.0.5",
"@twilio-paste/input-box": "^4.0.4",
"@twilio-paste/input": "^3.1.0",
"@twilio-paste/input-box": "^4.1.0",
"@twilio-paste/label": "^6.0.3",
"@twilio-paste/screen-reader-only": "^6.0.2",
"@twilio-paste/spinner": "^7.0.2",
Expand Down
@@ -0,0 +1,8 @@
# @twilio-paste/display-pill-group

## 1.0.0
### Major Changes



- [`ca0bf618`](https://github.com/twilio-labs/paste/commit/ca0bf6188ad7ac3375bec75d6461924b13edb391) [#1800](https://github.com/twilio-labs/paste/pull/1800) Thanks [@TheSisb](https://github.com/TheSisb)! - [DisplayPillGroup]: Adding this new Paste component package for Display Pill Group.
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/display-pill-group",
"version": "0.0.0",
"version": "1.0.0",
"category": "data display",
"status": "production",
"description": "A Display Pill Group is a collection of Pills that are used to visually represent a collection of entities outside of a data entry form.",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@twilio-paste/anchor": "^5.1.0",
"@twilio-paste/animation-library": "^0.3.2",
"@twilio-paste/box": "^4.2.0",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/customization": "^2.1.1",
"@twilio-paste/design-tokens": "^6.10.0",
"@twilio-paste/icons": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/form-pill-group/CHANGELOG.md
@@ -0,0 +1,8 @@
# @twilio-paste/form-pill-group

## 1.0.0
### Major Changes



- [`06bae4e2`](https://github.com/twilio-labs/paste/commit/06bae4e21077a32a6eeb059941f8717c76d76ce0) [#1803](https://github.com/twilio-labs/paste/pull/1803) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Adding the FormPillGroup component package. This component renders is a collection of Pills that can be selected or removed from within a data entry form.
4 changes: 2 additions & 2 deletions packages/paste-core/components/form-pill-group/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/form-pill-group",
"version": "0.0.0",
"version": "1.0.0",
"category": "interaction",
"status": "production",
"description": "A Display Pill Group is a collection of Pills that can be selected or removed from within a data entry form.",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.2",
"@twilio-paste/box": "^4.2.0",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/customization": "^2.1.1",
"@twilio-paste/design-tokens": "^6.10.0",
"@twilio-paste/icons": "^5.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/input-box/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 4.1.0

### Minor Changes

- [`18c1f595`](https://github.com/twilio-labs/paste/commit/18c1f595e03d6152789342d1fc05942201cec5d3) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Input-box] Enable InputBox, Prefix and Suffix to respect element customizations set on the customization provider. InputBox, Prefix and Suffix now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

## 4.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/input-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/input-box",
"version": "4.0.7",
"version": "4.1.0",
"category": "user input",
"status": "production",
"description": "Visual box around every Paste input type",
Expand Down Expand Up @@ -37,7 +37,7 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/design-tokens": "^6.9.0",
"@twilio-paste/style-props": "^3.0.4",
"@twilio-paste/styling-library": "^0.3.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/input/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.1.0

### Minor Changes

- [`9ceb48bd`](https://github.com/twilio-labs/paste/commit/9ceb48bd5d7c7d1f60bb3371085651c220e20f35) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Input] Enable Input to respect element customizations set on the customization provider. Input now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

## 3.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/input",
"version": "3.0.8",
"version": "3.1.0",
"category": "user input",
"status": "production",
"description": "An input allows users to enter text on a single line.",
Expand Down Expand Up @@ -38,9 +38,9 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/input-box": "^4.0.7",
"@twilio-paste/input-box": "^4.1.0",
"@twilio-paste/style-props": "^3.0.4",
"@twilio-paste/styling-library": "^0.3.2",
"@twilio-paste/theme": "^5.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/select/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.0.5

### Patch Changes

- [`a5c17a31`](https://github.com/twilio-labs/paste/commit/a5c17a313ba1cca7f0d48a3b3ae64d8ceddae53f) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Select] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox` and `InputChevronWrapper`. This does not include any default naming, tests, or stories. It only fixes the Typescript error.

## 5.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/select",
"version": "5.0.4",
"version": "5.0.5",
"category": "user input",
"status": "production",
"description": "Select allows a user to make a selection from a list of options in a form field.",
Expand Down Expand Up @@ -39,10 +39,10 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/icons": "^5.1.2",
"@twilio-paste/input-box": "^4.0.4",
"@twilio-paste/input-box": "^4.1.0",
"@twilio-paste/style-props": "^3.0.4",
"@twilio-paste/styling-library": "^0.3.2",
"@twilio-paste/theme": "^5.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/textarea/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.0.6

### Patch Changes

- [`0347aef6`](https://github.com/twilio-labs/paste/commit/0347aef6e8100f9dbc2bcd8830dd5c81b4de5a03) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [TextArea] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox`. This does not include any default naming, tests, or stories. It only fixes the Typescript error.

## 3.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/textarea/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/textarea",
"version": "3.0.5",
"version": "3.0.6",
"category": "user input",
"status": "production",
"description": "A textarea allows users to enter text on multiple lines",
Expand Down Expand Up @@ -41,9 +41,9 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/input-box": "^4.0.4",
"@twilio-paste/input-box": "^4.1.0",
"@twilio-paste/style-props": "^3.0.4",
"@twilio-paste/styling-library": "^0.3.2",
"@twilio-paste/theme": "^5.1.0",
Expand Down

0 comments on commit 5ab4457

Please sign in to comment.