Skip to content

Commit c25ef82

Browse files
TwilioPasteBotgithub-actions[bot]
authored andcommitted
chore(release): version packages (#4294)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a44b58d commit c25ef82

File tree

12 files changed

+48
-31
lines changed

12 files changed

+48
-31
lines changed

.changeset/quick-seals-do.md

-6
This file was deleted.

.changeset/soft-berries-roll.md

-6
This file was deleted.

.changeset/strange-pens-smell.md

-6
This file was deleted.

packages/paste-core/components/chat-composer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/chat-composer
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- [`a9e30405c`](https://github.com/twilio-labs/paste/commit/a9e30405cae79335b2ef953f63ffe3171d6405e8) [#4292](https://github.com/twilio-labs/paste/pull/4292) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Make `attachmentIcon` optional for the attachment card, adjust spacing slightly. NOTE: if you are using the Customization Provider to target "CHAT_COMPOSER_MEDIA_OBJECT", you will need to update your styles as Media Object is no longer being used in the Chat Composer package.
8+
39
## 6.0.1
410

511
### Patch Changes

packages/paste-core/components/chat-composer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/chat-composer",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"category": "user input",
55
"status": "production",
66
"description": "A Chat Composer is an input made for users to type rich chat messages.",

packages/paste-core/components/data-grid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/data-grid
22

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- [`986703e4a`](https://github.com/twilio-labs/paste/commit/986703e4ac8cfd9f7185594fa20a5719635789db) [#4291](https://github.com/twilio-labs/paste/pull/4291) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [DataGridCell] reworked the click events triggered to allow interactive elements to correctly pull focus
8+
39
## 9.0.1
410

511
### Patch Changes

packages/paste-core/components/data-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/data-grid",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"category": "interaction",
55
"status": "alpha",
66
"description": "A data grid is an interactive table used for working with a large collection of data in a scannable way.",

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

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

3+
## 11.1.0
4+
5+
### Minor Changes
6+
7+
- [`986703e4a`](https://github.com/twilio-labs/paste/commit/986703e4ac8cfd9f7185594fa20a5719635789db) [#4291](https://github.com/twilio-labs/paste/pull/4291) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [TextArea] exposed a prop to allow the minRows to be configured effectively setting the min height
8+
39
## 11.0.1
410

511
### Patch Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/textarea",
3-
"version": "11.0.1",
3+
"version": "11.1.0",
44
"category": "user input",
55
"status": "production",
66
"description": "A Textarea is a form element that allows users to enter text on multiple lines.",

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

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

3+
## 21.2.0
4+
5+
### Minor Changes
6+
7+
- [`986703e4a`](https://github.com/twilio-labs/paste/commit/986703e4ac8cfd9f7185594fa20a5719635789db) [#4291](https://github.com/twilio-labs/paste/pull/4291) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [TextArea] exposed a prop to allow the minRows to be configured effectively setting the min height
8+
9+
### Patch Changes
10+
11+
- [`986703e4a`](https://github.com/twilio-labs/paste/commit/986703e4ac8cfd9f7185594fa20a5719635789db) [#4291](https://github.com/twilio-labs/paste/pull/4291) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [DataGridCell] reworked the click events triggered to allow interactive elements to correctly pull focus
12+
13+
* [`a9e30405c`](https://github.com/twilio-labs/paste/commit/a9e30405cae79335b2ef953f63ffe3171d6405e8) [#4292](https://github.com/twilio-labs/paste/pull/4292) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Make `attachmentIcon` optional for the attachment card, adjust spacing slightly. NOTE: if you are using the Customization Provider to target "CHAT_COMPOSER_MEDIA_OBJECT", you will need to update your styles as Media Object is no longer being used in the Chat Composer package.
14+
15+
* Updated dependencies [[`986703e4a`](https://github.com/twilio-labs/paste/commit/986703e4ac8cfd9f7185594fa20a5719635789db), [`a9e30405c`](https://github.com/twilio-labs/paste/commit/a9e30405cae79335b2ef953f63ffe3171d6405e8), [`986703e4a`](https://github.com/twilio-labs/paste/commit/986703e4ac8cfd9f7185594fa20a5719635789db)]:
16+
- @twilio-paste/data-grid@9.0.2
17+
- @twilio-paste/chat-composer@6.0.2
18+
- @twilio-paste/textarea@11.1.0
19+
320
## 21.1.0
421

522
### Minor Changes

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/core",
3-
"version": "21.1.0",
3+
"version": "21.2.0",
44
"status": "production",
55
"description": "Core contains all the packages from the Paste design system.",
66
"author": "Twilio Inc.",
@@ -89,7 +89,7 @@
8989
"@twilio-paste/callout": "^5.0.1",
9090
"@twilio-paste/card": "^10.1.0",
9191
"@twilio-paste/chart-provider": "^2.0.1",
92-
"@twilio-paste/chat-composer": "^6.0.1",
92+
"@twilio-paste/chat-composer": "^6.0.2",
9393
"@twilio-paste/chat-log": "^6.0.1",
9494
"@twilio-paste/checkbox": "^14.0.1",
9595
"@twilio-paste/clipboard-copy-library": "^4.0.1",
@@ -100,7 +100,7 @@
100100
"@twilio-paste/combobox-primitive": "^3.0.1",
101101
"@twilio-paste/corner-ornament": "^2.0.1",
102102
"@twilio-paste/customization": "^9.0.1",
103-
"@twilio-paste/data-grid": "^9.0.1",
103+
"@twilio-paste/data-grid": "^9.0.2",
104104
"@twilio-paste/data-visualization-library": "^6.0.1",
105105
"@twilio-paste/date-picker": "^7.0.1",
106106
"@twilio-paste/description-list": "^5.0.1",
@@ -172,7 +172,7 @@
172172
"@twilio-paste/tabs": "^9.0.1",
173173
"@twilio-paste/tabs-primitive": "^3.0.1",
174174
"@twilio-paste/text": "^11.0.1",
175-
"@twilio-paste/textarea": "^11.0.1",
175+
"@twilio-paste/textarea": "^11.1.0",
176176
"@twilio-paste/theme": "^12.0.1",
177177
"@twilio-paste/time-picker": "^7.0.1",
178178
"@twilio-paste/timeline": "^2.0.1",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -11543,7 +11543,7 @@ __metadata:
1154311543
languageName: unknown
1154411544
linkType: soft
1154511545

11546-
"@twilio-paste/chat-composer@^6.0.1, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer":
11546+
"@twilio-paste/chat-composer@^6.0.1, @twilio-paste/chat-composer@^6.0.2, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer":
1154711547
version: 0.0.0-use.local
1154811548
resolution: "@twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer"
1154911549
dependencies:
@@ -11952,7 +11952,7 @@ __metadata:
1195211952
"@twilio-paste/callout": ^5.0.1
1195311953
"@twilio-paste/card": ^10.1.0
1195411954
"@twilio-paste/chart-provider": ^2.0.1
11955-
"@twilio-paste/chat-composer": ^6.0.1
11955+
"@twilio-paste/chat-composer": ^6.0.2
1195611956
"@twilio-paste/chat-log": ^6.0.1
1195711957
"@twilio-paste/checkbox": ^14.0.1
1195811958
"@twilio-paste/clipboard-copy-library": ^4.0.1
@@ -11963,7 +11963,7 @@ __metadata:
1196311963
"@twilio-paste/combobox-primitive": ^3.0.1
1196411964
"@twilio-paste/corner-ornament": ^2.0.1
1196511965
"@twilio-paste/customization": ^9.0.1
11966-
"@twilio-paste/data-grid": ^9.0.1
11966+
"@twilio-paste/data-grid": ^9.0.2
1196711967
"@twilio-paste/data-visualization-library": ^6.0.1
1196811968
"@twilio-paste/date-picker": ^7.0.1
1196911969
"@twilio-paste/description-list": ^5.0.1
@@ -12036,7 +12036,7 @@ __metadata:
1203612036
"@twilio-paste/tabs": ^9.0.1
1203712037
"@twilio-paste/tabs-primitive": ^3.0.1
1203812038
"@twilio-paste/text": ^11.0.1
12039-
"@twilio-paste/textarea": ^11.0.1
12039+
"@twilio-paste/textarea": ^11.1.0
1204012040
"@twilio-paste/theme": ^12.0.1
1204112041
"@twilio-paste/time-picker": ^7.0.1
1204212042
"@twilio-paste/timeline": ^2.0.1
@@ -12135,7 +12135,7 @@ __metadata:
1213512135
languageName: unknown
1213612136
linkType: soft
1213712137

12138-
"@twilio-paste/data-grid@^9.0.1, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid":
12138+
"@twilio-paste/data-grid@^9.0.1, @twilio-paste/data-grid@^9.0.2, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid":
1213912139
version: 0.0.0-use.local
1214012140
resolution: "@twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid"
1214112141
dependencies:
@@ -15112,7 +15112,7 @@ __metadata:
1511215112
languageName: unknown
1511315113
linkType: soft
1511415114

15115-
"@twilio-paste/textarea@^11.0.1, @twilio-paste/textarea@workspace:packages/paste-core/components/textarea":
15115+
"@twilio-paste/textarea@^11.0.1, @twilio-paste/textarea@^11.1.0, @twilio-paste/textarea@workspace:packages/paste-core/components/textarea":
1511615116
version: 0.0.0-use.local
1511715117
resolution: "@twilio-paste/textarea@workspace:packages/paste-core/components/textarea"
1511815118
dependencies:

0 commit comments

Comments
 (0)