Skip to content

Commit b91194a

Browse files
github-actions[bot]SiTaggart
authored andcommitted
chore(release): version packages
1 parent b3cf28b commit b91194a

File tree

117 files changed

+909
-491
lines changed

Some content is hidden

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

117 files changed

+909
-491
lines changed

.changeset/metal-cows-hunt.md

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

.changeset/moody-pianos-poke.md

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

.changeset/spotty-parrots-look.md

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

packages/paste-codemods/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [`0eded1fd`](https://github.com/twilio-labs/paste/commit/0eded1fd63f081ba9aeab5b5946218e1c5b9b316) [#1319](https://github.com/twilio-labs/paste/pull/1319) Thanks [@SiTaggart](https://github.com/SiTaggart)! - Change internal dependencies to have minor range matching on version numbers
8+
39
## 0.2.2
410

511
### Patch Changes

packages/paste-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/codemods",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"status": "beta",
55
"description": "A collection of codemods for maintaining projects built with Paste.",
66
"author": "Twilio Inc.",
@@ -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.2"
28+
"@twilio-paste/core": "^9.0.0"
2929
}
3030
}

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

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

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- [`0eded1fd`](https://github.com/twilio-labs/paste/commit/0eded1fd63f081ba9aeab5b5946218e1c5b9b316) [#1319](https://github.com/twilio-labs/paste/pull/1319) Thanks [@SiTaggart](https://github.com/SiTaggart)! - Change internal dependencies to have minor range matching on version numbers
8+
9+
- Updated dependencies [[`0eded1fd`](https://github.com/twilio-labs/paste/commit/0eded1fd63f081ba9aeab5b5946218e1c5b9b316), [`1bcb8b30`](https://github.com/twilio-labs/paste/commit/1bcb8b3093920fdd871f8a13b498a8eb99201200)]:
10+
- @twilio-paste/button@7.0.0
11+
312
## 6.0.1
413

514
### Patch Changes

packages/paste-core/components/alert/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/alert",
3-
"version": "6.0.1",
3+
"version": "7.0.0",
44
"category": "feedback",
55
"status": "production",
66
"description": "An alert notifies a user to high-priority or time-sensitive information.",
@@ -26,7 +26,7 @@
2626
},
2727
"peerDependencies": {
2828
"@twilio-paste/box": "^4.0.2",
29-
"@twilio-paste/button": "^6.0.1",
29+
"@twilio-paste/button": "^7.0.0",
3030
"@twilio-paste/design-tokens": "^6.6.0",
3131
"@twilio-paste/icons": "^5.1.1",
3232
"@twilio-paste/media-object": "^4.0.2",
@@ -41,15 +41,15 @@
4141
"react-dom": "^16.8.6"
4242
},
4343
"devDependencies": {
44-
"@twilio-paste/box": "^4.0.2",
45-
"@twilio-paste/button": "^6.0.1",
44+
"@twilio-paste/box": "^4.0.3",
45+
"@twilio-paste/button": "^7.0.0",
4646
"@twilio-paste/design-tokens": "^6.6.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",
47+
"@twilio-paste/icons": "^5.1.2",
48+
"@twilio-paste/media-object": "^4.0.3",
49+
"@twilio-paste/spinner": "^7.0.2",
50+
"@twilio-paste/style-props": "^3.0.2",
5151
"@twilio-paste/styling-library": "^0.3.1",
52-
"@twilio-paste/theme": "^5.0.1",
52+
"@twilio-paste/theme": "^5.0.2",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- [`0eded1fd`](https://github.com/twilio-labs/paste/commit/0eded1fd63f081ba9aeab5b5946218e1c5b9b316) [#1319](https://github.com/twilio-labs/paste/pull/1319) Thanks [@SiTaggart](https://github.com/SiTaggart)! - Change internal dependencies to have minor range matching on version numbers
8+
39
## 5.0.1
410

511
### Patch Changes

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/anchor",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"category": "interaction",
55
"status": "production",
66
"description": "Twilio's Anchor component",
@@ -38,12 +38,12 @@
3838
"react-dom": "^16.8.6"
3939
},
4040
"devDependencies": {
41-
"@twilio-paste/box": "^4.0.2",
41+
"@twilio-paste/box": "^4.0.3",
4242
"@twilio-paste/design-tokens": "^6.6.0",
43-
"@twilio-paste/icons": "^5.1.1",
44-
"@twilio-paste/style-props": "^3.0.1",
43+
"@twilio-paste/icons": "^5.1.2",
44+
"@twilio-paste/style-props": "^3.0.2",
4545
"@twilio-paste/styling-library": "^0.3.1",
46-
"@twilio-paste/theme": "^5.0.1",
46+
"@twilio-paste/theme": "^5.0.2",
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.1.0
4+
5+
### Minor Changes
6+
7+
- [`3419ff64`](https://github.com/twilio-labs/paste/commit/3419ff64a07056ae365956d03ec62f1e5e619f29) [#1281](https://github.com/twilio-labs/paste/pull/1281) Thanks [@nkrantz](https://github.com/nkrantz)! - Created an 'icon' prop on Avatar so that users can display Paste icons inside of Avatar components.
8+
9+
### Patch Changes
10+
11+
- [`0eded1fd`](https://github.com/twilio-labs/paste/commit/0eded1fd63f081ba9aeab5b5946218e1c5b9b316) [#1319](https://github.com/twilio-labs/paste/pull/1319) Thanks [@SiTaggart](https://github.com/SiTaggart)! - Change internal dependencies to have minor range matching on version numbers
12+
313
## 2.0.2
414

515
### Patch Changes

0 commit comments

Comments
 (0)