diff --git a/.changeset/quick-seals-do.md b/.changeset/quick-seals-do.md deleted file mode 100644 index d86b171789..0000000000 --- a/.changeset/quick-seals-do.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/data-grid": patch -"@twilio-paste/core": patch ---- - -[DataGridCell] reworked the click events triggered to allow interactive elements to correctly pull focus diff --git a/.changeset/soft-berries-roll.md b/.changeset/soft-berries-roll.md deleted file mode 100644 index 1c92dbf64d..0000000000 --- a/.changeset/soft-berries-roll.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/chat-composer": patch -"@twilio-paste/core": patch ---- - -[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. diff --git a/.changeset/strange-pens-smell.md b/.changeset/strange-pens-smell.md deleted file mode 100644 index 76fb82640e..0000000000 --- a/.changeset/strange-pens-smell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/textarea": minor -"@twilio-paste/core": minor ---- - -[TextArea] exposed a prop to allow the minRows to be configured effectively setting the min height diff --git a/packages/paste-core/components/chat-composer/CHANGELOG.md b/packages/paste-core/components/chat-composer/CHANGELOG.md index 862294d494..5860510d6e 100644 --- a/packages/paste-core/components/chat-composer/CHANGELOG.md +++ b/packages/paste-core/components/chat-composer/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/chat-composer/package.json b/packages/paste-core/components/chat-composer/package.json index 67a7d460bf..dcbdf510d7 100644 --- a/packages/paste-core/components/chat-composer/package.json +++ b/packages/paste-core/components/chat-composer/package.json @@ -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.", diff --git a/packages/paste-core/components/data-grid/CHANGELOG.md b/packages/paste-core/components/data-grid/CHANGELOG.md index a8fcddb0ff..304e044aae 100644 --- a/packages/paste-core/components/data-grid/CHANGELOG.md +++ b/packages/paste-core/components/data-grid/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/data-grid/package.json b/packages/paste-core/components/data-grid/package.json index e887fb8703..9001162bae 100644 --- a/packages/paste-core/components/data-grid/package.json +++ b/packages/paste-core/components/data-grid/package.json @@ -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.", diff --git a/packages/paste-core/components/textarea/CHANGELOG.md b/packages/paste-core/components/textarea/CHANGELOG.md index a7ff1f6f10..0fbaf33033 100644 --- a/packages/paste-core/components/textarea/CHANGELOG.md +++ b/packages/paste-core/components/textarea/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/textarea/package.json b/packages/paste-core/components/textarea/package.json index 8b0e3dd652..12d8664514 100644 --- a/packages/paste-core/components/textarea/package.json +++ b/packages/paste-core/components/textarea/package.json @@ -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.", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index f9ee598ea6..d5740dd9f1 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -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/data-grid@9.0.2 + - @twilio-paste/chat-composer@6.0.2 + - @twilio-paste/textarea@11.1.0 + ## 21.1.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 1c6921a982..3e2c3ba1d7 100644 --- a/packages/paste-core/core-bundle/package.json +++ b/packages/paste-core/core-bundle/package.json @@ -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.", @@ -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", @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 3d8c09d623..c6b43a1128 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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 @@ -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 @@ -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 @@ -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: @@ -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: