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] authored and SiTaggart committed Feb 11, 2021
1 parent 8e45efe commit b8df38a
Show file tree
Hide file tree
Showing 51 changed files with 408 additions and 186 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-insects-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-nails-pull.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/paste-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@twilio-paste/core": "6.0.0"
"@twilio-paste/core": "6.0.1"
}
}
9 changes: 9 additions & 0 deletions packages/paste-core/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.1

### Patch Changes

- Updated dependencies [[`7340a6a5`](https://github.com/twilio-labs/paste/commit/7340a6a552ddc45e35a786cbee4106998911458b)]:
- @twilio-paste/icons@4.0.1
- @twilio-paste/button@4.0.1
- @twilio-paste/spinner@5.0.1

## 4.0.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/alert",
"version": "4.0.0",
"version": "4.0.1",
"category": "feedback",
"status": "production",
"description": "An alert notifies a user to high-priority or time-sensitive information.",
Expand All @@ -26,11 +26,11 @@
},
"peerDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/button": "4.0.0",
"@twilio-paste/button": "4.0.1",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/media-object": "3.0.0",
"@twilio-paste/spinner": "5.0.0",
"@twilio-paste/spinner": "5.0.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/theme": "4.3.0",
Expand All @@ -42,11 +42,11 @@
},
"devDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/button": "4.0.0",
"@twilio-paste/button": "4.0.1",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/media-object": "3.0.0",
"@twilio-paste/spinner": "5.0.0",
"@twilio-paste/spinner": "5.0.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/theme": "4.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.0.1

### Patch Changes

