Skip to content

Commit 01a65ad

Browse files
chore(release): version packages
1 parent 098085f commit 01a65ad

File tree

23 files changed

+101
-69
lines changed

23 files changed

+101
-69
lines changed

.changeset/fuzzy-lobsters-wait.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/healthy-fishes-accept.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/perfect-experts-cheat.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/real-tools-hide.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/serious-avocados-stare.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/twenty-rocks-tease.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/paste-codemods/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [`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`
8+
9+
* [`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`
10+
311
## 0.16.0
412

513
### Minor Changes

packages/paste-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/codemods",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"status": "production",
55
"description": "A collection of codemods for maintaining projects built with Paste.",
66
"author": "Twilio Inc.",
@@ -25,7 +25,7 @@
2525
"@babel/core": "^7.21.4",
2626
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
2727
"@babel/preset-env": "^7.21.4",
28-
"@twilio-paste/core": "^21.0.0",
28+
"@twilio-paste/core": "^21.4.0",
2929
"tsx": "^4.0.0"
3030
}
3131
}

packages/paste-core/components/ai-chat-log/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/ai-chat-log
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [`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`
8+
39
## 2.0.1
410

511
### Patch Changes

packages/paste-core/components/ai-chat-log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/ai-chat-log",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"category": "data display",
55
"status": "production",
66
"description": "An AI Chat Log is a collection of AI Chat components for displaying conversations between a human and an AI bot.",

packages/paste-core/components/chart-provider/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/chart-provider
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
39
## 2.0.1
410

511
### Patch Changes

packages/paste-core/components/chart-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/chart-provider",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"category": "data display",
55
"status": "beta",
66
"description": "Chart Provider is a data visualization component used to wrap an individual chart to store and share state to child charting elements.",
@@ -46,7 +46,7 @@
4646
"@twilio-paste/box": "^11.0.1",
4747
"@twilio-paste/color-contrast-utils": "^5.0.0",
4848
"@twilio-paste/customization": "^9.0.1",
49-
"@twilio-paste/data-visualization-library": "^6.0.1",
49+
"@twilio-paste/data-visualization-library": "^6.1.0",
5050
"@twilio-paste/design-tokens": "^10.13.0",
5151
"@twilio-paste/style-props": "^10.0.1",
5252
"@twilio-paste/styling-library": "^4.0.1",

packages/paste-core/components/chat-composer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/chat-composer
22

3+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- [`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`
8+
39
## 6.1.0
410

511
### Minor Changes

packages/paste-core/components/chat-composer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/chat-composer",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"category": "user input",
55
"status": "production",
66
"description": "A Chat Composer is an input made for users to type rich chat messages.",

packages/paste-core/components/combobox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 17.0.3
4+
5+
### Patch Changes
6+
7+
- [`098085f69`](https://github.com/twilio-labs/paste/commit/098085f69b06508d7f937562e219e27337a46bdc) [#4348](https://github.com/twilio-labs/paste/pull/4348) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Combobx] add element name for Combobox List Item child
8+
39
## 17.0.2
410

511
### Patch Changes

packages/paste-core/components/combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/combobox",
3-
"version": "17.0.2",
3+
"version": "17.0.3",
44
"category": "user input",
55
"status": "production",
66
"description": "A Combobox is a styled dropdown form element that allows users to either type a value or select a value from a list.",

packages/paste-core/components/timeline/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/timeline
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
39
## 2.0.1
410

511
### Patch Changes

packages/paste-core/components/timeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/timeline",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"category": "layout",
55
"status": "production",
66
"description": "A Timeline is a visual representation of events displayed in chronological order.",

packages/paste-core/core-bundle/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Change Log
22

3+
## 21.4.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
9+
* [`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`
10+
11+
- [`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`
12+
13+
* [`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
14+
15+
- [`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
16+
17+
### Patch Changes
18+
19+
- [`098085f69`](https://github.com/twilio-labs/paste/commit/098085f69b06508d7f937562e219e27337a46bdc) [#4348](https://github.com/twilio-labs/paste/pull/4348) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Combobx] add element name for Combobox List Item child
20+
21+
- Updated dependencies [[`793258bbf`](https://github.com/twilio-labs/paste/commit/793258bbf2165e9d0566dac6ef265db5c2d9319f), [`f1c859cb3`](https://github.com/twilio-labs/paste/commit/f1c859cb3aaf39fef4caaaa441654df0abe76d95), [`098085f69`](https://github.com/twilio-labs/paste/commit/098085f69b06508d7f937562e219e27337a46bdc), [`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)]:
22+
- @twilio-paste/timeline@2.1.0
23+
- @twilio-paste/chat-composer@6.2.0
24+
- @twilio-paste/combobox@17.0.3
25+
- @twilio-paste/ai-chat-log@2.1.0
26+
- @twilio-paste/data-visualization-library@6.1.0
27+
- @twilio-paste/chart-provider@2.1.0
28+
329
## 21.3.0
430

531
### Minor Changes

packages/paste-core/core-bundle/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/core",
3-
"version": "21.3.0",
3+
"version": "21.4.0",
44
"status": "production",
55
"description": "Core contains all the packages from the Paste design system.",
66
"author": "Twilio Inc.",
@@ -72,7 +72,7 @@
7272
},
7373
"dependencies": {
7474
"@twilio-paste/account-switcher": "^4.0.1",
75-
"@twilio-paste/ai-chat-log": "^2.0.1",
75+
"@twilio-paste/ai-chat-log": "^2.1.0",
7676
"@twilio-paste/alert": "^15.0.1",
7777
"@twilio-paste/alert-dialog": "^10.0.1",
7878
"@twilio-paste/anchor": "^13.0.1",
@@ -88,20 +88,20 @@
8888
"@twilio-paste/button-group": "^5.0.1",
8989
"@twilio-paste/callout": "^5.0.1",
9090
"@twilio-paste/card": "^10.2.0",
91-
"@twilio-paste/chart-provider": "^2.0.1",
92-
"@twilio-paste/chat-composer": "^6.1.0",
91+
"@twilio-paste/chart-provider": "^2.1.0",
92+
"@twilio-paste/chat-composer": "^6.2.0",
9393
"@twilio-paste/chat-log": "^6.0.1",
9494
"@twilio-paste/checkbox": "^14.0.2",
9595
"@twilio-paste/clipboard-copy-library": "^4.0.1",
9696
"@twilio-paste/code-block": "^6.0.1",
9797
"@twilio-paste/code-editor-library": "^3.0.1",
9898
"@twilio-paste/color-contrast-utils": "^5.0.0",
99-
"@twilio-paste/combobox": "^17.0.2",
99+
"@twilio-paste/combobox": "^17.0.3",
100100
"@twilio-paste/combobox-primitive": "^3.0.1",
101101
"@twilio-paste/corner-ornament": "^2.0.1",
102102
"@twilio-paste/customization": "^9.0.1",
103103
"@twilio-paste/data-grid": "^9.0.2",
104-
"@twilio-paste/data-visualization-library": "^6.0.2",
104+
"@twilio-paste/data-visualization-library": "^6.1.0",
105105
"@twilio-paste/date-picker": "^7.0.1",
106106
"@twilio-paste/description-list": "^5.0.1",
107107
"@twilio-paste/design-tokens": "^10.14.1",
@@ -175,7 +175,7 @@
175175
"@twilio-paste/textarea": "^11.1.1",
176176
"@twilio-paste/theme": "^12.0.1",
177177
"@twilio-paste/time-picker": "^7.0.1",
178-
"@twilio-paste/timeline": "^2.0.1",
178+
"@twilio-paste/timeline": "^2.1.0",
179179
"@twilio-paste/toast": "^13.0.1",
180180
"@twilio-paste/tooltip": "^13.0.1",
181181
"@twilio-paste/tooltip-primitive": "^3.0.1",

packages/paste-libraries/data-visualization/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/data-visualization-library
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
39
## 6.0.2
410

511
### Patch Changes

packages/paste-libraries/data-visualization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/data-visualization-library",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"category": "library",
55
"status": "production",
66
"description": "A library that helps theme data visualizations with Paste tokens.",

0 commit comments

Comments
 (0)