From 606c64410122efbbb3a8f780c93846832a4a0793 Mon Sep 17 00:00:00 2001 From: TwilioPasteBot <62629820+TwilioPasteBot@users.noreply.github.com> Date: Fri, 12 Jul 2024 07:10:54 -0700 Subject: [PATCH] chore(release): version packages (#3922) Co-authored-by: github-actions[bot] --- .changeset/cold-apes-leave.md | 6 -- .changeset/eighty-seas-sit.md | 6 -- .changeset/fair-beds-exist.md | 5 -- .changeset/flat-boats-boil.md | 6 -- .changeset/forty-clouds-clean.md | 6 -- .changeset/great-coins-judge.md | 6 -- .changeset/khaki-boats-help.md | 6 -- .changeset/nasty-beans-fetch.md | 6 -- .changeset/pretty-melons-punch.md | 6 -- .changeset/serious-kings-wink.md | 6 -- .changeset/seven-otters-boil.md | 5 -- .changeset/tender-lobsters-cough.md | 6 -- packages/paste-codemods/CHANGELOG.md | 8 ++ packages/paste-codemods/package.json | 4 +- .../components/ai-chat-log/CHANGELOG.md | 11 +++ .../components/ai-chat-log/package.json | 8 +- .../components/alert-dialog/CHANGELOG.md | 6 ++ .../components/alert-dialog/package.json | 8 +- .../paste-core/components/anchor/CHANGELOG.md | 6 ++ .../paste-core/components/anchor/package.json | 4 +- .../components/button-group/CHANGELOG.md | 6 ++ .../components/button-group/package.json | 2 +- .../paste-core/components/button/CHANGELOG.md | 6 ++ .../paste-core/components/button/package.json | 6 +- .../components/chat-composer/CHANGELOG.md | 10 +++ .../components/chat-composer/package.json | 10 +-- packages/paste-core/core-bundle/CHANGELOG.md | 35 +++++++++ packages/paste-core/core-bundle/package.json | 18 ++--- packages/paste-icons/CHANGELOG.md | 6 ++ packages/paste-icons/package.json | 2 +- packages/paste-libraries/lexical/CHANGELOG.md | 6 ++ packages/paste-libraries/lexical/package.json | 2 +- packages/paste-website/CHANGELOG.md | 14 ++++ packages/paste-website/package.json | 18 ++--- yarn.lock | 78 +++++++++---------- 35 files changed, 194 insertions(+), 150 deletions(-) delete mode 100644 .changeset/cold-apes-leave.md delete mode 100644 .changeset/eighty-seas-sit.md delete mode 100644 .changeset/fair-beds-exist.md delete mode 100644 .changeset/flat-boats-boil.md delete mode 100644 .changeset/forty-clouds-clean.md delete mode 100644 .changeset/great-coins-judge.md delete mode 100644 .changeset/khaki-boats-help.md delete mode 100644 .changeset/nasty-beans-fetch.md delete mode 100644 .changeset/pretty-melons-punch.md delete mode 100644 .changeset/serious-kings-wink.md delete mode 100644 .changeset/seven-otters-boil.md delete mode 100644 .changeset/tender-lobsters-cough.md diff --git a/.changeset/cold-apes-leave.md b/.changeset/cold-apes-leave.md deleted file mode 100644 index 688187388d..0000000000 --- a/.changeset/cold-apes-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/chat-composer": patch -"@twilio-paste/core": patch ---- - -[ChatComposer] updated JS Doc used for tpye gen in docs website diff --git a/.changeset/eighty-seas-sit.md b/.changeset/eighty-seas-sit.md deleted file mode 100644 index 31a7290024..0000000000 --- a/.changeset/eighty-seas-sit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/ai-chat-log": major -"@twilio-paste/core": minor ---- - -[AIChatLog]: Added a new AIChatLog component to the library to display interactions between AI entities diff --git a/.changeset/fair-beds-exist.md b/.changeset/fair-beds-exist.md deleted file mode 100644 index e6c4efcd1e..0000000000 --- a/.changeset/fair-beds-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[ChatComposer] Added new components to allow contained variants, actions buttons and attachments diff --git a/.changeset/flat-boats-boil.md b/.changeset/flat-boats-boil.md deleted file mode 100644 index 03fd1f9b78..0000000000 --- a/.changeset/flat-boats-boil.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/alert-dialog": patch -"@twilio-paste/core": patch ---- - -Changing the property name, onConfirmDisabled, in AlertDialog component. The property is called isConfirmDisabled. Non breaking change. diff --git a/.changeset/forty-clouds-clean.md b/.changeset/forty-clouds-clean.md deleted file mode 100644 index eccc865ab1..0000000000 --- a/.changeset/forty-clouds-clean.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/button-group": patch -"@twilio-paste/core": patch ---- - -[Button Group] allow unattached button groups to wrap to another line diff --git a/.changeset/great-coins-judge.md b/.changeset/great-coins-judge.md deleted file mode 100644 index 830483dbc2..0000000000 --- a/.changeset/great-coins-judge.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/chat-composer": minor -"@twilio-paste/core": minor ---- - -[ChatComposer] Added new components to allow contained variants, actions buttons and attachments diff --git a/.changeset/khaki-boats-help.md b/.changeset/khaki-boats-help.md deleted file mode 100644 index 60a75b1bdc..0000000000 --- a/.changeset/khaki-boats-help.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/ai-chat-log": patch -"@twilio-paste/core": patch ---- - -[AIChatLog] Updated internal styling types diff --git a/.changeset/nasty-beans-fetch.md b/.changeset/nasty-beans-fetch.md deleted file mode 100644 index 7127e5900c..0000000000 --- a/.changeset/nasty-beans-fetch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/lexical-library": minor -"@twilio-paste/core": minor ---- - -[Lexical] added export for EditorRefPlugin diff --git a/.changeset/pretty-melons-punch.md b/.changeset/pretty-melons-punch.md deleted file mode 100644 index fe79eb8599..0000000000 --- a/.changeset/pretty-melons-punch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/button": patch -"@twilio-paste/core": patch ---- - -[Button] Add border radius 20 to size="reset" buttons which can be overridden by passing a border radius token to variant="reset" and size="reset" buttons diff --git a/.changeset/serious-kings-wink.md b/.changeset/serious-kings-wink.md deleted file mode 100644 index d4ae23ea22..0000000000 --- a/.changeset/serious-kings-wink.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/anchor": patch -"@twilio-paste/core": patch ---- - -[Anchor] Added border radius to focus styling diff --git a/.changeset/seven-otters-boil.md b/.changeset/seven-otters-boil.md deleted file mode 100644 index 6db1272ce3..0000000000 --- a/.changeset/seven-otters-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Codemods] new export (ai-chat-log) diff --git a/.changeset/tender-lobsters-cough.md b/.changeset/tender-lobsters-cough.md deleted file mode 100644 index 5c06117778..0000000000 --- a/.changeset/tender-lobsters-cough.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/icons": minor ---- - -[Icons] Added 5 new icons: AuthenticationIcon, TemplateMessageIcon, TriggerIcon, ProductUnifiedProfilesIcon and UnstarIcon. Also updated 2 icons: ProductSupportIcon and SupportIcon diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index 53f9240f88..62d5bc9bab 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.10.0 + +### Minor Changes + +- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] Added new components to allow contained variants, actions buttons and attachments + +* [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Codemods] new export (ai-chat-log) + ## 0.9.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 1e0626bfe8..5e5b498e49 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.9.0", + "version": "0.10.0", "status": "production", "description": "A collection of codemods for maintaining projects built with Paste.", "author": "Twilio Inc.", @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.21.4", - "@twilio-paste/core": "^20.13.0", + "@twilio-paste/core": "^20.14.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/ai-chat-log/CHANGELOG.md b/packages/paste-core/components/ai-chat-log/CHANGELOG.md index e69de29bb2..2646d146bb 100644 --- a/packages/paste-core/components/ai-chat-log/CHANGELOG.md +++ b/packages/paste-core/components/ai-chat-log/CHANGELOG.md @@ -0,0 +1,11 @@ +# @twilio-paste/ai-chat-log + +## 1.0.0 + +### Major Changes + +- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog]: Added a new AIChatLog component to the library to display interactions between AI entities + +### Patch Changes + +- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog] Updated internal styling types diff --git a/packages/paste-core/components/ai-chat-log/package.json b/packages/paste-core/components/ai-chat-log/package.json index 9e6c788a0a..0ffd5274c7 100644 --- a/packages/paste-core/components/ai-chat-log/package.json +++ b/packages/paste-core/components/ai-chat-log/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/ai-chat-log", - "version": "0.0.0", + "version": "1.0.0", "category": "data display", "status": "production", "description": "An AI Chat Log is a collection of AI Chat components for displaying conversations between a human and an AI bot.", @@ -50,15 +50,15 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/anchor": "^12.1.0", + "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/avatar": "^9.1.0", "@twilio-paste/box": "^10.2.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.2", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", "@twilio-paste/design-tokens": "^10.3.0", - "@twilio-paste/icons": "^12.2.1", + "@twilio-paste/icons": "^12.6.0", "@twilio-paste/screen-reader-only": "^13.1.1", "@twilio-paste/skeleton-loader": "^6.1.0", "@twilio-paste/spinner": "^14.1.1", diff --git a/packages/paste-core/components/alert-dialog/CHANGELOG.md b/packages/paste-core/components/alert-dialog/CHANGELOG.md index 7ace53de82..9ce0b4fb6f 100644 --- a/packages/paste-core/components/alert-dialog/CHANGELOG.md +++ b/packages/paste-core/components/alert-dialog/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/alert-dialog +## 9.2.1 + +### Patch Changes + +- [`96eb7cf0f`](https://github.com/twilio-labs/paste/commit/96eb7cf0f4db02d2ed6456f6737021e762a710a5) [#3918](https://github.com/twilio-labs/paste/pull/3918) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Changing the property name, onConfirmDisabled, in AlertDialog component. The property is called isConfirmDisabled. Non breaking change. + ## 9.2.0 ### Minor Changes diff --git a/packages/paste-core/components/alert-dialog/package.json b/packages/paste-core/components/alert-dialog/package.json index bd197825e4..6bc88beb7f 100644 --- a/packages/paste-core/components/alert-dialog/package.json +++ b/packages/paste-core/components/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/alert-dialog", - "version": "9.2.0", + "version": "9.2.1", "category": "overlay", "status": "production", "description": "An Alert Dialog is a page overlay that displays critical information, blocks interaction with the page, and only closes after an action is performed.", @@ -52,16 +52,16 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/anchor": "^12.1.0", + "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.2", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/heading": "^11.1.0", - "@twilio-paste/icons": "^12.2.0", + "@twilio-paste/icons": "^12.6.0", "@twilio-paste/modal": "^16.1.0", "@twilio-paste/modal-dialog-primitive": "^2.0.0", "@twilio-paste/screen-reader-only": "^13.1.0", diff --git a/packages/paste-core/components/anchor/CHANGELOG.md b/packages/paste-core/components/anchor/CHANGELOG.md index 533a00a3aa..cfe7b51d0f 100644 --- a/packages/paste-core/components/anchor/CHANGELOG.md +++ b/packages/paste-core/components/anchor/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.1.1 + +### Patch Changes + +- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Anchor] Added border radius to focus styling + ## 12.1.0 ### Minor Changes diff --git a/packages/paste-core/components/anchor/package.json b/packages/paste-core/components/anchor/package.json index fc0341d68b..e8ed36b0a2 100644 --- a/packages/paste-core/components/anchor/package.json +++ b/packages/paste-core/components/anchor/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/anchor", - "version": "12.1.0", + "version": "12.1.1", "category": "interaction", "status": "production", "description": "An Anchor is text that navigates the user from one webpage to another.", @@ -47,7 +47,7 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", - "@twilio-paste/icons": "^12.2.0", + "@twilio-paste/icons": "^12.6.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.0", diff --git a/packages/paste-core/components/button-group/CHANGELOG.md b/packages/paste-core/components/button-group/CHANGELOG.md index 1cf7aed0f4..77a82d2529 100644 --- a/packages/paste-core/components/button-group/CHANGELOG.md +++ b/packages/paste-core/components/button-group/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/button-group +## 4.1.1 + +### Patch Changes + +- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button Group] allow unattached button groups to wrap to another line + ## 4.1.0 ### Minor Changes diff --git a/packages/paste-core/components/button-group/package.json b/packages/paste-core/components/button-group/package.json index 441985d28c..a1427e6cf7 100644 --- a/packages/paste-core/components/button-group/package.json +++ b/packages/paste-core/components/button-group/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/button-group", - "version": "4.1.0", + "version": "4.1.1", "category": "interaction", "status": "production", "description": "A Button Group is a component used to render groups of Buttons.", diff --git a/packages/paste-core/components/button/CHANGELOG.md b/packages/paste-core/components/button/CHANGELOG.md index 0d156bb7b5..3d78c5459a 100644 --- a/packages/paste-core/components/button/CHANGELOG.md +++ b/packages/paste-core/components/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.1.2 + +### Patch Changes + +- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button] Add border radius 20 to size="reset" buttons which can be overridden by passing a border radius token to variant="reset" and size="reset" buttons + ## 14.1.1 ### Patch Changes diff --git a/packages/paste-core/components/button/package.json b/packages/paste-core/components/button/package.json index 5a672dbbd4..e9f272228c 100644 --- a/packages/paste-core/components/button/package.json +++ b/packages/paste-core/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/button", - "version": "14.1.1", + "version": "14.1.2", "category": "interaction", "status": "production", "description": "A Button is a clickable element which communicates that users can trigger an action.", @@ -48,13 +48,13 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/anchor": "^12.1.0", + "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", - "@twilio-paste/icons": "^12.5.0", + "@twilio-paste/icons": "^12.6.0", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", "@twilio-paste/style-props": "^9.1.0", diff --git a/packages/paste-core/components/chat-composer/CHANGELOG.md b/packages/paste-core/components/chat-composer/CHANGELOG.md index 6cfc880d2f..f4c2d861dc 100644 --- a/packages/paste-core/components/chat-composer/CHANGELOG.md +++ b/packages/paste-core/components/chat-composer/CHANGELOG.md @@ -1,5 +1,15 @@ # @twilio-paste/chat-composer +## 5.2.0 + +### Minor Changes + +- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] Added new components to allow contained variants, actions buttons and attachments + +### Patch Changes + +- [`9e54abcd2`](https://github.com/twilio-labs/paste/commit/9e54abcd24da731301464ad13124df9dd4bfcae2) [#3981](https://github.com/twilio-labs/paste/pull/3981) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] updated JS Doc used for tpye gen in docs website + ## 5.1.1 ### Patch Changes diff --git a/packages/paste-core/components/chat-composer/package.json b/packages/paste-core/components/chat-composer/package.json index b63526a57f..6a7c217338 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": "5.1.1", + "version": "5.2.0", "category": "user input", "status": "production", "description": "A Chat Composer is an input made for users to type rich chat messages.", @@ -44,15 +44,15 @@ "react-dom": "^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/anchor": "^12.1.0", + "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.2", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", - "@twilio-paste/icons": "^12.2.3", - "@twilio-paste/lexical-library": "^4.1.0", + "@twilio-paste/icons": "^12.6.0", + "@twilio-paste/lexical-library": "^4.2.0", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", "@twilio-paste/stack": "^8.1.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 727e630df8..aeaca30e15 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log +## 20.14.0 + +### Minor Changes + +- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog]: Added a new AIChatLog component to the library to display interactions between AI entities + +* [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] Added new components to allow contained variants, actions buttons and attachments + +- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Lexical] added export for EditorRefPlugin + +* [`b5e6d3fd1`](https://github.com/twilio-labs/paste/commit/b5e6d3fd1c85747821ba68e250b02329001f9da3) [#3962](https://github.com/twilio-labs/paste/pull/3962) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] Added 5 new icons: AuthenticationIcon, TemplateMessageIcon, TriggerIcon, ProductUnifiedProfilesIcon and UnstarIcon. Also updated 2 icons: ProductSupportIcon and SupportIcon + +### Patch Changes + +- [`9e54abcd2`](https://github.com/twilio-labs/paste/commit/9e54abcd24da731301464ad13124df9dd4bfcae2) [#3981](https://github.com/twilio-labs/paste/pull/3981) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] updated JS Doc used for tpye gen in docs website + +* [`96eb7cf0f`](https://github.com/twilio-labs/paste/commit/96eb7cf0f4db02d2ed6456f6737021e762a710a5) [#3918](https://github.com/twilio-labs/paste/pull/3918) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Changing the property name, onConfirmDisabled, in AlertDialog component. The property is called isConfirmDisabled. Non breaking change. + +- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button Group] allow unattached button groups to wrap to another line + +* [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog] Updated internal styling types + +- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button] Add border radius 20 to size="reset" buttons which can be overridden by passing a border radius token to variant="reset" and size="reset" buttons + +* [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Anchor] Added border radius to focus styling + +* Updated dependencies [[`9e54abcd2`](https://github.com/twilio-labs/paste/commit/9e54abcd24da731301464ad13124df9dd4bfcae2), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`96eb7cf0f`](https://github.com/twilio-labs/paste/commit/96eb7cf0f4db02d2ed6456f6737021e762a710a5), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361)]: + - @twilio-paste/chat-composer@5.2.0 + - @twilio-paste/ai-chat-log@1.0.0 + - @twilio-paste/alert-dialog@9.2.1 + - @twilio-paste/button-group@4.1.1 + - @twilio-paste/lexical-library@4.2.0 + - @twilio-paste/button@14.1.2 + - @twilio-paste/anchor@12.1.1 + ## 20.13.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index c04d67626d..31135715a6 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": "20.13.0", + "version": "20.14.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -72,10 +72,10 @@ }, "dependencies": { "@twilio-paste/account-switcher": "^3.0.1", - "@twilio-paste/ai-chat-log": "^0.0.0", + "@twilio-paste/ai-chat-log": "^1.0.0", "@twilio-paste/alert": "^14.1.0", - "@twilio-paste/alert-dialog": "^9.2.0", - "@twilio-paste/anchor": "^12.1.0", + "@twilio-paste/alert-dialog": "^9.2.1", + "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/aspect-ratio": "^10.1.0", "@twilio-paste/avatar": "^9.1.0", @@ -83,11 +83,11 @@ "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", - "@twilio-paste/button": "^14.1.1", - "@twilio-paste/button-group": "^4.1.0", + "@twilio-paste/button": "^14.1.2", + "@twilio-paste/button-group": "^4.1.1", "@twilio-paste/callout": "^4.1.0", "@twilio-paste/card": "^9.1.0", - "@twilio-paste/chat-composer": "^5.1.1", + "@twilio-paste/chat-composer": "^5.2.0", "@twilio-paste/chat-log": "^5.2.1", "@twilio-paste/checkbox": "^13.1.1", "@twilio-paste/clipboard-copy-library": "^3.0.0", @@ -123,7 +123,7 @@ "@twilio-paste/input": "^9.1.3", "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/label": "^13.1.1", - "@twilio-paste/lexical-library": "^4.1.0", + "@twilio-paste/lexical-library": "^4.2.0", "@twilio-paste/list": "^8.2.1", "@twilio-paste/listbox-primitive": "^3.0.1", "@twilio-paste/media-object": "^10.1.0", @@ -189,7 +189,7 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/icons": "^12.5.0", + "@twilio-paste/icons": "^12.6.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "react": "^18.0.0", diff --git a/packages/paste-icons/CHANGELOG.md b/packages/paste-icons/CHANGELOG.md index c587f84ae4..5385745879 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.6.0 + +### Minor Changes + +- [`b5e6d3fd1`](https://github.com/twilio-labs/paste/commit/b5e6d3fd1c85747821ba68e250b02329001f9da3) [#3962](https://github.com/twilio-labs/paste/pull/3962) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] Added 5 new icons: AuthenticationIcon, TemplateMessageIcon, TriggerIcon, ProductUnifiedProfilesIcon and UnstarIcon. Also updated 2 icons: ProductSupportIcon and SupportIcon + ## 12.5.0 ### Minor Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index 7e07f45754..94653deb93 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "12.5.0", + "version": "12.6.0", "description": "Twilio's icon library, ready for use and with accessibility considerations", "author": "Twilio Inc.", "license": "MIT", diff --git a/packages/paste-libraries/lexical/CHANGELOG.md b/packages/paste-libraries/lexical/CHANGELOG.md index f64bc4572e..d513e948d1 100644 --- a/packages/paste-libraries/lexical/CHANGELOG.md +++ b/packages/paste-libraries/lexical/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.2.0 + +### Minor Changes + +- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Lexical] added export for EditorRefPlugin + ## 4.1.0 ### Minor Changes diff --git a/packages/paste-libraries/lexical/package.json b/packages/paste-libraries/lexical/package.json index 54593e039a..3ecb473c8f 100644 --- a/packages/paste-libraries/lexical/package.json +++ b/packages/paste-libraries/lexical/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/lexical-library", - "version": "4.1.0", + "version": "4.2.0", "category": "library", "status": "production", "description": "The Lexical third party library.", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index 3b3f070eea..205e82c528 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,19 @@ # @twilio-paste/website +## 2.23.46 + +### Patch Changes + +- Updated dependencies [[`9e54abcd2`](https://github.com/twilio-labs/paste/commit/9e54abcd24da731301464ad13124df9dd4bfcae2), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`96eb7cf0f`](https://github.com/twilio-labs/paste/commit/96eb7cf0f4db02d2ed6456f6737021e762a710a5), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`b5e6d3fd1`](https://github.com/twilio-labs/paste/commit/b5e6d3fd1c85747821ba68e250b02329001f9da3)]: + - @twilio-paste/chat-composer@5.2.0 + - @twilio-paste/ai-chat-log@1.0.0 + - @twilio-paste/alert-dialog@9.2.1 + - @twilio-paste/button-group@4.1.1 + - @twilio-paste/lexical-library@4.2.0 + - @twilio-paste/button@14.1.2 + - @twilio-paste/anchor@12.1.1 + - @twilio-paste/icons@12.6.0 + ## 2.23.45 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 192f8f2ef3..23d1c3c567 100644 --- a/packages/paste-website/package.json +++ b/packages/paste-website/package.json @@ -1,7 +1,7 @@ { "name": "@twilio-paste/website", "description": "", - "version": "2.23.45", + "version": "2.23.46", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -34,10 +34,10 @@ "@tanstack/react-query": "^5.17.9", "@tanstack/react-query-devtools": "^5.17.10", "@twilio-paste/account-switcher": "^3.0.1", - "@twilio-paste/ai-chat-log": "^0.0.0", + "@twilio-paste/ai-chat-log": "^1.0.0", "@twilio-paste/alert": "^14.1.0", - "@twilio-paste/alert-dialog": "^9.2.0", - "@twilio-paste/anchor": "^12.1.0", + "@twilio-paste/alert-dialog": "^9.2.1", + "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/aspect-ratio": "^10.1.0", "@twilio-paste/avatar": "^9.1.0", @@ -45,11 +45,11 @@ "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", - "@twilio-paste/button": "^14.1.1", - "@twilio-paste/button-group": "^4.1.0", + "@twilio-paste/button": "^14.1.2", + "@twilio-paste/button-group": "^4.1.1", "@twilio-paste/callout": "^4.1.0", "@twilio-paste/card": "^9.1.0", - "@twilio-paste/chat-composer": "^5.1.1", + "@twilio-paste/chat-composer": "^5.2.0", "@twilio-paste/chat-log": "^5.2.1", "@twilio-paste/checkbox": "^13.1.1", "@twilio-paste/clipboard-copy-library": "^3.0.0", @@ -77,14 +77,14 @@ "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/icons": "12.5.0", + "@twilio-paste/icons": "12.6.0", "@twilio-paste/in-page-navigation": "^4.3.1", "@twilio-paste/inline-code": "^4.1.1", "@twilio-paste/inline-control-group": "^13.0.2", "@twilio-paste/input": "^9.1.3", "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/label": "^13.1.1", - "@twilio-paste/lexical-library": "^4.1.0", + "@twilio-paste/lexical-library": "^4.2.0", "@twilio-paste/list": "^8.2.1", "@twilio-paste/listbox-primitive": "^3.0.1", "@twilio-paste/media-object": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index 6b20bdd924..59b6c3105d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11216,19 +11216,19 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/ai-chat-log@^0.0.0, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log": +"@twilio-paste/ai-chat-log@^1.0.0, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log": version: 0.0.0-use.local resolution: "@twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log" dependencies: - "@twilio-paste/anchor": ^12.1.0 + "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/avatar": ^9.1.0 "@twilio-paste/box": ^10.2.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.2 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 "@twilio-paste/design-tokens": ^10.3.0 - "@twilio-paste/icons": ^12.2.1 + "@twilio-paste/icons": ^12.6.0 "@twilio-paste/screen-reader-only": ^13.1.1 "@twilio-paste/skeleton-loader": ^6.1.0 "@twilio-paste/spinner": ^14.1.1 @@ -11272,20 +11272,20 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/alert-dialog@^9.2.0, @twilio-paste/alert-dialog@workspace:packages/paste-core/components/alert-dialog": +"@twilio-paste/alert-dialog@^9.2.1, @twilio-paste/alert-dialog@workspace:packages/paste-core/components/alert-dialog": version: 0.0.0-use.local resolution: "@twilio-paste/alert-dialog@workspace:packages/paste-core/components/alert-dialog" dependencies: - "@twilio-paste/anchor": ^12.1.0 + "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.2 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/heading": ^11.1.0 - "@twilio-paste/icons": ^12.2.0 + "@twilio-paste/icons": ^12.6.0 "@twilio-paste/modal": ^16.1.0 "@twilio-paste/modal-dialog-primitive": ^2.0.0 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -11384,7 +11384,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/anchor@^12.0.0, @twilio-paste/anchor@^12.1.0, @twilio-paste/anchor@workspace:packages/paste-core/components/anchor": +"@twilio-paste/anchor@^12.0.0, @twilio-paste/anchor@^12.1.0, @twilio-paste/anchor@^12.1.1, @twilio-paste/anchor@workspace:packages/paste-core/components/anchor": version: 0.0.0-use.local resolution: "@twilio-paste/anchor@workspace:packages/paste-core/components/anchor" dependencies: @@ -11393,7 +11393,7 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 - "@twilio-paste/icons": ^12.2.0 + "@twilio-paste/icons": ^12.6.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.0 @@ -11706,7 +11706,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/button-group@^4.1.0, @twilio-paste/button-group@workspace:packages/paste-core/components/button-group": +"@twilio-paste/button-group@^4.1.1, @twilio-paste/button-group@workspace:packages/paste-core/components/button-group": version: 0.0.0-use.local resolution: "@twilio-paste/button-group@workspace:packages/paste-core/components/button-group" dependencies: @@ -11743,17 +11743,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/button@^14.0.0, @twilio-paste/button@^14.1.0, @twilio-paste/button@^14.1.1, @twilio-paste/button@workspace:packages/paste-core/components/button": +"@twilio-paste/button@^14.0.0, @twilio-paste/button@^14.1.0, @twilio-paste/button@^14.1.1, @twilio-paste/button@^14.1.2, @twilio-paste/button@workspace:packages/paste-core/components/button": version: 0.0.0-use.local resolution: "@twilio-paste/button@workspace:packages/paste-core/components/button" dependencies: - "@twilio-paste/anchor": ^12.1.0 + "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 - "@twilio-paste/icons": ^12.5.0 + "@twilio-paste/icons": ^12.6.0 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 "@twilio-paste/style-props": ^9.1.0 @@ -11870,19 +11870,19 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/chat-composer@^5.1.1, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer": +"@twilio-paste/chat-composer@^5.2.0, @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: - "@twilio-paste/anchor": ^12.1.0 + "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.2 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 - "@twilio-paste/icons": ^12.2.3 - "@twilio-paste/lexical-library": ^4.1.0 + "@twilio-paste/icons": ^12.6.0 + "@twilio-paste/lexical-library": ^4.2.0 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 "@twilio-paste/stack": ^8.1.0 @@ -12135,7 +12135,7 @@ __metadata: "@babel/core": ^7.21.4 "@babel/plugin-proposal-object-rest-spread": ^7.20.7 "@babel/preset-env": ^7.21.4 - "@twilio-paste/core": ^20.13.0 + "@twilio-paste/core": ^20.14.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -12254,15 +12254,15 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.13.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": +"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.14.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": version: 0.0.0-use.local resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle" dependencies: "@twilio-paste/account-switcher": ^3.0.1 - "@twilio-paste/ai-chat-log": ^0.0.0 + "@twilio-paste/ai-chat-log": ^1.0.0 "@twilio-paste/alert": ^14.1.0 - "@twilio-paste/alert-dialog": ^9.2.0 - "@twilio-paste/anchor": ^12.1.0 + "@twilio-paste/alert-dialog": ^9.2.1 + "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/aspect-ratio": ^10.1.0 "@twilio-paste/avatar": ^9.1.0 @@ -12270,11 +12270,11 @@ __metadata: "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 - "@twilio-paste/button": ^14.1.1 - "@twilio-paste/button-group": ^4.1.0 + "@twilio-paste/button": ^14.1.2 + "@twilio-paste/button-group": ^4.1.1 "@twilio-paste/callout": ^4.1.0 "@twilio-paste/card": ^9.1.0 - "@twilio-paste/chat-composer": ^5.1.1 + "@twilio-paste/chat-composer": ^5.2.0 "@twilio-paste/chat-log": ^5.2.1 "@twilio-paste/checkbox": ^13.1.1 "@twilio-paste/clipboard-copy-library": ^3.0.0 @@ -12304,14 +12304,14 @@ __metadata: "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": ^12.5.0 + "@twilio-paste/icons": ^12.6.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 "@twilio-paste/input": ^9.1.3 "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/label": ^13.1.1 - "@twilio-paste/lexical-library": ^4.1.0 + "@twilio-paste/lexical-library": ^4.2.0 "@twilio-paste/list": ^8.2.1 "@twilio-paste/listbox-primitive": ^3.0.1 "@twilio-paste/media-object": ^10.1.0 @@ -13218,7 +13218,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/icons@12.5.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.4.0, @twilio-paste/icons@^12.5.0, @twilio-paste/icons@workspace:packages/paste-icons": +"@twilio-paste/icons@12.6.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.4.0, @twilio-paste/icons@^12.5.0, @twilio-paste/icons@^12.6.0, @twilio-paste/icons@workspace:packages/paste-icons": version: 0.0.0-use.local resolution: "@twilio-paste/icons@workspace:packages/paste-icons" dependencies: @@ -13518,7 +13518,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/lexical-library@^4.1.0, @twilio-paste/lexical-library@workspace:packages/paste-libraries/lexical": +"@twilio-paste/lexical-library@^4.2.0, @twilio-paste/lexical-library@workspace:packages/paste-libraries/lexical": version: 0.0.0-use.local resolution: "@twilio-paste/lexical-library@workspace:packages/paste-libraries/lexical" dependencies: @@ -15866,10 +15866,10 @@ __metadata: "@tanstack/react-query-devtools": ^5.17.10 "@testing-library/react": ^13.4.0 "@twilio-paste/account-switcher": ^3.0.1 - "@twilio-paste/ai-chat-log": ^0.0.0 + "@twilio-paste/ai-chat-log": ^1.0.0 "@twilio-paste/alert": ^14.1.0 - "@twilio-paste/alert-dialog": ^9.2.0 - "@twilio-paste/anchor": ^12.1.0 + "@twilio-paste/alert-dialog": ^9.2.1 + "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/aspect-ratio": ^10.1.0 "@twilio-paste/avatar": ^9.1.0 @@ -15877,11 +15877,11 @@ __metadata: "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 - "@twilio-paste/button": ^14.1.1 - "@twilio-paste/button-group": ^4.1.0 + "@twilio-paste/button": ^14.1.2 + "@twilio-paste/button-group": ^4.1.1 "@twilio-paste/callout": ^4.1.0 "@twilio-paste/card": ^9.1.0 - "@twilio-paste/chat-composer": ^5.1.1 + "@twilio-paste/chat-composer": ^5.2.0 "@twilio-paste/chat-log": ^5.2.1 "@twilio-paste/checkbox": ^13.1.1 "@twilio-paste/clipboard-copy-library": ^3.0.0 @@ -15909,14 +15909,14 @@ __metadata: "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": 12.5.0 + "@twilio-paste/icons": 12.6.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 "@twilio-paste/input": ^9.1.3 "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/label": ^13.1.1 - "@twilio-paste/lexical-library": ^4.1.0 + "@twilio-paste/lexical-library": ^4.2.0 "@twilio-paste/list": ^8.2.1 "@twilio-paste/listbox-primitive": ^3.0.1 "@twilio-paste/media-object": ^10.1.0