- Updated dependencies [[`7340a6a5`](https://github.com/twilio-labs/paste/commit/7340a6a552ddc45e35a786cbee4106998911458b)]:
- @twilio-paste/icons@4.0.1

## 3.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/anchor",
"version": "3.0.0",
"version": "3.0.1",
"category": "interaction",
"status": "production",
"description": "Twilio's Anchor component",
Expand All @@ -27,7 +27,7 @@
"peerDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/theme": "4.3.0",
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/theme": "4.3.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/base-radio-checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.1

### Patch Changes

- Updated dependencies [[`7340a6a5`](https://github.com/twilio-labs/paste/commit/7340a6a552ddc45e35a786cbee4106998911458b)]:
- @twilio-paste/icons@4.0.1
- @twilio-paste/help-text@4.0.1
- @twilio-paste/screen-reader-only@4.0.1
- @twilio-paste/label@4.0.1

## 4.0.0

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/paste-core/components/base-radio-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/base-radio-checkbox",
"version": "4.0.0",
"version": "4.0.1",
"category": "user input",
"status": "beta",
"description": "A shared base component for radio and checks",
Expand Down Expand Up @@ -28,10 +28,10 @@
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/flex": "1.0.0",
"@twilio-paste/help-text": "4.0.0",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/label": "4.0.0",
"@twilio-paste/screen-reader-only": "4.0.0",
"@twilio-paste/help-text": "4.0.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/label": "4.0.1",
"@twilio-paste/screen-reader-only": "4.0.1",
"@twilio-paste/sibling-box": "2.0.0",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
Expand All @@ -47,10 +47,10 @@
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/flex": "1.0.0",
"@twilio-paste/help-text": "4.0.0",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/label": "4.0.0",
"@twilio-paste/screen-reader-only": "4.0.0",
"@twilio-paste/help-text": "4.0.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/label": "4.0.1",
"@twilio-paste/screen-reader-only": "4.0.1",
"@twilio-paste/sibling-box": "2.0.0",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.1

### Patch Changes

- Updated dependencies []:
- @twilio-paste/anchor@3.0.1

## 2.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/breadcrumb",
"version": "2.0.0",
"version": "2.0.1",
"category": "navigation",
"status": "alpha",
"description": "Breadcrumbs are used to show navigation hierarchy within a page. They provide a way for users to navigate a nested path of parent pages.",
Expand All @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"peerDependencies": {
"@twilio-paste/anchor": "3.0.0",
"@twilio-paste/anchor": "3.0.1",
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/style-props": "2.0.0",
Expand All @@ -39,7 +39,7 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/anchor": "3.0.0",
"@twilio-paste/anchor": "3.0.1",
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/style-props": "2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.1

### Patch Changes

- Updated dependencies [[`7340a6a5`](https://github.com/twilio-labs/paste/commit/7340a6a552ddc45e35a786cbee4106998911458b)]:
- @twilio-paste/icons@4.0.1
- @twilio-paste/spinner@5.0.1

## 4.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "4.0.0",
"version": "4.0.1",
"category": "interaction",
"status": "production",
"description": "Twilio's Button component",
Expand Down Expand Up @@ -30,8 +30,8 @@
"peerDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/spinner": "5.0.0",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/spinner": "5.0.1",
"@twilio-paste/stack": "1.0.0",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
Expand All @@ -45,8 +45,8 @@
"devDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/spinner": "5.0.0",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/spinner": "5.0.1",
"@twilio-paste/stack": "1.0.0",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/paste-core/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.0.1

### Patch Changes

- Updated dependencies [[`7340a6a5`](https://github.com/twilio-labs/paste/commit/7340a6a552ddc45e35a786cbee4106998911458b)]:
- @twilio-paste/icons@4.0.1
- @twilio-paste/base-radio-checkbox@4.0.1
- @twilio-paste/help-text@4.0.1
- @twilio-paste/inline-control-group@4.0.1
- @twilio-paste/screen-reader-only@4.0.1
- @twilio-paste/label@4.0.1

## 4.0.0

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions packages/paste-core/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/checkbox",
"version": "4.0.0",
"version": "4.0.1",
"category": "user input",
"status": "production",
"description": "The Checkbox and Checkbox Group are used to enable binary choices",
Expand All @@ -25,15 +25,15 @@
"tsc": "tsc"
},
"peerDependencies": {
"@twilio-paste/base-radio-checkbox": "4.0.0",
"@twilio-paste/base-radio-checkbox": "4.0.1",
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/flex": "1.0.0",
"@twilio-paste/help-text": "4.0.0",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/inline-control-group": "4.0.0",
"@twilio-paste/label": "4.0.0",
"@twilio-paste/screen-reader-only": "4.0.0",
"@twilio-paste/help-text": "4.0.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/inline-control-group": "4.0.1",
"@twilio-paste/label": "4.0.1",
"@twilio-paste/screen-reader-only": "4.0.1",
"@twilio-paste/sibling-box": "2.0.0",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
Expand All @@ -46,15 +46,15 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/base-radio-checkbox": "4.0.0",
"@twilio-paste/base-radio-checkbox": "4.0.1",
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/flex": "1.0.0",
"@twilio-paste/help-text": "4.0.0",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/inline-control-group": "4.0.0",
"@twilio-paste/label": "4.0.0",
"@twilio-paste/screen-reader-only": "4.0.0",
"@twilio-paste/help-text": "4.0.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/inline-control-group": "4.0.1",
"@twilio-paste/label": "4.0.1",
"@twilio-paste/screen-reader-only": "4.0.1",
"@twilio-paste/sibling-box": "2.0.0",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.0.1

### Patch Changes

- Updated dependencies [[`7340a6a5`](https://github.com/twilio-labs/paste/commit/7340a6a552ddc45e35a786cbee4106998911458b)]:
- @twilio-paste/icons@4.0.1
- @twilio-paste/button@4.0.1
- @twilio-paste/help-text@4.0.1
- @twilio-paste/screen-reader-only@4.0.1
- @twilio-paste/spinner@5.0.1
- @twilio-paste/label@4.0.1

## 4.0.0

### Minor Changes
Expand Down
26 changes: 13 additions & 13 deletions packages/paste-core/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "4.0.0",
"version": "4.0.1",
"category": "user input",
"status": "alpha",
"description": "An accessible styled drop-down list box.",
Expand Down Expand Up @@ -30,17 +30,17 @@
},
"peerDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/button": "4.0.0",
"@twilio-paste/button": "4.0.1",
"@twilio-paste/combobox-primitive": "0.2.2",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/flex": "1.0.0",
"@twilio-paste/help-text": "4.0.0",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/help-text": "4.0.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/input": "2.0.0",
"@twilio-paste/input-box": "3.0.0",
"@twilio-paste/label": "4.0.0",
"@twilio-paste/screen-reader-only": "4.0.0",
"@twilio-paste/spinner": "5.0.0",
"@twilio-paste/label": "4.0.1",
"@twilio-paste/screen-reader-only": "4.0.1",
"@twilio-paste/spinner": "5.0.1",
"@twilio-paste/stack": "1.0.0",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
Expand All @@ -54,17 +54,17 @@
},
"devDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/button": "4.0.0",
"@twilio-paste/button": "4.0.1",
"@twilio-paste/combobox-primitive": "0.2.2",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/flex": "1.0.0",
"@twilio-paste/help-text": "4.0.0",
"@twilio-paste/icons": "4.0.0",
"@twilio-paste/help-text": "4.0.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/input": "2.0.0",
"@twilio-paste/input-box": "3.0.0",
"@twilio-paste/label": "4.0.0",
"@twilio-paste/screen-reader-only": "4.0.0",
"@twilio-paste/spinner": "5.0.0",
"@twilio-paste/label": "4.0.1",
"@twilio-paste/screen-reader-only": "4.0.1",
"@twilio-paste/spinner": "5.0.1",
"@twilio-paste/stack": "1.0.0",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/styling-library": "0.3.1",
Expand Down
Loading

2 comments on commit b8df38a

@vercel
Copy link

@vercel vercel bot commented on b8df38a Feb 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b8df38a Feb 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.