Skip to content

Version Packages #4294

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

Merged
merged 1 commit into from
Apr 7, 2025
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
6 changes: 0 additions & 6 deletions .changeset/quick-seals-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-berries-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-pens-smell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-core/components/chat-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/chat-composer

## 6.0.2

### Patch Changes

- [`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.

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/chat-composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/chat-composer",
"version": "6.0.1",
"version": "6.0.2",
"category": "user input",
"status": "production",
"description": "A Chat Composer is an input made for users to type rich chat messages.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/data-grid

## 9.0.2

### Patch Changes

- [`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

## 9.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/data-grid",
"version": "9.0.1",
"version": "9.0.2",
"category": "interaction",
"status": "alpha",
"description": "A data grid is an interactive table used for working with a large collection of data in a scannable way.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 11.1.0

### Minor Changes

- [`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

## 11.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/textarea",
"version": "11.0.1",
"version": "11.1.0",
"category": "user input",
"status": "production",
"description": "A Textarea is a form element that allows users to enter text on multiple lines.",
Expand Down
17 changes: 17 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 21.2.0

### Minor Changes

- [`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

### Patch Changes

- [`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

* [`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.

* 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)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]

## 21.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/core-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "21.1.0",
"version": "21.2.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -89,7 +89,7 @@
"@twilio-paste/callout": "^5.0.1",
"@twilio-paste/card": "^10.1.0",
"@twilio-paste/chart-provider": "^2.0.1",
"@twilio-paste/chat-composer": "^6.0.1",
"@twilio-paste/chat-composer": "^6.0.2",
"@twilio-paste/chat-log": "^6.0.1",
"@twilio-paste/checkbox": "^14.0.1",
"@twilio-paste/clipboard-copy-library": "^4.0.1",
Expand All @@ -100,7 +100,7 @@
"@twilio-paste/combobox-primitive": "^3.0.1",
"@twilio-paste/corner-ornament": "^2.0.1",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/data-grid": "^9.0.1",
"@twilio-paste/data-grid": "^9.0.2",
"@twilio-paste/data-visualization-library": "^6.0.1",
"@twilio-paste/date-picker": "^7.0.1",
"@twilio-paste/description-list": "^5.0.1",
Expand Down Expand Up @@ -172,7 +172,7 @@
"@twilio-paste/tabs": "^9.0.1",
"@twilio-paste/tabs-primitive": "^3.0.1",
"@twilio-paste/text": "^11.0.1",
"@twilio-paste/textarea": "^11.0.1",
"@twilio-paste/textarea": "^11.1.0",
"@twilio-paste/theme": "^12.0.1",
"@twilio-paste/time-picker": "^7.0.1",
"@twilio-paste/timeline": "^2.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11543,7 +11543,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/chat-composer@^6.0.1, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer":
"@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":
version: 0.0.0-use.local
resolution: "@twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer"
dependencies:
Expand Down Expand Up @@ -11952,7 +11952,7 @@ __metadata:
"@twilio-paste/callout": ^5.0.1
"@twilio-paste/card": ^10.1.0
"@twilio-paste/chart-provider": ^2.0.1
"@twilio-paste/chat-composer": ^6.0.1
"@twilio-paste/chat-composer": ^6.0.2
"@twilio-paste/chat-log": ^6.0.1
"@twilio-paste/checkbox": ^14.0.1
"@twilio-paste/clipboard-copy-library": ^4.0.1
Expand All @@ -11963,7 +11963,7 @@ __metadata:
"@twilio-paste/combobox-primitive": ^3.0.1
"@twilio-paste/corner-ornament": ^2.0.1
"@twilio-paste/customization": ^9.0.1
"@twilio-paste/data-grid": ^9.0.1
"@twilio-paste/data-grid": ^9.0.2
"@twilio-paste/data-visualization-library": ^6.0.1
"@twilio-paste/date-picker": ^7.0.1
"@twilio-paste/description-list": ^5.0.1
Expand Down Expand Up @@ -12036,7 +12036,7 @@ __metadata:
"@twilio-paste/tabs": ^9.0.1
"@twilio-paste/tabs-primitive": ^3.0.1
"@twilio-paste/text": ^11.0.1
"@twilio-paste/textarea": ^11.0.1
"@twilio-paste/textarea": ^11.1.0
"@twilio-paste/theme": ^12.0.1
"@twilio-paste/time-picker": ^7.0.1
"@twilio-paste/timeline": ^2.0.1
Expand Down Expand Up @@ -12135,7 +12135,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/data-grid@^9.0.1, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid":
"@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":
version: 0.0.0-use.local
resolution: "@twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid"
dependencies:
Expand Down Expand Up @@ -15112,7 +15112,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/textarea@^11.0.1, @twilio-paste/textarea@workspace:packages/paste-core/components/textarea":
"@twilio-paste/textarea@^11.0.1, @twilio-paste/textarea@^11.1.0, @twilio-paste/textarea@workspace:packages/paste-core/components/textarea":
version: 0.0.0-use.local
resolution: "@twilio-paste/textarea@workspace:packages/paste-core/components/textarea"
dependencies:
Expand Down
Loading