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 #4241

Merged
merged 1 commit into from
Mar 5, 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
9 changes: 0 additions & 9 deletions .changeset/brown-zebras-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-lemons-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-singers-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-teachers-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-months-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-dancers-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-plants-search.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/red-mirrors-play.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/paste-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.16.0

### Minor Changes

- [`50da0778c`](https://github.com/twilio-labs/paste/commit/50da0778cb52ab99cbac325d09d1ee15451b91a2) [#4236](https://github.com/twilio-labs/paste/pull/4236) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components

* [`3e9bf5fbd`](https://github.com/twilio-labs/paste/commit/3e9bf5fbdbfa800a86746baf5369ed104afd1ba3) [#4230](https://github.com/twilio-labs/paste/pull/4230) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] new export from Side Panel: useSidePanelState()

## 0.15.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/codemods",
"version": "0.15.0",
"version": "0.16.0",
"status": "production",
"description": "A collection of codemods for maintaining projects built with Paste.",
"author": "Twilio Inc.",
Expand All @@ -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.20.0",
"@twilio-paste/core": "^20.22.0",
"tsx": "^4.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 14.1.3

### Patch Changes

- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes

## 14.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "14.1.2",
"version": "14.1.3",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@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/design-tokens": "^10.13.0",
"@twilio-paste/icons": "^12.6.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/callout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.2.2

### Patch Changes

- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens

## 4.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/callout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/callout",
"version": "4.2.1",
"version": "4.2.2",
"category": "feedback",
"status": "production",
"description": "A Callout is a banner that highlights important information on a page.",
Expand Down Expand Up @@ -51,10 +51,10 @@
"@twilio-paste/anchor": "^12.0.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/button": "^14.1.3",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/spinner": "^14.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 9.1.1

### Patch Changes

- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes

## 9.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/card",
"version": "9.1.0",
"version": "9.1.1",
"category": "data display",
"status": "production",
"description": "A Card is a styled container that groups related content and actions.",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@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/design-tokens": "^10.13.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/chart-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @twilio-paste/chart-provider

## 1.0.0

### Major Changes

- [`50da0778c`](https://github.com/twilio-labs/paste/commit/50da0778cb52ab99cbac325d09d1ee15451b91a2) [#4236](https://github.com/twilio-labs/paste/pull/4236) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components
4 changes: 2 additions & 2 deletions packages/paste-core/components/chart-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/chart-provider",
"version": "0.0.0",
"version": "1.0.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.",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@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/design-tokens": "^10.13.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/chat-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/chat-composer

## 5.2.2

### Patch Changes

- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens

## 5.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/chat-composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/chat-composer",
"version": "5.2.1",
"version": "5.2.2",
"category": "user input",
"status": "production",
"description": "A Chat Composer is an input made for users to type rich chat messages.",
Expand Down Expand Up @@ -47,10 +47,10 @@
"@twilio-paste/anchor": "^12.1.1",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.2",
"@twilio-paste/button": "^14.1.3",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/lexical-library": "^4.2.0",
"@twilio-paste/media-object": "^10.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/chat-log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/chat-log

## 5.2.2

### Patch Changes

- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens

## 5.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/chat-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/chat-log",
"version": "5.2.1",
"version": "5.2.2",
"category": "data display",
"status": "alpha",
"description": "Chat log is a collection of components that allow users to read a series of messages over time.",
Expand Down Expand Up @@ -53,10 +53,10 @@
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/button": "^14.1.3",
"@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.13.0",
"@twilio-paste/icons": "^12.2.3",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 16.3.1

### Patch Changes

- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens

## 16.3.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "16.3.0",
"version": "16.3.1",
"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.",
Expand Down Expand Up @@ -68,18 +68,18 @@
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/button": "^14.1.3",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox-primitive": "^2.1.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/dropdown-library": "^3.0.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/form-pill-group": "^8.1.1",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/input": "^9.1.1",
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/input": "^9.1.4",
"@twilio-paste/input-box": "^10.1.2",
"@twilio-paste/label": "^13.1.1",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/reakit-library": "^2.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/input-box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 10.1.2

### Patch Changes

- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes

* [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens

## 10.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/input-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/input-box",
"version": "10.1.1",
"version": "10.1.2",
"category": "user input",
"status": "production",
"description": "Visual box around every Paste input type",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@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/design-tokens": "^10.13.0",
"@twilio-paste/style-props": "^9.1.0",
"@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/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 9.1.4

### Patch Changes

- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens

## 9.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/input",
"version": "9.1.3",
"version": "9.1.4",
"category": "user input",
"status": "production",
"description": "An Input is a form element that lets users enter one of various types of text on a single line.",
Expand Down Expand Up @@ -51,12 +51,12 @@
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.1",
"@twilio-paste/button": "^14.1.3",
"@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.13.0",
"@twilio-paste/icons": "^12.5.0",
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/input-box": "^10.1.2",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.0",
Expand Down
Loading
Loading