From 41e04c637da46ae91b7cb2371937392b6fa2bd8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 15:26:48 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/dull-rockets-type.md | 6 --- .changeset/fuzzy-lobsters-wait.md | 6 --- .changeset/great-frogs-grin.md | 6 --- .changeset/healthy-fishes-accept.md | 7 --- .changeset/moody-pans-smell.md | 6 --- .changeset/perfect-experts-cheat.md | 6 --- .changeset/real-tools-hide.md | 7 --- .changeset/serious-avocados-stare.md | 6 --- .changeset/twenty-rocks-tease.md | 6 --- packages/paste-codemods/CHANGELOG.md | 8 +++ packages/paste-codemods/package.json | 4 +- .../components/ai-chat-log/CHANGELOG.md | 6 +++ .../components/ai-chat-log/package.json | 2 +- .../components/chart-provider/CHANGELOG.md | 6 +++ .../components/chart-provider/package.json | 4 +- .../components/chat-composer/CHANGELOG.md | 6 +++ .../components/chat-composer/package.json | 2 +- .../components/combobox/CHANGELOG.md | 6 +++ .../components/combobox/package.json | 2 +- .../components/product-switcher/CHANGELOG.md | 6 +++ .../components/product-switcher/package.json | 2 +- .../paste-core/components/select/CHANGELOG.md | 6 +++ .../paste-core/components/select/package.json | 2 +- .../components/timeline/CHANGELOG.md | 6 +++ .../components/timeline/package.json | 2 +- packages/paste-core/core-bundle/CHANGELOG.md | 34 ++++++++++++ packages/paste-core/core-bundle/package.json | 18 +++---- .../data-visualization/CHANGELOG.md | 8 +++ .../data-visualization/package.json | 2 +- packages/paste-website/CHANGELOG.md | 14 +++++ packages/paste-website/package.json | 18 +++---- yarn.lock | 54 +++++++++---------- 32 files changed, 162 insertions(+), 112 deletions(-) delete mode 100644 .changeset/dull-rockets-type.md delete mode 100644 .changeset/fuzzy-lobsters-wait.md delete mode 100644 .changeset/great-frogs-grin.md delete mode 100644 .changeset/healthy-fishes-accept.md delete mode 100644 .changeset/moody-pans-smell.md delete mode 100644 .changeset/perfect-experts-cheat.md delete mode 100644 .changeset/real-tools-hide.md delete mode 100644 .changeset/serious-avocados-stare.md delete mode 100644 .changeset/twenty-rocks-tease.md diff --git a/.changeset/dull-rockets-type.md b/.changeset/dull-rockets-type.md deleted file mode 100644 index 7d38757f38..0000000000 --- a/.changeset/dull-rockets-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/data-visualization-library": minor ---- - -[Data Visualization Library] added the ability to set accessibility options diff --git a/.changeset/fuzzy-lobsters-wait.md b/.changeset/fuzzy-lobsters-wait.md deleted file mode 100644 index e344cedbe4..0000000000 --- a/.changeset/fuzzy-lobsters-wait.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/timeline": minor -"@twilio-paste/core": minor ---- - -[Timeline] add a new prop called `onClick` to `TimelineItem` that makes the title interactive diff --git a/.changeset/great-frogs-grin.md b/.changeset/great-frogs-grin.md deleted file mode 100644 index 6ce0ff146a..0000000000 --- a/.changeset/great-frogs-grin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/product-switcher": patch -"@twilio-paste/core": patch ---- - -[ProductSwitcherItem] made productIcon optional diff --git a/.changeset/healthy-fishes-accept.md b/.changeset/healthy-fishes-accept.md deleted file mode 100644 index 19bae5bd03..0000000000 --- a/.changeset/healthy-fishes-accept.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@twilio-paste/codemods": minor -"@twilio-paste/chat-composer": minor -"@twilio-paste/core": minor ---- - -[Chat Composer] add `ChatComposerActionRow` to render below `ChatComposer` diff --git a/.changeset/moody-pans-smell.md b/.changeset/moody-pans-smell.md deleted file mode 100644 index dd37edc07d..0000000000 --- a/.changeset/moody-pans-smell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/select": patch -"@twilio-paste/core": patch ---- - -[Select] fixed an issue where unmounted select component does not use the correct variant styling diff --git a/.changeset/perfect-experts-cheat.md b/.changeset/perfect-experts-cheat.md deleted file mode 100644 index 8781ffd00a..0000000000 --- a/.changeset/perfect-experts-cheat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/combobox": patch -"@twilio-paste/core": patch ---- - -[Combobx] add element name for Combobox List Item child diff --git a/.changeset/real-tools-hide.md b/.changeset/real-tools-hide.md deleted file mode 100644 index 3148071271..0000000000 --- a/.changeset/real-tools-hide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@twilio-paste/ai-chat-log": minor -"@twilio-paste/core": minor -"@twilio-paste/codemods": minor ---- - -[AI Chat Log] Update styles of AI Chat Log, add new props, add event component. Deprecates `size` prop from `AIChatMessageBody` and move it to `AIChatLog` diff --git a/.changeset/serious-avocados-stare.md b/.changeset/serious-avocados-stare.md deleted file mode 100644 index 52152ac07c..0000000000 --- a/.changeset/serious-avocados-stare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/data-visualization-library": minor ---- - -[Data visualization library] added helper functions and types to provide support for creating highcharts options for supported chart types diff --git a/.changeset/twenty-rocks-tease.md b/.changeset/twenty-rocks-tease.md deleted file mode 100644 index 0b933bb27e..0000000000 --- a/.changeset/twenty-rocks-tease.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/chart-provider": minor -"@twilio-paste/core": minor ---- - -[Chart Provider] added the ability to use options for supported chart types diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index 4a5b0703de..79fadf651a 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.17.0 + +### Minor Changes + +- [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95) [#4339](https://github.com/twilio-labs/paste/pull/4339) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Chat Composer] add `ChatComposerActionRow` to render below `ChatComposer` + +* [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149) [#4331](https://github.com/twilio-labs/paste/pull/4331) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [AI Chat Log] Update styles of AI Chat Log, add new props, add event component. Deprecates `size` prop from `AIChatMessageBody` and move it to `AIChatLog` + ## 0.16.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 5ec61b0794..671628ec54 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.16.0", + "version": "0.17.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": "^21.0.0", + "@twilio-paste/core": "^21.4.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 ed4209cb7b..5edbcc5982 100644 --- a/packages/paste-core/components/ai-chat-log/CHANGELOG.md +++ b/packages/paste-core/components/ai-chat-log/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/ai-chat-log +## 2.1.0 + +### Minor Changes + +- [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149) [#4331](https://github.com/twilio-labs/paste/pull/4331) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [AI Chat Log] Update styles of AI Chat Log, add new props, add event component. Deprecates `size` prop from `AIChatMessageBody` and move it to `AIChatLog` + ## 2.0.1 ### Patch Changes diff --git a/packages/paste-core/components/ai-chat-log/package.json b/packages/paste-core/components/ai-chat-log/package.json index 0627e3887c..abcf4a3da8 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": "2.0.1", + "version": "2.1.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.", diff --git a/packages/paste-core/components/chart-provider/CHANGELOG.md b/packages/paste-core/components/chart-provider/CHANGELOG.md index 3d2bbdd4e9..19a15fcdab 100644 --- a/packages/paste-core/components/chart-provider/CHANGELOG.md +++ b/packages/paste-core/components/chart-provider/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/chart-provider +## 2.1.0 + +### Minor Changes + +- [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245) [#4318](https://github.com/twilio-labs/paste/pull/4318) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Chart Provider] added the ability to use options for supported chart types + ## 2.0.1 ### Patch Changes diff --git a/packages/paste-core/components/chart-provider/package.json b/packages/paste-core/components/chart-provider/package.json index b4c6a092e8..6bbbf16c55 100644 --- a/packages/paste-core/components/chart-provider/package.json +++ b/packages/paste-core/components/chart-provider/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/chart-provider", - "version": "2.0.1", + "version": "2.1.0", "category": "data display", "status": "beta", "description": "Chart Provider is a data visualization component used to wrap an individual chart to store and share state to child charting elements.", @@ -46,7 +46,7 @@ "@twilio-paste/box": "^11.0.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^9.0.1", - "@twilio-paste/data-visualization-library": "^6.0.1", + "@twilio-paste/data-visualization-library": "^6.1.0", "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/style-props": "^10.0.1", "@twilio-paste/styling-library": "^4.0.1", diff --git a/packages/paste-core/components/chat-composer/CHANGELOG.md b/packages/paste-core/components/chat-composer/CHANGELOG.md index 4bf535998c..04870372f7 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.2.0 + +### Minor Changes + +- [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95) [#4339](https://github.com/twilio-labs/paste/pull/4339) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Chat Composer] add `ChatComposerActionRow` to render below `ChatComposer` + ## 6.1.0 ### Minor Changes diff --git a/packages/paste-core/components/chat-composer/package.json b/packages/paste-core/components/chat-composer/package.json index e092b48bd6..8ff6d30a51 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.1.0", + "version": "6.2.0", "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/combobox/CHANGELOG.md b/packages/paste-core/components/combobox/CHANGELOG.md index 6869557369..e22de93751 100644 --- a/packages/paste-core/components/combobox/CHANGELOG.md +++ b/packages/paste-core/components/combobox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 17.0.3 + +### Patch Changes + +- [`098085f69`](https://github.com/twilio-labs/paste/commit/098085f69b06508d7f937562e219e27337a46bdc) [#4348](https://github.com/twilio-labs/paste/pull/4348) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Combobx] add element name for Combobox List Item child + ## 17.0.2 ### Patch Changes diff --git a/packages/paste-core/components/combobox/package.json b/packages/paste-core/components/combobox/package.json index de81ea8395..3a3b69cc15 100644 --- a/packages/paste-core/components/combobox/package.json +++ b/packages/paste-core/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/combobox", - "version": "17.0.2", + "version": "17.0.3", "category": "user input", "status": "production", "description": "A Combobox is a styled dropdown form element that allows users to either type a value or select a value from a list.", diff --git a/packages/paste-core/components/product-switcher/CHANGELOG.md b/packages/paste-core/components/product-switcher/CHANGELOG.md index 91d8ae9d36..783dae301f 100644 --- a/packages/paste-core/components/product-switcher/CHANGELOG.md +++ b/packages/paste-core/components/product-switcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/product-switcher +## 4.0.2 + +### Patch Changes + +- [`637362e10`](https://github.com/twilio-labs/paste/commit/637362e106d4008a82a4bc90197cb37df610f6bc) [#4359](https://github.com/twilio-labs/paste/pull/4359) Thanks [@simpixelated](https://github.com/simpixelated)! - [ProductSwitcherItem] made productIcon optional + ## 4.0.1 ### Patch Changes diff --git a/packages/paste-core/components/product-switcher/package.json b/packages/paste-core/components/product-switcher/package.json index 1009743e77..e713a30e74 100644 --- a/packages/paste-core/components/product-switcher/package.json +++ b/packages/paste-core/components/product-switcher/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/product-switcher", - "version": "4.0.1", + "version": "4.0.2", "category": "navigation", "status": "production", "description": "A Product Switcher is an opinionated Menu that presents a list of Twilio products that a user has access to and can switch between.", diff --git a/packages/paste-core/components/select/CHANGELOG.md b/packages/paste-core/components/select/CHANGELOG.md index e9b8de11f8..d487378c40 100644 --- a/packages/paste-core/components/select/CHANGELOG.md +++ b/packages/paste-core/components/select/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.0.3 + +### Patch Changes + +- [`c0eff2ddc`](https://github.com/twilio-labs/paste/commit/c0eff2ddc326bba633ebe9e03814d5a494ee66d2) [#4354](https://github.com/twilio-labs/paste/pull/4354) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Select] fixed an issue where unmounted select component does not use the correct variant styling + ## 13.0.2 ### Patch Changes diff --git a/packages/paste-core/components/select/package.json b/packages/paste-core/components/select/package.json index 947504bde1..9599df4e2c 100644 --- a/packages/paste-core/components/select/package.json +++ b/packages/paste-core/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/select", - "version": "13.0.2", + "version": "13.0.3", "category": "user input", "status": "production", "description": "A Select is an unstyled dropdown form element that allows users to select a value from a list.", diff --git a/packages/paste-core/components/timeline/CHANGELOG.md b/packages/paste-core/components/timeline/CHANGELOG.md index 2769edd047..02b0040b67 100644 --- a/packages/paste-core/components/timeline/CHANGELOG.md +++ b/packages/paste-core/components/timeline/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/timeline +## 2.1.0 + +### Minor Changes + +- [`793258bbf`](https://github.com/twilio-labs/paste/commit/793258bbf2165e9d0566dac6ef265db5c2d9319f) [#4336](https://github.com/twilio-labs/paste/pull/4336) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline] add a new prop called `onClick` to `TimelineItem` that makes the title interactive + ## 2.0.1 ### Patch Changes diff --git a/packages/paste-core/components/timeline/package.json b/packages/paste-core/components/timeline/package.json index adc83b4871..a9ace0f14f 100644 --- a/packages/paste-core/components/timeline/package.json +++ b/packages/paste-core/components/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/timeline", - "version": "2.0.1", + "version": "2.1.0", "category": "layout", "status": "production", "description": "A Timeline is a visual representation of events displayed in chronological order.", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 60aad68773..c7ec4a84cf 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log +## 21.4.0 + +### Minor Changes + +- [`a88fdab49`](https://github.com/twilio-labs/paste/commit/a88fdab497bd2acd53781957f663135db0fbd53c) [#4335](https://github.com/twilio-labs/paste/pull/4335) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Data Visualization Library] added the ability to set accessibility options + +* [`793258bbf`](https://github.com/twilio-labs/paste/commit/793258bbf2165e9d0566dac6ef265db5c2d9319f) [#4336](https://github.com/twilio-labs/paste/pull/4336) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline] add a new prop called `onClick` to `TimelineItem` that makes the title interactive + +- [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95) [#4339](https://github.com/twilio-labs/paste/pull/4339) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Chat Composer] add `ChatComposerActionRow` to render below `ChatComposer` + +* [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149) [#4331](https://github.com/twilio-labs/paste/pull/4331) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [AI Chat Log] Update styles of AI Chat Log, add new props, add event component. Deprecates `size` prop from `AIChatMessageBody` and move it to `AIChatLog` + +- [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245) [#4318](https://github.com/twilio-labs/paste/pull/4318) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Data visualization library] added helper functions and types to provide support for creating highcharts options for supported chart types + +* [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245) [#4318](https://github.com/twilio-labs/paste/pull/4318) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Chart Provider] added the ability to use options for supported chart types + +### Patch Changes + +- [`637362e10`](https://github.com/twilio-labs/paste/commit/637362e106d4008a82a4bc90197cb37df610f6bc) [#4359](https://github.com/twilio-labs/paste/pull/4359) Thanks [@simpixelated](https://github.com/simpixelated)! - [ProductSwitcherItem] made productIcon optional + +* [`c0eff2ddc`](https://github.com/twilio-labs/paste/commit/c0eff2ddc326bba633ebe9e03814d5a494ee66d2) [#4354](https://github.com/twilio-labs/paste/pull/4354) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Select] fixed an issue where unmounted select component does not use the correct variant styling + +- [`098085f69`](https://github.com/twilio-labs/paste/commit/098085f69b06508d7f937562e219e27337a46bdc) [#4348](https://github.com/twilio-labs/paste/pull/4348) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Combobx] add element name for Combobox List Item child + +- Updated dependencies [[`a88fdab49`](https://github.com/twilio-labs/paste/commit/a88fdab497bd2acd53781957f663135db0fbd53c), [`793258bbf`](https://github.com/twilio-labs/paste/commit/793258bbf2165e9d0566dac6ef265db5c2d9319f), [`637362e10`](https://github.com/twilio-labs/paste/commit/637362e106d4008a82a4bc90197cb37df610f6bc), [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95), [`c0eff2ddc`](https://github.com/twilio-labs/paste/commit/c0eff2ddc326bba633ebe9e03814d5a494ee66d2), [`098085f69`](https://github.com/twilio-labs/paste/commit/098085f69b06508d7f937562e219e27337a46bdc), [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149), [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245), [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245)]: + - @twilio-paste/data-visualization-library@6.1.0 + - @twilio-paste/timeline@2.1.0 + - @twilio-paste/product-switcher@4.0.2 + - @twilio-paste/chat-composer@6.2.0 + - @twilio-paste/select@13.0.3 + - @twilio-paste/combobox@17.0.3 + - @twilio-paste/ai-chat-log@2.1.0 + - @twilio-paste/chart-provider@2.1.0 + ## 21.3.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index c70436129f..58f60e0d5a 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.3.0", + "version": "21.4.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -72,7 +72,7 @@ }, "dependencies": { "@twilio-paste/account-switcher": "^4.0.1", - "@twilio-paste/ai-chat-log": "^2.0.1", + "@twilio-paste/ai-chat-log": "^2.1.0", "@twilio-paste/alert": "^15.0.1", "@twilio-paste/alert-dialog": "^10.0.1", "@twilio-paste/anchor": "^13.0.1", @@ -88,20 +88,20 @@ "@twilio-paste/button-group": "^5.0.1", "@twilio-paste/callout": "^5.0.1", "@twilio-paste/card": "^10.2.0", - "@twilio-paste/chart-provider": "^2.0.1", - "@twilio-paste/chat-composer": "^6.1.0", + "@twilio-paste/chart-provider": "^2.1.0", + "@twilio-paste/chat-composer": "^6.2.0", "@twilio-paste/chat-log": "^6.0.1", "@twilio-paste/checkbox": "^14.0.2", "@twilio-paste/clipboard-copy-library": "^4.0.1", "@twilio-paste/code-block": "^6.0.1", "@twilio-paste/code-editor-library": "^3.0.1", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^17.0.2", + "@twilio-paste/combobox": "^17.0.3", "@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.2", - "@twilio-paste/data-visualization-library": "^6.0.2", + "@twilio-paste/data-visualization-library": "^6.1.0", "@twilio-paste/date-picker": "^7.0.1", "@twilio-paste/description-list": "^5.0.1", "@twilio-paste/design-tokens": "^10.14.1", @@ -143,7 +143,7 @@ "@twilio-paste/pagination": "^8.0.1", "@twilio-paste/paragraph": "^11.0.1", "@twilio-paste/popover": "^14.0.1", - "@twilio-paste/product-switcher": "^4.0.1", + "@twilio-paste/product-switcher": "^4.0.2", "@twilio-paste/progress-bar": "^2.0.1", "@twilio-paste/progress-steps": "^3.0.1", "@twilio-paste/radio-button-group": "^5.0.1", @@ -152,7 +152,7 @@ "@twilio-paste/react-textarea-autosize-library": "^4.0.1", "@twilio-paste/reakit-library": "^3.0.1", "@twilio-paste/screen-reader-only": "^14.0.1", - "@twilio-paste/select": "^13.0.2", + "@twilio-paste/select": "^13.0.3", "@twilio-paste/separator": "^9.0.1", "@twilio-paste/sibling-box": "^10.0.1", "@twilio-paste/side-modal": "^5.0.1", @@ -175,7 +175,7 @@ "@twilio-paste/textarea": "^11.1.1", "@twilio-paste/theme": "^12.0.1", "@twilio-paste/time-picker": "^7.0.1", - "@twilio-paste/timeline": "^2.0.1", + "@twilio-paste/timeline": "^2.1.0", "@twilio-paste/toast": "^13.0.1", "@twilio-paste/tooltip": "^13.0.1", "@twilio-paste/tooltip-primitive": "^3.0.1", diff --git a/packages/paste-libraries/data-visualization/CHANGELOG.md b/packages/paste-libraries/data-visualization/CHANGELOG.md index 7afeae20af..ff99eb3952 100644 --- a/packages/paste-libraries/data-visualization/CHANGELOG.md +++ b/packages/paste-libraries/data-visualization/CHANGELOG.md @@ -1,5 +1,13 @@ # @twilio-paste/data-visualization-library +## 6.1.0 + +### Minor Changes + +- [`a88fdab49`](https://github.com/twilio-labs/paste/commit/a88fdab497bd2acd53781957f663135db0fbd53c) [#4335](https://github.com/twilio-labs/paste/pull/4335) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Data Visualization Library] added the ability to set accessibility options + +* [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245) [#4318](https://github.com/twilio-labs/paste/pull/4318) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Data visualization library] added helper functions and types to provide support for creating highcharts options for supported chart types + ## 6.0.2 ### Patch Changes diff --git a/packages/paste-libraries/data-visualization/package.json b/packages/paste-libraries/data-visualization/package.json index fd50929e81..b70f9d9dce 100644 --- a/packages/paste-libraries/data-visualization/package.json +++ b/packages/paste-libraries/data-visualization/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/data-visualization-library", - "version": "6.0.2", + "version": "6.1.0", "category": "library", "status": "production", "description": "A library that helps theme data visualizations with Paste tokens.", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index cd477d5f43..1bd92fecb5 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,19 @@ # @twilio-paste/website +## 2.23.55 + +### Patch Changes + +- Updated dependencies [[`a88fdab49`](https://github.com/twilio-labs/paste/commit/a88fdab497bd2acd53781957f663135db0fbd53c), [`793258bbf`](https://github.com/twilio-labs/paste/commit/793258bbf2165e9d0566dac6ef265db5c2d9319f), [`637362e10`](https://github.com/twilio-labs/paste/commit/637362e106d4008a82a4bc90197cb37df610f6bc), [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95), [`c0eff2ddc`](https://github.com/twilio-labs/paste/commit/c0eff2ddc326bba633ebe9e03814d5a494ee66d2), [`098085f69`](https://github.com/twilio-labs/paste/commit/098085f69b06508d7f937562e219e27337a46bdc), [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149), [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245), [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245)]: + - @twilio-paste/data-visualization-library@6.1.0 + - @twilio-paste/timeline@2.1.0 + - @twilio-paste/product-switcher@4.0.2 + - @twilio-paste/chat-composer@6.2.0 + - @twilio-paste/select@13.0.3 + - @twilio-paste/combobox@17.0.3 + - @twilio-paste/ai-chat-log@2.1.0 + - @twilio-paste/chart-provider@2.1.0 + ## 2.23.54 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 2e5cf2cf21..f0c051909d 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.54", + "version": "2.23.55", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -34,7 +34,7 @@ "@tanstack/react-query": "^5.17.9", "@tanstack/react-query-devtools": "^5.17.10", "@twilio-paste/account-switcher": "^4.0.1", - "@twilio-paste/ai-chat-log": "^2.0.1", + "@twilio-paste/ai-chat-log": "^2.1.0", "@twilio-paste/alert": "^15.0.1", "@twilio-paste/alert-dialog": "^10.0.1", "@twilio-paste/anchor": "^13.0.1", @@ -50,19 +50,19 @@ "@twilio-paste/button-group": "^5.0.1", "@twilio-paste/callout": "^5.0.1", "@twilio-paste/card": "^10.2.0", - "@twilio-paste/chart-provider": "^2.0.1", - "@twilio-paste/chat-composer": "^6.1.0", + "@twilio-paste/chart-provider": "^2.1.0", + "@twilio-paste/chat-composer": "^6.2.0", "@twilio-paste/chat-log": "^6.0.1", "@twilio-paste/checkbox": "^14.0.2", "@twilio-paste/clipboard-copy-library": "^4.0.1", "@twilio-paste/code-block": "^6.0.1", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^17.0.2", + "@twilio-paste/combobox": "^17.0.3", "@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-visualization-library": "^6.0.2", + "@twilio-paste/data-visualization-library": "^6.1.0", "@twilio-paste/date-picker": "^7.0.1", "@twilio-paste/description-list": "^5.0.1", "@twilio-paste/design-tokens": "^10.14.1", @@ -104,14 +104,14 @@ "@twilio-paste/pagination": "^8.0.1", "@twilio-paste/paragraph": "^11.0.1", "@twilio-paste/popover": "^14.0.1", - "@twilio-paste/product-switcher": "4.0.1", + "@twilio-paste/product-switcher": "4.0.2", "@twilio-paste/progress-steps": "^3.0.1", "@twilio-paste/radio-button-group": "^5.0.1", "@twilio-paste/radio-group": "^14.0.1", "@twilio-paste/react-textarea-autosize-library": "^4.0.1", "@twilio-paste/reakit-library": "^3.0.1", "@twilio-paste/screen-reader-only": "^14.0.1", - "@twilio-paste/select": "^13.0.2", + "@twilio-paste/select": "^13.0.3", "@twilio-paste/separator": "^9.0.1", "@twilio-paste/sibling-box": "^10.0.1", "@twilio-paste/side-modal": "^5.0.1", @@ -134,7 +134,7 @@ "@twilio-paste/textarea": "^11.1.1", "@twilio-paste/theme": "^12.0.1", "@twilio-paste/time-picker": "^7.0.1", - "@twilio-paste/timeline": "^2.0.1", + "@twilio-paste/timeline": "^2.1.0", "@twilio-paste/toast": "^13.0.1", "@twilio-paste/tooltip": "^13.0.1", "@twilio-paste/tooltip-primitive": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index c180aa6dfb..870af306fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10791,7 +10791,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/ai-chat-log@^2.0.1, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log": +"@twilio-paste/ai-chat-log@^2.1.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: @@ -11507,7 +11507,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/chart-provider@^2.0.1, @twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider": +"@twilio-paste/chart-provider@^2.1.0, @twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider": version: 0.0.0-use.local resolution: "@twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider" dependencies: @@ -11515,7 +11515,7 @@ __metadata: "@twilio-paste/box": ^11.0.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^9.0.1 - "@twilio-paste/data-visualization-library": ^6.0.1 + "@twilio-paste/data-visualization-library": ^6.1.0 "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/style-props": ^10.0.1 "@twilio-paste/styling-library": ^4.0.1 @@ -11547,7 +11547,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/chat-composer@^6.1.0, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer": +"@twilio-paste/chat-composer@^6.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: @@ -11816,7 +11816,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": ^21.0.0 + "@twilio-paste/core": ^21.4.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -11858,7 +11858,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/combobox@^17.0.2, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": +"@twilio-paste/combobox@^17.0.3, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": version: 0.0.0-use.local resolution: "@twilio-paste/combobox@workspace:packages/paste-core/components/combobox" dependencies: @@ -11937,12 +11937,12 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^21.0.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": +"@twilio-paste/core@^21.0.0, @twilio-paste/core@^21.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": ^4.0.1 - "@twilio-paste/ai-chat-log": ^2.0.1 + "@twilio-paste/ai-chat-log": ^2.1.0 "@twilio-paste/alert": ^15.0.1 "@twilio-paste/alert-dialog": ^10.0.1 "@twilio-paste/anchor": ^13.0.1 @@ -11958,20 +11958,20 @@ __metadata: "@twilio-paste/button-group": ^5.0.1 "@twilio-paste/callout": ^5.0.1 "@twilio-paste/card": ^10.2.0 - "@twilio-paste/chart-provider": ^2.0.1 - "@twilio-paste/chat-composer": ^6.1.0 + "@twilio-paste/chart-provider": ^2.1.0 + "@twilio-paste/chat-composer": ^6.2.0 "@twilio-paste/chat-log": ^6.0.1 "@twilio-paste/checkbox": ^14.0.2 "@twilio-paste/clipboard-copy-library": ^4.0.1 "@twilio-paste/code-block": ^6.0.1 "@twilio-paste/code-editor-library": ^3.0.1 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^17.0.2 + "@twilio-paste/combobox": ^17.0.3 "@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.2 - "@twilio-paste/data-visualization-library": ^6.0.2 + "@twilio-paste/data-visualization-library": ^6.1.0 "@twilio-paste/date-picker": ^7.0.1 "@twilio-paste/description-list": ^5.0.1 "@twilio-paste/design-tokens": ^10.14.1 @@ -12014,7 +12014,7 @@ __metadata: "@twilio-paste/pagination": ^8.0.1 "@twilio-paste/paragraph": ^11.0.1 "@twilio-paste/popover": ^14.0.1 - "@twilio-paste/product-switcher": ^4.0.1 + "@twilio-paste/product-switcher": ^4.0.2 "@twilio-paste/progress-bar": ^2.0.1 "@twilio-paste/progress-steps": ^3.0.1 "@twilio-paste/radio-button-group": ^5.0.1 @@ -12023,7 +12023,7 @@ __metadata: "@twilio-paste/react-textarea-autosize-library": ^4.0.1 "@twilio-paste/reakit-library": ^3.0.1 "@twilio-paste/screen-reader-only": ^14.0.1 - "@twilio-paste/select": ^13.0.2 + "@twilio-paste/select": ^13.0.3 "@twilio-paste/separator": ^9.0.1 "@twilio-paste/sibling-box": ^10.0.1 "@twilio-paste/side-modal": ^5.0.1 @@ -12046,7 +12046,7 @@ __metadata: "@twilio-paste/textarea": ^11.1.1 "@twilio-paste/theme": ^12.0.1 "@twilio-paste/time-picker": ^7.0.1 - "@twilio-paste/timeline": ^2.0.1 + "@twilio-paste/timeline": ^2.1.0 "@twilio-paste/toast": ^13.0.1 "@twilio-paste/tooltip": ^13.0.1 "@twilio-paste/tooltip-primitive": ^3.0.1 @@ -12199,7 +12199,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/data-visualization-library@^6.0.1, @twilio-paste/data-visualization-library@^6.0.2, @twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization": +"@twilio-paste/data-visualization-library@^6.1.0, @twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization": version: 0.0.0-use.local resolution: "@twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization" dependencies: @@ -13914,7 +13914,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/product-switcher@4.0.1, @twilio-paste/product-switcher@^4.0.1, @twilio-paste/product-switcher@workspace:packages/paste-core/components/product-switcher": +"@twilio-paste/product-switcher@4.0.2, @twilio-paste/product-switcher@^4.0.2, @twilio-paste/product-switcher@workspace:packages/paste-core/components/product-switcher": version: 0.0.0-use.local resolution: "@twilio-paste/product-switcher@workspace:packages/paste-core/components/product-switcher" dependencies: @@ -14297,7 +14297,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/select@^13.0.2, @twilio-paste/select@workspace:packages/paste-core/components/select": +"@twilio-paste/select@^13.0.3, @twilio-paste/select@workspace:packages/paste-core/components/select": version: 0.0.0-use.local resolution: "@twilio-paste/select@workspace:packages/paste-core/components/select" dependencies: @@ -15261,7 +15261,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/timeline@^2.0.1, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline": +"@twilio-paste/timeline@^2.1.0, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline": version: 0.0.0-use.local resolution: "@twilio-paste/timeline@workspace:packages/paste-core/components/timeline" dependencies: @@ -15769,7 +15769,7 @@ __metadata: "@tanstack/react-query-devtools": ^5.17.10 "@testing-library/react": ^16.2.0 "@twilio-paste/account-switcher": ^4.0.1 - "@twilio-paste/ai-chat-log": ^2.0.1 + "@twilio-paste/ai-chat-log": ^2.1.0 "@twilio-paste/alert": ^15.0.1 "@twilio-paste/alert-dialog": ^10.0.1 "@twilio-paste/anchor": ^13.0.1 @@ -15785,19 +15785,19 @@ __metadata: "@twilio-paste/button-group": ^5.0.1 "@twilio-paste/callout": ^5.0.1 "@twilio-paste/card": ^10.2.0 - "@twilio-paste/chart-provider": ^2.0.1 - "@twilio-paste/chat-composer": ^6.1.0 + "@twilio-paste/chart-provider": ^2.1.0 + "@twilio-paste/chat-composer": ^6.2.0 "@twilio-paste/chat-log": ^6.0.1 "@twilio-paste/checkbox": ^14.0.2 "@twilio-paste/clipboard-copy-library": ^4.0.1 "@twilio-paste/code-block": ^6.0.1 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^17.0.2 + "@twilio-paste/combobox": ^17.0.3 "@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-visualization-library": ^6.0.2 + "@twilio-paste/data-visualization-library": ^6.1.0 "@twilio-paste/date-picker": ^7.0.1 "@twilio-paste/description-list": ^5.0.1 "@twilio-paste/design-tokens": ^10.14.1 @@ -15839,14 +15839,14 @@ __metadata: "@twilio-paste/pagination": ^8.0.1 "@twilio-paste/paragraph": ^11.0.1 "@twilio-paste/popover": ^14.0.1 - "@twilio-paste/product-switcher": 4.0.1 + "@twilio-paste/product-switcher": 4.0.2 "@twilio-paste/progress-steps": ^3.0.1 "@twilio-paste/radio-button-group": ^5.0.1 "@twilio-paste/radio-group": ^14.0.1 "@twilio-paste/react-textarea-autosize-library": ^4.0.1 "@twilio-paste/reakit-library": ^3.0.1 "@twilio-paste/screen-reader-only": ^14.0.1 - "@twilio-paste/select": ^13.0.2 + "@twilio-paste/select": ^13.0.3 "@twilio-paste/separator": ^9.0.1 "@twilio-paste/sibling-box": ^10.0.1 "@twilio-paste/side-modal": ^5.0.1 @@ -15869,7 +15869,7 @@ __metadata: "@twilio-paste/textarea": ^11.1.1 "@twilio-paste/theme": ^12.0.1 "@twilio-paste/time-picker": ^7.0.1 - "@twilio-paste/timeline": ^2.0.1 + "@twilio-paste/timeline": ^2.1.0 "@twilio-paste/toast": ^13.0.1 "@twilio-paste/tooltip": ^13.0.1 "@twilio-paste/tooltip-primitive": ^3.0.1