Skip to content

Version Packages #3992

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

Merged
merged 2 commits into from
Aug 16, 2024
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/beige-guests-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chatty-garlics-rest.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-points-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-spiders-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-rocks-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/many-paws-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-fans-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-geese-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-cooks-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-bananas-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-flowers-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-sloths-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-years-taste.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-turkeys-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-berries-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-gorillas-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-paws-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-rats-sniff.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/three-terms-teach.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-badgers-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-snakes-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-suits-cough.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201) [#4018](https://github.com/twilio-labs/paste/pull/4018) Thanks [@nkrantz](https://github.com/nkrantz)! - [Popover] Added a new button variant to trigger the popover PopoverFormPillButton, only to be used as part of complex filters pattern

* [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Corner Ornament] Release a new component that controls the posiitoning of another elements in relation to a parent component to be displayed as a corner ornament

### Patch Changes

- [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] New export from side-panel package

## 0.10.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.10.0",
"version": "0.11.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.14.0",
"@twilio-paste/core": "^20.15.0",
"tsx": "^4.0.0"
}
}
8 changes: 8 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,13 @@
# @twilio-paste/ai-chat-log

## 1.0.1

### Patch Changes

- [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [AI Chat Log] Remove padding-x on AI Chat Log to prevent double padding when log is used within a Side Panel container.

* [`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1) [#4026](https://github.com/twilio-labs/paste/pull/4026) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog] Correctly set the color of the AI icon

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.3.0",
"@twilio-paste/icons": "^12.6.0",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/screen-reader-only": "^13.1.1",
"@twilio-paste/skeleton-loader": "^6.1.0",
"@twilio-paste/spinner": "^14.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/badge

## 8.3.0

### Minor Changes

- [`7ee977291`](https://github.com/twilio-labs/paste/commit/7ee9772916b62c5bde305ac6492255ac7355c46d) [#3993](https://github.com/twilio-labs/paste/pull/3993) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Badge] Added a new notification variant

## 8.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/badge",
"version": "8.2.0",
"version": "8.3.0",
"category": "data display",
"status": "production",
"description": "A Badge is a visual text label that describes an attribute of an object.",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@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.6.0",
"@twilio-paste/icons": "^12.4.0",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/chat-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twilio-paste/chat-composer

## 5.2.1

### Patch Changes

- [`9838a4f18`](https://github.com/twilio-labs/paste/commit/9838a4f18bd0ef1a12cf4231766fb45fca44ecde) [#3994](https://github.com/twilio-labs/paste/pull/3994) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Increase max-height of ChatComposerContainer so that it's greater than the max-height of ChatComposer and doesn't create a vertical scrollbar when the default max-height is reached.

* [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Add width="100%" to ChatComposerContainer to prevent composer from shrinking when no value

## 5.2.0

### Minor 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.0",
"version": "5.2.1",
"category": "user input",
"status": "production",
"description": "A Chat Composer is an input made for users to type rich chat messages.",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@twilio-paste/button": "^14.1.2",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/icons": "^12.6.0",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/lexical-library": "^4.2.0",
"@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/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 13.1.2

### Patch Changes

- [`300c6c299`](https://github.com/twilio-labs/paste/commit/300c6c29980057c86c2711feef6700ccffc82ff1) [#4020](https://github.com/twilio-labs/paste/pull/4020) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Checkbox] exposed helpText on CheckboxDisclaimer

## 13.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/checkbox",
"version": "13.1.1",
"version": "13.1.2",
"category": "user input",
"status": "production",
"description": "A Checkbox is a form element that enables a binary choice and a Checkbox Group is a collection of Checkboxes.",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@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.7.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/inline-control-group": "^13.0.1",
"@twilio-paste/label": "^13.1.1",
"@twilio-paste/media-object": "^10.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/corner-ornament/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @twilio-paste/corner-ornament

## 1.0.0

### Major Changes

- [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Corner Ornament] Release a new component that controls the posiitoning of another elements in relation to a parent component to be displayed as a corner ornament
4 changes: 2 additions & 2 deletions packages/paste-core/components/corner-ornament/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/corner-ornament",
"version": "0.0.0",
"version": "1.0.0",
"category": "data display",
"status": "production",
"description": "Corner Ornament is a container used to apply a cutout to a base component and position another element as its ornament.",
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.7.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/paste-core/components/form-pill-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @twilio-paste/form-pill-group

## 8.1.0

### Minor Changes

- [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201) [#4018](https://github.com/twilio-labs/paste/pull/4018) Thanks [@nkrantz](https://github.com/nkrantz)! - [FormPillGroup] added a new variant 'tree' to support different interactions for FormPill where selecting the item triggers other flows instead of updating state directly. Reference Filters Pattern for in depth use case.

* [`4ea2bcc63`](https://github.com/twilio-labs/paste/commit/4ea2bcc63e479a6815a13d0b880436031a23c28e) [#3978](https://github.com/twilio-labs/paste/pull/3978) Thanks [@cogwizzle](https://github.com/cogwizzle)! - [Form Pill Group] Adding size property to the FormPillGroup component. Sizes include default and "large".

### Patch Changes

- [`4441e59af`](https://github.com/twilio-labs/paste/commit/4441e59af9ada2fb809f5fba88c8eaf1788da45d) [#4003](https://github.com/twilio-labs/paste/pull/4003) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Form Pill Group]: Fix position of dismiss button for large pill size

## 8.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/form-pill-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/form-pill-group",
"version": "8.0.1",
"version": "8.1.0",
"category": "interaction",
"status": "production",
"description": "A Form Pill Group is an editable set of Pills that represent a collection of selectable or removable objects.",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/style-props": "^9.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 13.3.0

### Minor Changes

- [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201) [#4018](https://github.com/twilio-labs/paste/pull/4018) Thanks [@nkrantz](https://github.com/nkrantz)! - [Popover] Added a new button variant to trigger the popover PopoverFormPillButton, only to be used as part of complex filters pattern

### Patch Changes

- [`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1) [#4026](https://github.com/twilio-labs/paste/pull/4026) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Popover] Fix typings that were not exposing additional props on using a reset button variant

## 13.2.0

### Minor Changes
Expand Down
Loading
Loading