Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #4196

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/hungry-countries-move.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-lies-drive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-avocados-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-bottles-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-moles-film.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-elephants-ring.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- [`f3a48a4b1`](https://github.com/twilio-labs/paste/commit/f3a48a4b1768694b490fd77b92460b228c7e0185) [#4199](https://github.com/twilio-labs/paste/pull/4199) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AI Chat Log] added optional typewriter animation to AIChatMessageBody

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/ai-chat-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/ai-chat-log",
"version": "1.0.1",
"version": "1.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.",
Expand Down Expand Up @@ -57,8 +57,8 @@
"@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.7.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/design-tokens": "^10.12.0",
"@twilio-paste/icons": "^12.9.0",
"@twilio-paste/screen-reader-only": "^13.1.1",
"@twilio-paste/skeleton-loader": "^6.1.0",
"@twilio-paste/spinner": "^14.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/in-page-navigation

## 4.4.0

### Minor Changes

- [`3aa24f5c0`](https://github.com/twilio-labs/paste/commit/3aa24f5c0c10e9449ae01fe67d639e8670853c6d) [#4206](https://github.com/twilio-labs/paste/pull/4206) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [InPageNavigation] modified vertical items to wrap text as opposed to using ellipses

## 4.3.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/in-page-navigation",
"version": "4.3.4",
"version": "4.4.0",
"category": "navigation",
"status": "production",
"description": "In Page Navigation is a set of links that lets users navigate between related pages.",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.10.0",
"@twilio-paste/icons": "^12.2.2",
"@twilio-paste/design-tokens": "^10.12.0",
"@twilio-paste/icons": "^12.9.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 12.1.3

### Patch Changes

- [`58096a172`](https://github.com/twilio-labs/paste/commit/58096a172e37a808991d4c81fd1ac73ceaf18de4) [#4191](https://github.com/twilio-labs/paste/pull/4191) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Select]: Fix wrong background color during disabled state

## 12.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/select",
"version": "12.1.2",
"version": "12.1.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.",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@twilio-paste/box": "^10.2.0",
"@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/design-tokens": "^10.12.0",
"@twilio-paste/icons": "^12.9.0",
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 20.21.0

### Minor Changes

- [`c128d63c7`](https://github.com/twilio-labs/paste/commit/c128d63c7f72bf35599bb22ba2943a11cc942783) [#4197](https://github.com/twilio-labs/paste/pull/4197) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] added 4 new icons FeedbackIcon, TextIcon, CarouselIcon and CardIcon

* [`2fba6b9cd`](https://github.com/twilio-labs/paste/commit/2fba6b9cdb8e4c26fb09095bd8a6144d63e3f0c8) [#4207](https://github.com/twilio-labs/paste/pull/4207) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] Update aliases and add new tokens for elevation foundations

- [`3aa24f5c0`](https://github.com/twilio-labs/paste/commit/3aa24f5c0c10e9449ae01fe67d639e8670853c6d) [#4206](https://github.com/twilio-labs/paste/pull/4206) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [InPageNavigation] modified vertical items to wrap text as opposed to using ellipses

* [`f3a48a4b1`](https://github.com/twilio-labs/paste/commit/f3a48a4b1768694b490fd77b92460b228c7e0185) [#4199](https://github.com/twilio-labs/paste/pull/4199) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AI Chat Log] added optional typewriter animation to AIChatMessageBody

### Patch Changes

- [`58096a172`](https://github.com/twilio-labs/paste/commit/58096a172e37a808991d4c81fd1ac73ceaf18de4) [#4191](https://github.com/twilio-labs/paste/pull/4191) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Select]: Fix wrong background color during disabled state

* [`add4a2d0c`](https://github.com/twilio-labs/paste/commit/add4a2d0c6f600b6879c344a56c09844280973a4) [#4220](https://github.com/twilio-labs/paste/pull/4220) Thanks [@serifluous](https://github.com/serifluous)! - [Design tokens] Added shadow border tokens and font-size-40 token back to evergreen theme

* Updated dependencies [[`58096a172`](https://github.com/twilio-labs/paste/commit/58096a172e37a808991d4c81fd1ac73ceaf18de4), [`2fba6b9cd`](https://github.com/twilio-labs/paste/commit/2fba6b9cdb8e4c26fb09095bd8a6144d63e3f0c8), [`3aa24f5c0`](https://github.com/twilio-labs/paste/commit/3aa24f5c0c10e9449ae01fe67d639e8670853c6d), [`f3a48a4b1`](https://github.com/twilio-labs/paste/commit/f3a48a4b1768694b490fd77b92460b228c7e0185), [`add4a2d0c`](https://github.com/twilio-labs/paste/commit/add4a2d0c6f600b6879c344a56c09844280973a4)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]

## 20.20.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/paste-core/core-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "20.20.0",
"version": "20.21.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@twilio-paste/account-switcher": "^3.0.1",
"@twilio-paste/ai-chat-log": "^1.0.1",
"@twilio-paste/ai-chat-log": "^1.1.0",
"@twilio-paste/alert": "^14.1.1",
"@twilio-paste/alert-dialog": "^9.2.1",
"@twilio-paste/anchor": "^12.1.1",
Expand Down Expand Up @@ -103,7 +103,7 @@
"@twilio-paste/data-visualization-library": "^5.1.0",
"@twilio-paste/date-picker": "^6.1.1",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.11.1",
"@twilio-paste/design-tokens": "^10.12.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
Expand All @@ -120,7 +120,7 @@
"@twilio-paste/grid": "^8.1.2",
"@twilio-paste/heading": "^11.1.2",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/in-page-navigation": "^4.3.4",
"@twilio-paste/in-page-navigation": "^4.4.0",
"@twilio-paste/inline-code": "^4.1.2",
"@twilio-paste/inline-control-group": "^13.0.2",
"@twilio-paste/input": "^9.1.3",
Expand Down Expand Up @@ -151,7 +151,7 @@
"@twilio-paste/react-textarea-autosize-library": "^3.0.0",
"@twilio-paste/reakit-library": "^2.1.1",
"@twilio-paste/screen-reader-only": "^13.1.1",
"@twilio-paste/select": "^12.1.2",
"@twilio-paste/select": "^12.1.3",
"@twilio-paste/separator": "^8.1.1",
"@twilio-paste/sibling-box": "^9.1.1",
"@twilio-paste/side-modal": "^4.2.0",
Expand Down Expand Up @@ -194,7 +194,7 @@
"react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/icons": "^12.8.0",
"@twilio-paste/icons": "^12.9.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"react": "^18.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 10.12.0

### Minor Changes

- [`2fba6b9cd`](https://github.com/twilio-labs/paste/commit/2fba6b9cdb8e4c26fb09095bd8a6144d63e3f0c8) [#4207](https://github.com/twilio-labs/paste/pull/4207) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] Update aliases and add new tokens for elevation foundations

### Patch Changes

- [`add4a2d0c`](https://github.com/twilio-labs/paste/commit/add4a2d0c6f600b6879c344a56c09844280973a4) [#4220](https://github.com/twilio-labs/paste/pull/4220) Thanks [@serifluous](https://github.com/serifluous)! - [Design tokens] Added shadow border tokens and font-size-40 token back to evergreen theme

## 10.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/design-tokens",
"version": "10.11.1",
"version": "10.12.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",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 12.9.0

### Minor Changes

- [`c128d63c7`](https://github.com/twilio-labs/paste/commit/c128d63c7f72bf35599bb22ba2943a11cc942783) [#4197](https://github.com/twilio-labs/paste/pull/4197) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] added 4 new icons FeedbackIcon, TextIcon, CarouselIcon and CardIcon

## 12.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/icons",
"version": "12.8.0",
"version": "12.9.0",
"description": "Twilio's icon library, ready for use and with accessibility considerations",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@twilio-paste/box": "^10.4.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/design-tokens": "^10.11.1",
"@twilio-paste/design-tokens": "^10.12.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/paste-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @twilio-paste/website

## 2.23.51

### Patch Changes

- Updated dependencies [[`58096a172`](https://github.com/twilio-labs/paste/commit/58096a172e37a808991d4c81fd1ac73ceaf18de4), [`c128d63c7`](https://github.com/twilio-labs/paste/commit/c128d63c7f72bf35599bb22ba2943a11cc942783), [`2fba6b9cd`](https://github.com/twilio-labs/paste/commit/2fba6b9cdb8e4c26fb09095bd8a6144d63e3f0c8), [`3aa24f5c0`](https://github.com/twilio-labs/paste/commit/3aa24f5c0c10e9449ae01fe67d639e8670853c6d), [`f3a48a4b1`](https://github.com/twilio-labs/paste/commit/f3a48a4b1768694b490fd77b92460b228c7e0185), [`add4a2d0c`](https://github.com/twilio-labs/paste/commit/add4a2d0c6f600b6879c344a56c09844280973a4)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]

## 2.23.50

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/paste-website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@twilio-paste/website",
"description": "",
"version": "2.23.50",
"version": "2.23.51",
"author": "Twilio Inc.",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@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": "^1.0.1",
"@twilio-paste/ai-chat-log": "^1.1.0",
"@twilio-paste/alert": "^14.1.1",
"@twilio-paste/alert-dialog": "^9.2.1",
"@twilio-paste/anchor": "^12.1.1",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@twilio-paste/data-visualization-library": "^5.1.0",
"@twilio-paste/date-picker": "^6.1.0",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.11.1",
"@twilio-paste/design-tokens": "^10.12.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
Expand All @@ -80,8 +80,8 @@
"@twilio-paste/grid": "^8.1.1",
"@twilio-paste/heading": "^11.1.2",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/icons": "12.8.0",
"@twilio-paste/in-page-navigation": "^4.3.1",
"@twilio-paste/icons": "12.9.0",
"@twilio-paste/in-page-navigation": "^4.4.0",
"@twilio-paste/inline-code": "^4.1.1",
"@twilio-paste/inline-control-group": "^13.0.2",
"@twilio-paste/input": "^9.1.3",
Expand Down Expand Up @@ -110,7 +110,7 @@
"@twilio-paste/react-textarea-autosize-library": "^3.0.0",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/screen-reader-only": "^13.1.1",
"@twilio-paste/select": "^12.1.2",
"@twilio-paste/select": "^12.1.3",
"@twilio-paste/separator": "^8.1.1",
"@twilio-paste/sibling-box": "^9.1.1",
"@twilio-paste/side-modal": "^4.1.3",
Expand Down
Loading
Loading