From 1571f0acfde1daf58dd001d897563969bad84295 Mon Sep 17 00:00:00 2001 From: TwilioPasteBot <62629820+TwilioPasteBot@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:19:50 -0800 Subject: [PATCH] chore(release): version packages (#3765) Co-authored-by: github-actions[bot] --- .changeset/brave-forks-care.md | 6 ---- .changeset/four-walls-lick.md | 6 ---- .changeset/light-hornets-nail.md | 6 ---- .changeset/sweet-panthers-float.md | 6 ---- .changeset/swift-lobsters-prove.md | 6 ---- .changeset/thirty-poets-notice.md | 5 --- .../components/heading/CHANGELOG.md | 6 ++++ .../components/heading/package.json | 4 +-- .../paste-core/components/menu/CHANGELOG.md | 6 ++++ .../paste-core/components/menu/package.json | 6 ++-- packages/paste-core/core-bundle/CHANGELOG.md | 21 ++++++++++++ packages/paste-core/core-bundle/package.json | 10 +++--- packages/paste-design-tokens/CHANGELOG.md | 8 +++++ packages/paste-design-tokens/package.json | 2 +- packages/paste-icons/CHANGELOG.md | 8 +++++ packages/paste-icons/package.json | 4 +-- packages/paste-website/CHANGELOG.md | 10 ++++++ packages/paste-website/package.json | 10 +++--- yarn.lock | 32 +++++++++---------- 19 files changed, 93 insertions(+), 69 deletions(-) delete mode 100644 .changeset/brave-forks-care.md delete mode 100644 .changeset/four-walls-lick.md delete mode 100644 .changeset/light-hornets-nail.md delete mode 100644 .changeset/sweet-panthers-float.md delete mode 100644 .changeset/swift-lobsters-prove.md delete mode 100644 .changeset/thirty-poets-notice.md diff --git a/.changeset/brave-forks-care.md b/.changeset/brave-forks-care.md deleted file mode 100644 index bfd0a4c545..0000000000 --- a/.changeset/brave-forks-care.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -[Design tokens] add new border radius tokens (40-90) for new homepage and ai kit' diff --git a/.changeset/four-walls-lick.md b/.changeset/four-walls-lick.md deleted file mode 100644 index 3d63fd44eb..0000000000 --- a/.changeset/four-walls-lick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/heading": patch -"@twilio-paste/core": patch ---- - -[Heading]: minor adjustment to the bottom margin of the variant 20 heading diff --git a/.changeset/light-hornets-nail.md b/.changeset/light-hornets-nail.md deleted file mode 100644 index dbf34bae3f..0000000000 --- a/.changeset/light-hornets-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/menu": patch -"@twilio-paste/core": patch ---- - -[Menu] Fix a regression in sub-menu items that was introduced whilst preventing very long, non-scrolling menus diff --git a/.changeset/sweet-panthers-float.md b/.changeset/sweet-panthers-float.md deleted file mode 100644 index d73745339e..0000000000 --- a/.changeset/sweet-panthers-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/icons": minor -"@twilio-paste/core": minor ---- - -[Icons] Add new LogoPaste icon diff --git a/.changeset/swift-lobsters-prove.md b/.changeset/swift-lobsters-prove.md deleted file mode 100644 index 468cbc16c4..0000000000 --- a/.changeset/swift-lobsters-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -[design-tokens]: added three new branding accent background colors and a new text color token to be used on top of those. Updated 3 branding background colors in the Twilio and twilio-dark themes diff --git a/.changeset/thirty-poets-notice.md b/.changeset/thirty-poets-notice.md deleted file mode 100644 index a043d1278d..0000000000 --- a/.changeset/thirty-poets-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/icons": minor ---- - -Added ArtificialIntelligenceIcon, AvailableIcon and ProductSendGridIcon diff --git a/packages/paste-core/components/heading/CHANGELOG.md b/packages/paste-core/components/heading/CHANGELOG.md index 90d87c882f..9bd9328253 100644 --- a/packages/paste-core/components/heading/CHANGELOG.md +++ b/packages/paste-core/components/heading/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 11.1.2 + +### Patch Changes + +- [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06) [#3788](https://github.com/twilio-labs/paste/pull/3788) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Heading]: minor adjustment to the bottom margin of the variant 20 heading + ## 11.1.1 ### Patch Changes diff --git a/packages/paste-core/components/heading/package.json b/packages/paste-core/components/heading/package.json index 1198c504dc..fb7e14acfb 100644 --- a/packages/paste-core/components/heading/package.json +++ b/packages/paste-core/components/heading/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/heading", - "version": "11.1.1", + "version": "11.1.2", "category": "typography", "status": "production", "description": "A Heading is text that gives hierarchical structure to a page.", @@ -43,7 +43,7 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.3.0", + "@twilio-paste/design-tokens": "^10.5.0", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/text": "^10.1.1", diff --git a/packages/paste-core/components/menu/CHANGELOG.md b/packages/paste-core/components/menu/CHANGELOG.md index a9f8b6e497..7fbb07cd2e 100644 --- a/packages/paste-core/components/menu/CHANGELOG.md +++ b/packages/paste-core/components/menu/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.1.3 + +### Patch Changes + +- [`eb189f10e`](https://github.com/twilio-labs/paste/commit/eb189f10eb88b7df2d2ee02ad6f49cf3360a3cc9) [#3790](https://github.com/twilio-labs/paste/pull/3790) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Menu] Fix a regression in sub-menu items that was introduced whilst preventing very long, non-scrolling menus + ## 14.1.2 ### Patch Changes diff --git a/packages/paste-core/components/menu/package.json b/packages/paste-core/components/menu/package.json index 6dd71804a0..185b76ab51 100644 --- a/packages/paste-core/components/menu/package.json +++ b/packages/paste-core/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/menu", - "version": "14.1.2", + "version": "14.1.3", "category": "interaction", "status": "production", "description": "A Menu is a button that presents a list of items that users can choose to trigger an action.", @@ -60,8 +60,8 @@ "@twilio-paste/button": "^14.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.4.1", - "@twilio-paste/icons": "^12.2.3", + "@twilio-paste/design-tokens": "^10.5.0", + "@twilio-paste/icons": "^12.3.0", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/menu-primitive": "^2.1.0", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 54a9b6fb3b..7418fb00d5 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 20.10.0 + +### Minor Changes + +- [`e954efd02`](https://github.com/twilio-labs/paste/commit/e954efd02bc4a67a8406ae2018185b135641d741) [#3773](https://github.com/twilio-labs/paste/pull/3773) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design tokens] add new border radius tokens (40-90) for new homepage and ai kit' + +* [`e659ab991`](https://github.com/twilio-labs/paste/commit/e659ab9914bcfbf81fbd6161377116c381955310) [#3758](https://github.com/twilio-labs/paste/pull/3758) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add new LogoPaste icon + +- [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06) [#3788](https://github.com/twilio-labs/paste/pull/3788) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [design-tokens]: added three new branding accent background colors and a new text color token to be used on top of those. Updated 3 branding background colors in the Twilio and twilio-dark themes + +### Patch Changes + +- [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06) [#3788](https://github.com/twilio-labs/paste/pull/3788) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Heading]: minor adjustment to the bottom margin of the variant 20 heading + +* [`eb189f10e`](https://github.com/twilio-labs/paste/commit/eb189f10eb88b7df2d2ee02ad6f49cf3360a3cc9) [#3790](https://github.com/twilio-labs/paste/pull/3790) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Menu] Fix a regression in sub-menu items that was introduced whilst preventing very long, non-scrolling menus + +* Updated dependencies [[`e954efd02`](https://github.com/twilio-labs/paste/commit/e954efd02bc4a67a8406ae2018185b135641d741), [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06), [`eb189f10e`](https://github.com/twilio-labs/paste/commit/eb189f10eb88b7df2d2ee02ad6f49cf3360a3cc9), [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06)]: + - @twilio-paste/design-tokens@10.5.0 + - @twilio-paste/heading@11.1.2 + - @twilio-paste/menu@14.1.3 + ## 20.9.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 518b481d94..aaf23b9c5c 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.9.0", + "version": "20.10.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -100,7 +100,7 @@ "@twilio-paste/data-visualization-library": "^5.0.0", "@twilio-paste/date-picker": "^6.1.1", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.4.1", + "@twilio-paste/design-tokens": "^10.5.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -114,7 +114,7 @@ "@twilio-paste/form": "^11.1.1", "@twilio-paste/form-pill-group": "^8.0.1", "@twilio-paste/grid": "^8.1.1", - "@twilio-paste/heading": "^11.1.1", + "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", "@twilio-paste/in-page-navigation": "^4.3.1", "@twilio-paste/inline-code": "^4.1.1", @@ -126,7 +126,7 @@ "@twilio-paste/list": "^8.1.2", "@twilio-paste/listbox-primitive": "^3.0.1", "@twilio-paste/media-object": "^10.1.0", - "@twilio-paste/menu": "^14.1.2", + "@twilio-paste/menu": "^14.1.3", "@twilio-paste/menu-primitive": "^2.1.1", "@twilio-paste/meter": "^1.0.3", "@twilio-paste/minimizable-dialog": "^4.1.1", @@ -187,7 +187,7 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/icons": "^12.2.3", + "@twilio-paste/icons": "^12.3.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "react": "^18.0.0", diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index 6b503858ef..6a478268a7 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 10.5.0 + +### Minor Changes + +- [`e954efd02`](https://github.com/twilio-labs/paste/commit/e954efd02bc4a67a8406ae2018185b135641d741) [#3773](https://github.com/twilio-labs/paste/pull/3773) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design tokens] add new border radius tokens (40-90) for new homepage and ai kit' + +* [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06) [#3788](https://github.com/twilio-labs/paste/pull/3788) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [design-tokens]: added three new branding accent background colors and a new text color token to be used on top of those. Updated 3 branding background colors in the Twilio and twilio-dark themes + ## 10.4.1 ### Patch Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index a37c1cd009..3130295c95 100644 --- a/packages/paste-design-tokens/package.json +++ b/packages/paste-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/design-tokens", - "version": "10.4.1", + "version": "10.5.0", "description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.", "main": "dist/tokens.common.js", "module": "dist/tokens.es6.js", diff --git a/packages/paste-icons/CHANGELOG.md b/packages/paste-icons/CHANGELOG.md index f35a68438e..10bcad6bc6 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 12.3.0 + +### Minor Changes + +- [`e659ab991`](https://github.com/twilio-labs/paste/commit/e659ab9914bcfbf81fbd6161377116c381955310) [#3758](https://github.com/twilio-labs/paste/pull/3758) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add new LogoPaste icon + +* [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06) [#3788](https://github.com/twilio-labs/paste/pull/3788) Thanks [@SiTaggart](https://github.com/SiTaggart)! - Added ArtificialIntelligenceIcon, AvailableIcon and ProductSendGridIcon + ## 12.2.3 ### Patch Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index 0f52a74eae..da3a70ae84 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "12.2.3", + "version": "12.3.0", "description": "Twilio's icon library, ready for use and with accessibility considerations", "author": "Twilio Inc.", "license": "MIT", @@ -44,7 +44,7 @@ "@twilio-paste/box": "^10.3.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.4.1", + "@twilio-paste/design-tokens": "^10.5.0", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.1.0", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index fa02a88db4..7dd86b56d8 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,15 @@ # @twilio-paste/website +## 2.23.43 + +### Patch Changes + +- Updated dependencies [[`e954efd02`](https://github.com/twilio-labs/paste/commit/e954efd02bc4a67a8406ae2018185b135641d741), [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06), [`eb189f10e`](https://github.com/twilio-labs/paste/commit/eb189f10eb88b7df2d2ee02ad6f49cf3360a3cc9), [`e659ab991`](https://github.com/twilio-labs/paste/commit/e659ab9914bcfbf81fbd6161377116c381955310), [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06), [`67c25a7c9`](https://github.com/twilio-labs/paste/commit/67c25a7c9b7bbda3137621182843d2cc44e9cd06)]: + - @twilio-paste/design-tokens@10.5.0 + - @twilio-paste/heading@11.1.2 + - @twilio-paste/menu@14.1.3 + - @twilio-paste/icons@12.3.0 + ## 2.23.42 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 4c12500af7..ba6ff56969 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.42", + "version": "2.23.43", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -61,7 +61,7 @@ "@twilio-paste/data-visualization-library": "^5.0.0", "@twilio-paste/date-picker": "^6.1.0", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.4.1", + "@twilio-paste/design-tokens": "^10.5.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -74,9 +74,9 @@ "@twilio-paste/form": "^11.1.1", "@twilio-paste/form-pill-group": "^8.0.1", "@twilio-paste/grid": "^8.1.1", - "@twilio-paste/heading": "^11.1.1", + "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/icons": "12.2.3", + "@twilio-paste/icons": "12.3.0", "@twilio-paste/in-page-navigation": "^4.3.1", "@twilio-paste/inline-code": "^4.1.1", "@twilio-paste/inline-control-group": "^13.0.2", @@ -87,7 +87,7 @@ "@twilio-paste/list": "^8.1.2", "@twilio-paste/listbox-primitive": "^3.0.1", "@twilio-paste/media-object": "^10.1.0", - "@twilio-paste/menu": "^14.1.2", + "@twilio-paste/menu": "^14.1.3", "@twilio-paste/menu-primitive": "^2.1.1", "@twilio-paste/meter": "^1.0.3", "@twilio-paste/minimizable-dialog": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index b555dad647..feafaa16ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12223,7 +12223,7 @@ __metadata: "@twilio-paste/data-visualization-library": ^5.0.0 "@twilio-paste/date-picker": ^6.1.1 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.4.1 + "@twilio-paste/design-tokens": ^10.5.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12237,9 +12237,9 @@ __metadata: "@twilio-paste/form": ^11.1.1 "@twilio-paste/form-pill-group": ^8.0.1 "@twilio-paste/grid": ^8.1.1 - "@twilio-paste/heading": ^11.1.1 + "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": ^12.2.3 + "@twilio-paste/icons": ^12.3.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 @@ -12250,7 +12250,7 @@ __metadata: "@twilio-paste/list": ^8.1.2 "@twilio-paste/listbox-primitive": ^3.0.1 "@twilio-paste/media-object": ^10.1.0 - "@twilio-paste/menu": ^14.1.2 + "@twilio-paste/menu": ^14.1.3 "@twilio-paste/menu-primitive": ^2.1.1 "@twilio-paste/meter": ^1.0.3 "@twilio-paste/minimizable-dialog": ^4.1.1 @@ -12529,7 +12529,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens": +"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens": version: 0.0.0-use.local resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens" dependencies: @@ -13076,14 +13076,14 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/heading@^11.1.0, @twilio-paste/heading@^11.1.1, @twilio-paste/heading@workspace:packages/paste-core/components/heading": +"@twilio-paste/heading@^11.1.0, @twilio-paste/heading@^11.1.1, @twilio-paste/heading@^11.1.2, @twilio-paste/heading@workspace:packages/paste-core/components/heading": version: 0.0.0-use.local resolution: "@twilio-paste/heading@workspace:packages/paste-core/components/heading" dependencies: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.3.0 + "@twilio-paste/design-tokens": ^10.5.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/text": ^10.1.1 @@ -13152,7 +13152,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/icons@12.2.3, @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@workspace:packages/paste-icons": +"@twilio-paste/icons@12.3.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@workspace:packages/paste-icons": version: 0.0.0-use.local resolution: "@twilio-paste/icons@workspace:packages/paste-icons" dependencies: @@ -13160,7 +13160,7 @@ __metadata: "@twilio-paste/box": ^10.3.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.4.1 + "@twilio-paste/design-tokens": ^10.5.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.1.0 @@ -13571,7 +13571,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/menu@^14.1.0, @twilio-paste/menu@^14.1.1, @twilio-paste/menu@^14.1.2, @twilio-paste/menu@workspace:packages/paste-core/components/menu": +"@twilio-paste/menu@^14.1.0, @twilio-paste/menu@^14.1.1, @twilio-paste/menu@^14.1.3, @twilio-paste/menu@workspace:packages/paste-core/components/menu": version: 0.0.0-use.local resolution: "@twilio-paste/menu@workspace:packages/paste-core/components/menu" dependencies: @@ -13582,8 +13582,8 @@ __metadata: "@twilio-paste/button": ^14.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.4.1 - "@twilio-paste/icons": ^12.2.3 + "@twilio-paste/design-tokens": ^10.5.0 + "@twilio-paste/icons": ^12.3.0 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/menu-primitive": ^2.1.0 "@twilio-paste/reakit-library": ^2.1.0 @@ -15771,7 +15771,7 @@ __metadata: "@twilio-paste/data-visualization-library": ^5.0.0 "@twilio-paste/date-picker": ^6.1.0 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.4.1 + "@twilio-paste/design-tokens": ^10.5.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -15784,9 +15784,9 @@ __metadata: "@twilio-paste/form": ^11.1.1 "@twilio-paste/form-pill-group": ^8.0.1 "@twilio-paste/grid": ^8.1.1 - "@twilio-paste/heading": ^11.1.1 + "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": 12.2.3 + "@twilio-paste/icons": 12.3.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 @@ -15797,7 +15797,7 @@ __metadata: "@twilio-paste/list": ^8.1.2 "@twilio-paste/listbox-primitive": ^3.0.1 "@twilio-paste/media-object": ^10.1.0 - "@twilio-paste/menu": ^14.1.2 + "@twilio-paste/menu": ^14.1.3 "@twilio-paste/menu-primitive": ^2.1.1 "@twilio-paste/meter": ^1.0.3 "@twilio-paste/minimizable-dialog": ^4.1.1