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.",

0 commit comments

Comments
 (0)