Skip to content

Commit d61a706

Browse files
chore(release): version packages
1 parent 2e46992 commit d61a706

File tree

11 files changed

+47
-26
lines changed

11 files changed

+47
-26
lines changed

.changeset/rude-ads-invent.md

-6
This file was deleted.

.changeset/sharp-pens-relax.md

-6
This file was deleted.

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- [`2e469921a`](https://github.com/twilio-labs/paste/commit/2e469921a54d96f714da4ed568d85eb53642784c) [#4304](https://github.com/twilio-labs/paste/pull/4304) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Card]: add `fillWidth` prop to make card width stretch to the container width
8+
39
## 10.1.0
410

511
### Minor Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/card",
3-
"version": "10.1.0",
3+
"version": "10.2.0",
44
"category": "data display",
55
"status": "production",
66
"description": "A Card is a styled container that groups related content and actions.",

packages/paste-core/core-bundle/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 21.3.0
4+
5+
### Minor Changes
6+
7+
- [`c7734a359`](https://github.com/twilio-labs/paste/commit/c7734a3592c3d04e57f1c092f2843915fce73d48) [#4303](https://github.com/twilio-labs/paste/pull/4303) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Icons] added 2 new icons SplitIcon and RandomizeIcon
8+
9+
* [`2e469921a`](https://github.com/twilio-labs/paste/commit/2e469921a54d96f714da4ed568d85eb53642784c) [#4304](https://github.com/twilio-labs/paste/pull/4304) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Card]: add `fillWidth` prop to make card width stretch to the container width
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`2e469921a`](https://github.com/twilio-labs/paste/commit/2e469921a54d96f714da4ed568d85eb53642784c)]:
14+
- @twilio-paste/card@10.2.0
15+
316
## 21.2.0
417

518
### Minor Changes

packages/paste-core/core-bundle/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/core",
3-
"version": "21.2.0",
3+
"version": "21.3.0",
44
"status": "production",
55
"description": "Core contains all the packages from the Paste design system.",
66
"author": "Twilio Inc.",
@@ -87,7 +87,7 @@
8787
"@twilio-paste/button": "^15.0.1",
8888
"@twilio-paste/button-group": "^5.0.1",
8989
"@twilio-paste/callout": "^5.0.1",
90-
"@twilio-paste/card": "^10.1.0",
90+
"@twilio-paste/card": "^10.2.0",
9191
"@twilio-paste/chart-provider": "^2.0.1",
9292
"@twilio-paste/chat-composer": "^6.0.2",
9393
"@twilio-paste/chat-log": "^6.0.1",
@@ -195,7 +195,7 @@
195195
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
196196
},
197197
"devDependencies": {
198-
"@twilio-paste/icons": "^13.0.1",
198+
"@twilio-paste/icons": "^13.1.0",
199199
"@types/react": "^19.0.8",
200200
"@types/react-dom": "^19.0.3",
201201
"react": "^19.0.0",

packages/paste-icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 13.1.0
4+
5+
### Minor Changes
6+
7+
- [`c7734a359`](https://github.com/twilio-labs/paste/commit/c7734a3592c3d04e57f1c092f2843915fce73d48) [#4303](https://github.com/twilio-labs/paste/pull/4303) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Icons] added 2 new icons SplitIcon and RandomizeIcon
8+
39
## 13.0.1
410

511
### Patch Changes

packages/paste-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/icons",
3-
"version": "13.0.1",
3+
"version": "13.1.0",
44
"description": "Twilio's icon library, ready for use and with accessibility considerations",
55
"author": "Twilio Inc.",
66
"license": "MIT",

packages/paste-website/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @twilio-paste/website
22

3+
## 2.23.54
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c7734a359`](https://github.com/twilio-labs/paste/commit/c7734a3592c3d04e57f1c092f2843915fce73d48), [`2e469921a`](https://github.com/twilio-labs/paste/commit/2e469921a54d96f714da4ed568d85eb53642784c)]:
8+
- @twilio-paste/icons@13.1.0
9+
- @twilio-paste/card@10.2.0
10+
311
## 2.23.53
412

513
### Patch Changes

packages/paste-website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twilio-paste/website",
33
"description": "",
4-
"version": "2.23.53",
4+
"version": "2.23.54",
55
"author": "Twilio Inc.",
66
"private": true,
77
"license": "MIT",
@@ -49,7 +49,7 @@
4949
"@twilio-paste/button": "^15.0.1",
5050
"@twilio-paste/button-group": "^5.0.1",
5151
"@twilio-paste/callout": "^5.0.1",
52-
"@twilio-paste/card": "^10.1.0",
52+
"@twilio-paste/card": "^10.2.0",
5353
"@twilio-paste/chat-composer": "^6.0.1",
5454
"@twilio-paste/chat-log": "^6.0.1",
5555
"@twilio-paste/checkbox": "^14.0.1",
@@ -80,7 +80,7 @@
8080
"@twilio-paste/grid": "^9.0.1",
8181
"@twilio-paste/heading": "^12.0.1",
8282
"@twilio-paste/help-text": "^14.0.1",
83-
"@twilio-paste/icons": "13.0.1",
83+
"@twilio-paste/icons": "13.1.0",
8484
"@twilio-paste/in-page-navigation": "^5.0.1",
8585
"@twilio-paste/inline-code": "^5.0.1",
8686
"@twilio-paste/inline-control-group": "^14.0.1",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -11469,7 +11469,7 @@ __metadata:
1146911469
languageName: unknown
1147011470
linkType: soft
1147111471

11472-
"@twilio-paste/card@^10.1.0, @twilio-paste/card@workspace:packages/paste-core/components/card":
11472+
"@twilio-paste/card@^10.1.0, @twilio-paste/card@^10.2.0, @twilio-paste/card@workspace:packages/paste-core/components/card":
1147311473
version: 0.0.0-use.local
1147411474
resolution: "@twilio-paste/card@workspace:packages/paste-core/components/card"
1147511475
dependencies:
@@ -11950,7 +11950,7 @@ __metadata:
1195011950
"@twilio-paste/button": ^15.0.1
1195111951
"@twilio-paste/button-group": ^5.0.1
1195211952
"@twilio-paste/callout": ^5.0.1
11953-
"@twilio-paste/card": ^10.1.0
11953+
"@twilio-paste/card": ^10.2.0
1195411954
"@twilio-paste/chart-provider": ^2.0.1
1195511955
"@twilio-paste/chat-composer": ^6.0.2
1195611956
"@twilio-paste/chat-log": ^6.0.1
@@ -11984,7 +11984,7 @@ __metadata:
1198411984
"@twilio-paste/grid": ^9.0.1
1198511985
"@twilio-paste/heading": ^12.0.1
1198611986
"@twilio-paste/help-text": ^14.0.1
11987-
"@twilio-paste/icons": ^13.0.1
11987+
"@twilio-paste/icons": ^13.1.0
1198811988
"@twilio-paste/in-page-navigation": ^5.0.1
1198911989
"@twilio-paste/inline-code": ^5.0.1
1199011990
"@twilio-paste/inline-control-group": ^14.0.1
@@ -12978,7 +12978,7 @@ __metadata:
1297812978
languageName: unknown
1297912979
linkType: soft
1298012980

12981-
"@twilio-paste/icons@13.0.1, @twilio-paste/icons@^13.0.0, @twilio-paste/icons@^13.0.1, @twilio-paste/icons@workspace:packages/paste-icons":
12981+
"@twilio-paste/icons@13.1.0, @twilio-paste/icons@^13.0.0, @twilio-paste/icons@^13.0.1, @twilio-paste/icons@^13.1.0, @twilio-paste/icons@workspace:packages/paste-icons":
1298212982
version: 0.0.0-use.local
1298312983
resolution: "@twilio-paste/icons@workspace:packages/paste-icons"
1298412984
dependencies:
@@ -15769,7 +15769,7 @@ __metadata:
1576915769
"@twilio-paste/button": ^15.0.1
1577015770
"@twilio-paste/button-group": ^5.0.1
1577115771
"@twilio-paste/callout": ^5.0.1
15772-
"@twilio-paste/card": ^10.1.0
15772+
"@twilio-paste/card": ^10.2.0
1577315773
"@twilio-paste/chat-composer": ^6.0.1
1577415774
"@twilio-paste/chat-log": ^6.0.1
1577515775
"@twilio-paste/checkbox": ^14.0.1
@@ -15800,7 +15800,7 @@ __metadata:
1580015800
"@twilio-paste/grid": ^9.0.1
1580115801
"@twilio-paste/heading": ^12.0.1
1580215802
"@twilio-paste/help-text": ^14.0.1
15803-
"@twilio-paste/icons": 13.0.1
15803+
"@twilio-paste/icons": 13.1.0
1580415804
"@twilio-paste/in-page-navigation": ^5.0.1
1580515805
"@twilio-paste/inline-code": ^5.0.1
1580615806
"@twilio-paste/inline-control-group": ^14.0.1

0 commit comments

Comments
 (0)