Skip to content

Version Packages #4340

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/fuzzy-lobsters-wait.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-fishes-accept.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/real-tools-hide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-avocados-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-rocks-tease.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.17.0

### Minor Changes

- [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95) [#4339](https://github.com/twilio-labs/paste/pull/4339) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Chat Composer] add `ChatComposerActionRow` to render below `ChatComposer`

* [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149) [#4331](https://github.com/twilio-labs/paste/pull/4331) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [AI Chat Log] Update styles of AI Chat Log, add new props, add event component. Deprecates `size` prop from `AIChatMessageBody` and move it to `AIChatLog`

## 0.16.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.16.0",
"version": "0.17.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": "^21.0.0",
"@twilio-paste/core": "^21.4.0",
"tsx": "^4.0.0"
}
}
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

## 2.1.0

### Minor Changes

- [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149) [#4331](https://github.com/twilio-labs/paste/pull/4331) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [AI Chat Log] Update styles of AI Chat Log, add new props, add event component. Deprecates `size` prop from `AIChatMessageBody` and move it to `AIChatLog`

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.1",
"version": "2.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
6 changes: 6 additions & 0 deletions packages/paste-core/components/chart-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/chart-provider

## 2.1.0

### Minor Changes

- [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245) [#4318](https://github.com/twilio-labs/paste/pull/4318) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Chart Provider] added the ability to use options for supported chart types

## 2.0.1

### Patch Changes
Expand Down
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": "2.0.1",
"version": "2.1.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 @@ -46,7 +46,7 @@
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/data-visualization-library": "^6.0.1",
"@twilio-paste/data-visualization-library": "^6.1.0",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/style-props": "^10.0.1",
"@twilio-paste/styling-library": "^4.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

## 6.2.0

### Minor Changes

- [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95) [#4339](https://github.com/twilio-labs/paste/pull/4339) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Chat Composer] add `ChatComposerActionRow` to render below `ChatComposer`

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.1.0",
"version": "6.2.0",
"category": "user input",
"status": "production",
"description": "A Chat Composer is an input made for users to type rich chat messages.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/timeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/timeline

## 2.1.0

### Minor Changes

- [`793258bbf`](https://github.com/twilio-labs/paste/commit/793258bbf2165e9d0566dac6ef265db5c2d9319f) [#4336](https://github.com/twilio-labs/paste/pull/4336) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline] add a new prop called `onClick` to `TimelineItem` that makes the title interactive

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/timeline",
"version": "2.0.1",
"version": "2.1.0",
"category": "layout",
"status": "production",
"description": "A Timeline is a visual representation of events displayed in chronological order.",
Expand Down
23 changes: 23 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 21.4.0

### Minor Changes

- [`793258bbf`](https://github.com/twilio-labs/paste/commit/793258bbf2165e9d0566dac6ef265db5c2d9319f) [#4336](https://github.com/twilio-labs/paste/pull/4336) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline] add a new prop called `onClick` to `TimelineItem` that makes the title interactive

* [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95) [#4339](https://github.com/twilio-labs/paste/pull/4339) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Chat Composer] add `ChatComposerActionRow` to render below `ChatComposer`

- [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149) [#4331](https://github.com/twilio-labs/paste/pull/4331) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [AI Chat Log] Update styles of AI Chat Log, add new props, add event component. Deprecates `size` prop from `AIChatMessageBody` and move it to `AIChatLog`

* [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245) [#4318](https://github.com/twilio-labs/paste/pull/4318) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Data visualization library] added helper functions and types to provide support for creating highcharts options for supported chart types

- [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245) [#4318](https://github.com/twilio-labs/paste/pull/4318) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Chart Provider] added the ability to use options for supported chart types

### Patch Changes

- Updated dependencies [[`793258bbf`](https://github.com/twilio-labs/paste/commit/793258bbf2165e9d0566dac6ef265db5c2d9319f), [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95), [`219e25c1b`](https://github.com/twilio-labs/paste/commit/219e25c1bfa7001ee9d19a3a3c74b6de4d680149), [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245), [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245)]:
- @twilio-paste/timeline@2.1.0
- @twilio-paste/chat-composer@6.2.0
- @twilio-paste/ai-chat-log@2.1.0
- @twilio-paste/data-visualization-library@6.1.0
- @twilio-paste/chart-provider@2.1.0

## 21.3.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": "21.3.0",
"version": "21.4.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": "^4.0.1",
"@twilio-paste/ai-chat-log": "^2.0.1",
"@twilio-paste/ai-chat-log": "^2.1.0",
"@twilio-paste/alert": "^15.0.1",
"@twilio-paste/alert-dialog": "^10.0.1",
"@twilio-paste/anchor": "^13.0.1",
Expand All @@ -88,8 +88,8 @@
"@twilio-paste/button-group": "^5.0.1",
"@twilio-paste/callout": "^5.0.1",
"@twilio-paste/card": "^10.2.0",
"@twilio-paste/chart-provider": "^2.0.1",
"@twilio-paste/chat-composer": "^6.1.0",
"@twilio-paste/chart-provider": "^2.1.0",
"@twilio-paste/chat-composer": "^6.2.0",
"@twilio-paste/chat-log": "^6.0.1",
"@twilio-paste/checkbox": "^14.0.2",
"@twilio-paste/clipboard-copy-library": "^4.0.1",
Expand All @@ -101,7 +101,7 @@
"@twilio-paste/corner-ornament": "^2.0.1",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/data-grid": "^9.0.2",
"@twilio-paste/data-visualization-library": "^6.0.2",
"@twilio-paste/data-visualization-library": "^6.1.0",
"@twilio-paste/date-picker": "^7.0.1",
"@twilio-paste/description-list": "^5.0.1",
"@twilio-paste/design-tokens": "^10.14.1",
Expand Down Expand Up @@ -175,7 +175,7 @@
"@twilio-paste/textarea": "^11.1.1",
"@twilio-paste/theme": "^12.0.1",
"@twilio-paste/time-picker": "^7.0.1",
"@twilio-paste/timeline": "^2.0.1",
"@twilio-paste/timeline": "^2.1.0",
"@twilio-paste/toast": "^13.0.1",
"@twilio-paste/tooltip": "^13.0.1",
"@twilio-paste/tooltip-primitive": "^3.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-libraries/data-visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/data-visualization-library

## 6.1.0

### Minor Changes

- [`3705495c7`](https://github.com/twilio-labs/paste/commit/3705495c77495f732db1c4796c610d7862f2c245) [#4318](https://github.com/twilio-labs/paste/pull/4318) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Data visualization library] added helper functions and types to provide support for creating highcharts options for supported chart types

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-libraries/data-visualization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/data-visualization-library",
"version": "6.0.2",
"version": "6.1.0",
"category": "library",
"status": "production",
"description": "A library that helps theme data visualizations with Paste tokens.",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10791,7 +10791,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/ai-chat-log@^2.0.1, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log":
"@twilio-paste/ai-chat-log@^2.0.1, @twilio-paste/ai-chat-log@^2.1.0, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log":
version: 0.0.0-use.local
resolution: "@twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log"
dependencies:
Expand Down Expand Up @@ -11507,15 +11507,15 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/chart-provider@^2.0.1, @twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider":
"@twilio-paste/chart-provider@^2.0.1, @twilio-paste/chart-provider@^2.1.0, @twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider":
version: 0.0.0-use.local
resolution: "@twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider"
dependencies:
"@twilio-paste/animation-library": ^3.0.1
"@twilio-paste/box": ^11.0.1
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/customization": ^9.0.1
"@twilio-paste/data-visualization-library": ^6.0.1
"@twilio-paste/data-visualization-library": ^6.1.0
"@twilio-paste/design-tokens": ^10.13.0
"@twilio-paste/style-props": ^10.0.1
"@twilio-paste/styling-library": ^4.0.1
Expand Down Expand Up @@ -11547,7 +11547,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/chat-composer@^6.1.0, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer":
"@twilio-paste/chat-composer@^6.1.0, @twilio-paste/chat-composer@^6.2.0, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer":
version: 0.0.0-use.local
resolution: "@twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer"
dependencies:
Expand Down Expand Up @@ -11816,7 +11816,7 @@ __metadata:
"@babel/core": ^7.21.4
"@babel/plugin-proposal-object-rest-spread": ^7.20.7
"@babel/preset-env": ^7.21.4
"@twilio-paste/core": ^21.0.0
"@twilio-paste/core": ^21.4.0
chalk: 4.1.2
execa: 3.2.0
globby: "npm:globby@10.0.1"
Expand Down Expand Up @@ -11937,12 +11937,12 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/core@^21.0.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
"@twilio-paste/core@^21.0.0, @twilio-paste/core@^21.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
version: 0.0.0-use.local
resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle"
dependencies:
"@twilio-paste/account-switcher": ^4.0.1
"@twilio-paste/ai-chat-log": ^2.0.1
"@twilio-paste/ai-chat-log": ^2.1.0
"@twilio-paste/alert": ^15.0.1
"@twilio-paste/alert-dialog": ^10.0.1
"@twilio-paste/anchor": ^13.0.1
Expand All @@ -11958,8 +11958,8 @@ __metadata:
"@twilio-paste/button-group": ^5.0.1
"@twilio-paste/callout": ^5.0.1
"@twilio-paste/card": ^10.2.0
"@twilio-paste/chart-provider": ^2.0.1
"@twilio-paste/chat-composer": ^6.1.0
"@twilio-paste/chart-provider": ^2.1.0
"@twilio-paste/chat-composer": ^6.2.0
"@twilio-paste/chat-log": ^6.0.1
"@twilio-paste/checkbox": ^14.0.2
"@twilio-paste/clipboard-copy-library": ^4.0.1
Expand All @@ -11971,7 +11971,7 @@ __metadata:
"@twilio-paste/corner-ornament": ^2.0.1
"@twilio-paste/customization": ^9.0.1
"@twilio-paste/data-grid": ^9.0.2
"@twilio-paste/data-visualization-library": ^6.0.2
"@twilio-paste/data-visualization-library": ^6.1.0
"@twilio-paste/date-picker": ^7.0.1
"@twilio-paste/description-list": ^5.0.1
"@twilio-paste/design-tokens": ^10.14.1
Expand Down Expand Up @@ -12046,7 +12046,7 @@ __metadata:
"@twilio-paste/textarea": ^11.1.1
"@twilio-paste/theme": ^12.0.1
"@twilio-paste/time-picker": ^7.0.1
"@twilio-paste/timeline": ^2.0.1
"@twilio-paste/timeline": ^2.1.0
"@twilio-paste/toast": ^13.0.1
"@twilio-paste/tooltip": ^13.0.1
"@twilio-paste/tooltip-primitive": ^3.0.1
Expand Down Expand Up @@ -12199,7 +12199,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/data-visualization-library@^6.0.1, @twilio-paste/data-visualization-library@^6.0.2, @twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization":
"@twilio-paste/data-visualization-library@^6.0.2, @twilio-paste/data-visualization-library@^6.1.0, @twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization":
version: 0.0.0-use.local
resolution: "@twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization"
dependencies:
Expand Down Expand Up @@ -15261,7 +15261,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/timeline@^2.0.1, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline":
"@twilio-paste/timeline@^2.0.1, @twilio-paste/timeline@^2.1.0, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline":
version: 0.0.0-use.local
resolution: "@twilio-paste/timeline@workspace:packages/paste-core/components/timeline"
dependencies:
Expand Down