Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1227

Merged
merged 1 commit into from
Feb 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/hip-needles-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-turkeys-join.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.1"
"@twilio-paste/core": "6.0.2"
}
}
14 changes: 14 additions & 0 deletions packages/paste-core/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.0.2

### Patch Changes

- Updated dependencies [[`944c3407`](https://github.com/twilio-labs/paste/commit/944c340790b932f4714b0e6075c5641ecdbee9d6), [`af779398`](https://github.com/twilio-labs/paste/commit/af77939865e030fb356dbc4193c8324e6261627a)]:
- @twilio-paste/design-tokens@6.5.2
- @twilio-paste/icons@4.0.2
- @twilio-paste/button@4.0.2
- @twilio-paste/spinner@5.0.2
- @twilio-paste/media-object@3.0.1
- @twilio-paste/box@3.0.1
- @twilio-paste/style-props@2.0.1
- @twilio-paste/theme@4.3.1

## 4.0.1

### Patch Changes
Expand Down
34 changes: 17 additions & 17 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.1",
"version": "4.0.2",
"category": "feedback",
"status": "production",
"description": "An alert notifies a user to high-priority or time-sensitive information.",
Expand All @@ -25,31 +25,31 @@
"tsc": "tsc"
},
"peerDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/button": "4.0.1",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/media-object": "3.0.0",
"@twilio-paste/spinner": "5.0.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/box": "3.0.1",
"@twilio-paste/button": "4.0.2",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/icons": "4.0.2",
"@twilio-paste/media-object": "3.0.1",
"@twilio-paste/spinner": "5.0.2",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"@twilio-paste/uid-library": "0.2.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/button": "4.0.1",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/media-object": "3.0.0",
"@twilio-paste/spinner": "5.0.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/box": "3.0.1",
"@twilio-paste/button": "4.0.2",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/icons": "4.0.2",
"@twilio-paste/media-object": "3.0.1",
"@twilio-paste/spinner": "5.0.2",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"@twilio-paste/uid-library": "0.2.1",
"prop-types": "^15.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/paste-core/components/anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2

### Patch Changes

- Updated dependencies [[`944c3407`](https://github.com/twilio-labs/paste/commit/944c340790b932f4714b0e6075c5641ecdbee9d6), [`af779398`](https://github.com/twilio-labs/paste/commit/af77939865e030fb356dbc4193c8324e6261627a)]:
- @twilio-paste/design-tokens@6.5.2
- @twilio-paste/icons@4.0.2
- @twilio-paste/box@3.0.1
- @twilio-paste/style-props@2.0.1
- @twilio-paste/theme@4.3.1

## 3.0.1

### Patch Changes
Expand Down
22 changes: 11 additions & 11 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.1",
"version": "3.0.2",
"category": "interaction",
"status": "production",
"description": "Twilio's Anchor component",
Expand All @@ -25,25 +25,25 @@
"tsc": "tsc"
},
"peerDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/box": "3.0.1",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/icons": "4.0.2",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"@twilio-paste/uid-library": "0.2.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/icons": "4.0.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/box": "3.0.1",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/icons": "4.0.2",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"@twilio-paste/uid-library": "0.2.1",
"prop-types": "^15.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/paste-core/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.1

### Patch Changes

- Updated dependencies [[`944c3407`](https://github.com/twilio-labs/paste/commit/944c340790b932f4714b0e6075c5641ecdbee9d6)]:
- @twilio-paste/design-tokens@6.5.2
- @twilio-paste/box@3.0.1
- @twilio-paste/text@3.0.1
- @twilio-paste/style-props@2.0.1
- @twilio-paste/theme@4.3.1

## 1.0.0

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/paste-core/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/avatar",
"version": "1.0.0",
"version": "1.0.1",
"category": "graphic",
"status": "alpha",
"description": "The Avatar is a pictorial representation of a user or object. It can display the initials of that entity or an image.",
Expand All @@ -25,24 +25,24 @@
"tsc": "tsc"
},
"peerDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/box": "3.0.1",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/text": "3.0.0",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/text": "3.0.1",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/box": "3.0.0",
"@twilio-paste/design-tokens": "6.5.1",
"@twilio-paste/style-props": "2.0.0",
"@twilio-paste/box": "3.0.1",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/text": "3.0.0",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/text": "3.0.1",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
Expand Down
17 changes: 17 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,22 @@
# Change Log

## 4.0.2

### Patch Changes

- Updated dependencies [[`944c3407`](https://github.com/twilio-labs/paste/commit/944c340790b932f4714b0e6075c5641ecdbee9d6), [`af779398`](https://github.com/twilio-labs/paste/commit/af77939865e030fb356dbc4193c8324e6261627a)]:
- @twilio-paste/design-tokens@6.5.2
- @twilio-paste/icons@4.0.2
- @twilio-paste/help-text@4.0.2
- @twilio-paste/label@4.0.2
- @twilio-paste/screen-reader-only@4.0.2
- @twilio-paste/flex@1.0.1
- @twilio-paste/box@3.0.1
- @twilio-paste/sibling-box@2.0.1
- @twilio-paste/text@3.0.1
- @twilio-paste/style-props@2.0.1
- @twilio-paste/theme@4.3.1

## 4.0.1

### Patch Changes
Expand Down
46 changes: 23 additions & 23 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.1",
"version": "4.0.2",
"category": "user input",
"status": "beta",
"description": "A shared base component for radio and checks",
Expand All @@ -25,37 +25,37 @@
"tsc": "tsc"
},
"peerDependencies": {
"@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.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/box": "3.0.1",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/flex": "1.0.1",
"@twilio-paste/help-text": "4.0.2",
"@twilio-paste/icons": "4.0.2",
"@twilio-paste/label": "4.0.2",
"@twilio-paste/screen-reader-only": "4.0.2",
"@twilio-paste/sibling-box": "2.0.1",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/text": "3.0.0",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/text": "3.0.1",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"@twilio-paste/uid-library": "0.2.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@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.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/box": "3.0.1",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/flex": "1.0.1",
"@twilio-paste/help-text": "4.0.2",
"@twilio-paste/icons": "4.0.2",
"@twilio-paste/label": "4.0.2",
"@twilio-paste/screen-reader-only": "4.0.2",
"@twilio-paste/sibling-box": "2.0.1",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/text": "3.0.0",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/text": "3.0.1",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"@twilio-paste/uid-library": "0.2.1",
"prop-types": "^15.7.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/paste-core/components/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.0.2

### Patch Changes

- Updated dependencies [[`944c3407`](https://github.com/twilio-labs/paste/commit/944c340790b932f4714b0e6075c5641ecdbee9d6)]:
- @twilio-paste/design-tokens@6.5.2
- @twilio-paste/anchor@3.0.2
- @twilio-paste/box@3.0.1
- @twilio-paste/text@3.0.1
- @twilio-paste/style-props@2.0.1
- @twilio-paste/theme@4.3.1

## 2.0.1

### Patch Changes
Expand Down
26 changes: 13 additions & 13 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.1",
"version": "2.0.2",
"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,27 +25,27 @@
"tsc": "tsc"
},
"peerDependencies": {
"@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",
"@twilio-paste/anchor": "3.0.2",
"@twilio-paste/box": "3.0.1",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/text": "3.0.0",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/text": "3.0.1",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"@twilio-paste/uid-library": "0.2.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@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",
"@twilio-paste/anchor": "3.0.2",
"@twilio-paste/box": "3.0.1",
"@twilio-paste/design-tokens": "6.5.2",
"@twilio-paste/style-props": "2.0.1",
"@twilio-paste/styling-library": "0.3.1",
"@twilio-paste/text": "3.0.0",
"@twilio-paste/theme": "4.3.0",
"@twilio-paste/text": "3.0.1",
"@twilio-paste/theme": "4.3.1",
"@twilio-paste/types": "3.1.1",
"@twilio-paste/uid-library": "0.2.1",
"prop-types": "^15.7.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.0.2

### Patch Changes

- Updated dependencies [[`944c3407`](https://github.com/twilio-labs/paste/commit/944c340790b932f4714b0e6075c5641ecdbee9d6), [`af779398`](https://github.com/twilio-labs/paste/commit/af77939865e030fb356dbc4193c8324e6261627a)]:
- @twilio-paste/design-tokens@6.5.2
- @twilio-paste/icons@4.0.2
- @twilio-paste/spinner@5.0.2
- @twilio-paste/stack@1.0.1
- @twilio-paste/box@3.0.1
- @twilio-paste/style-props@2.0.1
- @twilio-paste/theme@4.3.1

## 4.0.1

### Patch Changes
Expand Down
Loading