Skip to content

Commit 2d3e0f3

Browse files
github-actions[bot]SiTaggart
authored andcommitted
chore(release): version packages
1 parent 514bd5a commit 2d3e0f3

File tree

97 files changed

+1147
-586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1147
-586
lines changed

.changeset/purple-grapes-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-trees-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/paste-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@babel/core": "^7.11.4",
2626
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
2727
"@babel/preset-env": "^7.8.4",
28-
"@twilio-paste/core": "8.0.1"
28+
"@twilio-paste/core": "8.0.2"
2929
}
3030
}

packages/paste-core/components/alert/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`514bd5aa`](https://github.com/twilio-labs/paste/commit/514bd5aa9fed6581bbc4c1de649457bcc8e87b3c), [`514bd5aa`](https://github.com/twilio-labs/paste/commit/514bd5aa9fed6581bbc4c1de649457bcc8e87b3c)]:
8+
- @twilio-paste/theme@5.0.1
9+
- @twilio-paste/icons@5.1.1
10+
- @twilio-paste/button@6.0.1
11+
- @twilio-paste/spinner@7.0.1
12+
- @twilio-paste/media-object@4.0.2
13+
- @twilio-paste/box@4.0.2
14+
- @twilio-paste/style-props@3.0.1
15+
316
## 6.0.0
417

518
### Patch Changes

packages/paste-core/components/alert/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/alert",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"category": "feedback",
55
"status": "production",
66
"description": "An alert notifies a user to high-priority or time-sensitive information.",
@@ -25,31 +25,31 @@
2525
"tsc": "tsc"
2626
},
2727
"peerDependencies": {
28-
"@twilio-paste/box": "4.0.1",
29-
"@twilio-paste/button": "6.0.0",
28+
"@twilio-paste/box": "4.0.2",
29+
"@twilio-paste/button": "6.0.1",
3030
"@twilio-paste/design-tokens": "6.6.0",
31-
"@twilio-paste/icons": "5.1.0",
32-
"@twilio-paste/media-object": "4.0.1",
33-
"@twilio-paste/spinner": "7.0.0",
34-
"@twilio-paste/style-props": "3.0.0",
31+
"@twilio-paste/icons": "5.1.1",
32+
"@twilio-paste/media-object": "4.0.2",
33+
"@twilio-paste/spinner": "7.0.1",
34+
"@twilio-paste/style-props": "3.0.1",
3535
"@twilio-paste/styling-library": "0.3.1",
36-
"@twilio-paste/theme": "5.0.0",
36+
"@twilio-paste/theme": "5.0.1",
3737
"@twilio-paste/types": "3.1.1",
3838
"@twilio-paste/uid-library": "0.2.1",
3939
"prop-types": "^15.7.2",
4040
"react": "^16.8.6",
4141
"react-dom": "^16.8.6"
4242
},
4343
"devDependencies": {
44-
"@twilio-paste/box": "4.0.1",
45-
"@twilio-paste/button": "6.0.0",
44+
"@twilio-paste/box": "4.0.2",
45+
"@twilio-paste/button": "6.0.1",
4646
"@twilio-paste/design-tokens": "6.6.0",
47-
"@twilio-paste/icons": "5.1.0",
48-
"@twilio-paste/media-object": "4.0.1",
49-
"@twilio-paste/spinner": "7.0.0",
50-
"@twilio-paste/style-props": "3.0.0",
47+
"@twilio-paste/icons": "5.1.1",
48+
"@twilio-paste/media-object": "4.0.2",
49+
"@twilio-paste/spinner": "7.0.1",
50+
"@twilio-paste/style-props": "3.0.1",
5151
"@twilio-paste/styling-library": "0.3.1",
52-
"@twilio-paste/theme": "5.0.0",
52+
"@twilio-paste/theme": "5.0.1",
5353
"@twilio-paste/types": "3.1.1",
5454
"@twilio-paste/uid-library": "0.2.1",
5555
"prop-types": "^15.7.2",

packages/paste-core/components/anchor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`514bd5aa`](https://github.com/twilio-labs/paste/commit/514bd5aa9fed6581bbc4c1de649457bcc8e87b3c), [`514bd5aa`](https://github.com/twilio-labs/paste/commit/514bd5aa9fed6581bbc4c1de649457bcc8e87b3c)]:
8+
- @twilio-paste/theme@5.0.1
9+
- @twilio-paste/icons@5.1.1
10+
- @twilio-paste/box@4.0.2
11+
- @twilio-paste/style-props@3.0.1
12+
313
## 5.0.0
414

515
### Patch Changes

packages/paste-core/components/anchor/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/anchor",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"category": "interaction",
55
"status": "production",
66
"description": "Twilio's Anchor component",
@@ -25,25 +25,25 @@
2525
"tsc": "tsc"
2626
},
2727
"peerDependencies": {
28-
"@twilio-paste/box": "4.0.1",
28+
"@twilio-paste/box": "4.0.2",
2929
"@twilio-paste/design-tokens": "6.6.0",
30-
"@twilio-paste/icons": "5.1.0",
31-
"@twilio-paste/style-props": "3.0.0",
30+
"@twilio-paste/icons": "5.1.1",
31+
"@twilio-paste/style-props": "3.0.1",
3232
"@twilio-paste/styling-library": "0.3.1",
33-
"@twilio-paste/theme": "5.0.0",
33+
"@twilio-paste/theme": "5.0.1",
3434
"@twilio-paste/types": "3.1.1",
3535
"@twilio-paste/uid-library": "0.2.1",
3636
"prop-types": "^15.7.2",
3737
"react": "^16.8.6",
3838
"react-dom": "^16.8.6"
3939
},
4040
"devDependencies": {
41-
"@twilio-paste/box": "4.0.1",
41+
"@twilio-paste/box": "4.0.2",
4242
"@twilio-paste/design-tokens": "6.6.0",
43-
"@twilio-paste/icons": "5.1.0",
44-
"@twilio-paste/style-props": "3.0.0",
43+
"@twilio-paste/icons": "5.1.1",
44+
"@twilio-paste/style-props": "3.0.1",
4545
"@twilio-paste/styling-library": "0.3.1",
46-
"@twilio-paste/theme": "5.0.0",
46+
"@twilio-paste/theme": "5.0.1",
4747
"@twilio-paste/types": "3.1.1",
4848
"@twilio-paste/uid-library": "0.2.1",
4949
"prop-types": "^15.7.2",

packages/paste-core/components/avatar/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`514bd5aa`](https://github.com/twilio-labs/paste/commit/514bd5aa9fed6581bbc4c1de649457bcc8e87b3c)]:
8+
- @twilio-paste/theme@5.0.1
9+
- @twilio-paste/box@4.0.2
10+
- @twilio-paste/text@4.0.1
11+
- @twilio-paste/style-props@3.0.1
12+
313
## 2.0.1
414

515
### Patch Changes

packages/paste-core/components/avatar/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/avatar",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"category": "graphic",
55
"status": "alpha",
66
"description": "The Avatar is a pictorial representation of a user or object. It can display the initials of that entity or an image.",
@@ -25,24 +25,24 @@
2525
"tsc": "tsc"
2626
},
2727
"peerDependencies": {
28-
"@twilio-paste/box": "4.0.1",
28+
"@twilio-paste/box": "4.0.2",
2929
"@twilio-paste/design-tokens": "6.6.0",
30-
"@twilio-paste/style-props": "3.0.0",
30+
"@twilio-paste/style-props": "3.0.1",
3131
"@twilio-paste/styling-library": "0.3.1",
32-
"@twilio-paste/text": "4.0.0",
33-
"@twilio-paste/theme": "5.0.0",
32+
"@twilio-paste/text": "4.0.1",
33+
"@twilio-paste/theme": "5.0.1",
3434
"@twilio-paste/types": "3.1.1",
3535
"prop-types": "^15.7.2",
3636
"react": "^16.8.6",
3737
"react-dom": "^16.8.6"
3838
},
3939
"devDependencies": {
40-
"@twilio-paste/box": "4.0.1",
40+
"@twilio-paste/box": "4.0.2",
4141
"@twilio-paste/design-tokens": "6.6.0",
42-
"@twilio-paste/style-props": "3.0.0",
42+
"@twilio-paste/style-props": "3.0.1",
4343
"@twilio-paste/styling-library": "0.3.1",
44-
"@twilio-paste/text": "4.0.0",
45-
"@twilio-paste/theme": "5.0.0",
44+
"@twilio-paste/text": "4.0.1",
45+
"@twilio-paste/theme": "5.0.1",
4646
"@twilio-paste/types": "3.1.1",
4747
"prop-types": "^15.7.2",
4848
"react": "^16.8.6",

packages/paste-core/components/base-radio-checkbox/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`514bd5aa`](https://github.com/twilio-labs/paste/commit/514bd5aa9fed6581bbc4c1de649457bcc8e87b3c), [`514bd5aa`](https://github.com/twilio-labs/paste/commit/514bd5aa9fed6581bbc4c1de649457bcc8e87b3c)]:
8+
- @twilio-paste/theme@5.0.1
9+
- @twilio-paste/icons@5.1.1
10+
- @twilio-paste/help-text@6.0.1
11+
- @twilio-paste/label@6.0.1
12+
- @twilio-paste/screen-reader-only@6.0.1
13+
- @twilio-paste/flex@2.0.2
14+
- @twilio-paste/box@4.0.2
15+
- @twilio-paste/sibling-box@3.0.2
16+
- @twilio-paste/text@4.0.1
17+
- @twilio-paste/style-props@3.0.1
18+
319
## 6.0.0
420

521
### Patch Changes

0 commit comments

Comments
 (0)