Skip to content

Version Packages #3922

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 1 commit into from
Jul 12, 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/cold-apes-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eighty-seas-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-beds-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-boats-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-clouds-clean.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-coins-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-boats-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-beans-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-melons-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-kings-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-otters-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-lobsters-cough.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.10.0

### Minor Changes

- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] Added new components to allow contained variants, actions buttons and attachments

* [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Codemods] new export (ai-chat-log)

## 0.9.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.9.0",
"version": "0.10.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.13.0",
"@twilio-paste/core": "^20.14.0",
"tsx": "^4.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/paste-core/components/ai-chat-log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @twilio-paste/ai-chat-log

## 1.0.0

### Major Changes

- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog]: Added a new AIChatLog component to the library to display interactions between AI entities

### Patch Changes

- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog] Updated internal styling types
8 changes: 4 additions & 4 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": "0.0.0",
"version": "1.0.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 @@ -50,15 +50,15 @@
"react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/anchor": "^12.1.1",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/avatar": "^9.1.0",
"@twilio-paste/box": "^10.2.0",
"@twilio-paste/button": "^14.1.0",
"@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.2.1",
"@twilio-paste/icons": "^12.6.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/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/alert-dialog

## 9.2.1

### Patch Changes

- [`96eb7cf0f`](https://github.com/twilio-labs/paste/commit/96eb7cf0f4db02d2ed6456f6737021e762a710a5) [#3918](https://github.com/twilio-labs/paste/pull/3918) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Changing the property name, onConfirmDisabled, in AlertDialog component. The property is called isConfirmDisabled. Non breaking change.

## 9.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/alert-dialog",
"version": "9.2.0",
"version": "9.2.1",
"category": "overlay",
"status": "production",
"description": "An Alert Dialog is a page overlay that displays critical information, blocks interaction with the page, and only closes after an action is performed.",
Expand Down Expand Up @@ -52,16 +52,16 @@
"react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/anchor": "^12.1.1",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.0",
"@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/flex": "^8.1.0",
"@twilio-paste/heading": "^11.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/icons": "^12.6.0",
"@twilio-paste/modal": "^16.1.0",
"@twilio-paste/modal-dialog-primitive": "^2.0.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 12.1.1

### Patch Changes

- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Anchor] Added border radius to focus styling

## 12.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/anchor",
"version": "12.1.0",
"version": "12.1.1",
"category": "interaction",
"status": "production",
"description": "An Anchor is text that navigates the user from one webpage to another.",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@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/icons": "^12.6.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/button-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/button-group

## 4.1.1

### Patch Changes

- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button Group] allow unattached button groups to wrap to another line

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button-group",
"version": "4.1.0",
"version": "4.1.1",
"category": "interaction",
"status": "production",
"description": "A Button Group is a component used to render groups of Buttons.",
Expand Down
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.2

### Patch Changes

- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button] Add border radius 20 to size="reset" buttons which can be overridden by passing a border radius token to variant="reset" and size="reset" buttons

## 14.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "14.1.2",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -48,13 +48,13 @@
"react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/anchor": "^12.1.1",
"@twilio-paste/animation-library": "^2.0.0",
"@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.5.0",
"@twilio-paste/icons": "^12.6.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/chat-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @twilio-paste/chat-composer

## 5.2.0

### Minor Changes

- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] Added new components to allow contained variants, actions buttons and attachments

### Patch Changes

- [`9e54abcd2`](https://github.com/twilio-labs/paste/commit/9e54abcd24da731301464ad13124df9dd4bfcae2) [#3981](https://github.com/twilio-labs/paste/pull/3981) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] updated JS Doc used for tpye gen in docs website

## 5.1.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.1.1",
"version": "5.2.0",
"category": "user input",
"status": "production",
"description": "A Chat Composer is an input made for users to type rich chat messages.",
Expand Down Expand Up @@ -44,15 +44,15 @@
"react-dom": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/anchor": "^12.1.1",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.0",
"@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.2.3",
"@twilio-paste/lexical-library": "^4.1.0",
"@twilio-paste/icons": "^12.6.0",
"@twilio-paste/lexical-library": "^4.2.0",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/stack": "^8.1.0",
Expand Down
35 changes: 35 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Change Log

## 20.14.0

### Minor Changes

- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog]: Added a new AIChatLog component to the library to display interactions between AI entities

* [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] Added new components to allow contained variants, actions buttons and attachments

- [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Lexical] added export for EditorRefPlugin

* [`b5e6d3fd1`](https://github.com/twilio-labs/paste/commit/b5e6d3fd1c85747821ba68e250b02329001f9da3) [#3962](https://github.com/twilio-labs/paste/pull/3962) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] Added 5 new icons: AuthenticationIcon, TemplateMessageIcon, TriggerIcon, ProductUnifiedProfilesIcon and UnstarIcon. Also updated 2 icons: ProductSupportIcon and SupportIcon

### Patch Changes

- [`9e54abcd2`](https://github.com/twilio-labs/paste/commit/9e54abcd24da731301464ad13124df9dd4bfcae2) [#3981](https://github.com/twilio-labs/paste/pull/3981) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChatComposer] updated JS Doc used for tpye gen in docs website

* [`96eb7cf0f`](https://github.com/twilio-labs/paste/commit/96eb7cf0f4db02d2ed6456f6737021e762a710a5) [#3918](https://github.com/twilio-labs/paste/pull/3918) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Changing the property name, onConfirmDisabled, in AlertDialog component. The property is called isConfirmDisabled. Non breaking change.

- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button Group] allow unattached button groups to wrap to another line

* [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog] Updated internal styling types

- [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2) [#3927](https://github.com/twilio-labs/paste/pull/3927) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button] Add border radius 20 to size="reset" buttons which can be overridden by passing a border radius token to variant="reset" and size="reset" buttons

* [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361) [#3964](https://github.com/twilio-labs/paste/pull/3964) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Anchor] Added border radius to focus styling

* Updated dependencies [[`9e54abcd2`](https://github.com/twilio-labs/paste/commit/9e54abcd24da731301464ad13124df9dd4bfcae2), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`96eb7cf0f`](https://github.com/twilio-labs/paste/commit/96eb7cf0f4db02d2ed6456f6737021e762a710a5), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361), [`3302f72e4`](https://github.com/twilio-labs/paste/commit/3302f72e4f02394b0ec7636275c8437f93e637b2), [`7779a24e5`](https://github.com/twilio-labs/paste/commit/7779a24e5a3173811e52675c7d5a9f8dcf608361)]:
- @twilio-paste/chat-composer@5.2.0
- @twilio-paste/ai-chat-log@1.0.0
- @twilio-paste/alert-dialog@9.2.1
- @twilio-paste/button-group@4.1.1
- @twilio-paste/lexical-library@4.2.0
- @twilio-paste/button@14.1.2
- @twilio-paste/anchor@12.1.1

## 20.13.0

### Minor Changes
Expand Down
Loading
Loading