Skip to content

Commit d6797b3

Browse files
chore(release): version packages
1 parent f1c859c commit d6797b3

File tree

14 files changed

+60
-37
lines changed

14 files changed

+60
-37
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/real-tools-hide.md

Lines changed: 0 additions & 7 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/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/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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
### Patch Changes
14+
15+
- 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)]:
16+
- @twilio-paste/timeline@2.1.0
17+
- @twilio-paste/chat-composer@6.2.0
18+
- @twilio-paste/ai-chat-log@2.1.0
19+
320
## 21.3.0
421

522
### Minor Changes

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

Lines changed: 4 additions & 4 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",
@@ -89,7 +89,7 @@
8989
"@twilio-paste/callout": "^5.0.1",
9090
"@twilio-paste/card": "^10.2.0",
9191
"@twilio-paste/chart-provider": "^2.0.1",
92-
"@twilio-paste/chat-composer": "^6.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",
@@ -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",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10791,7 +10791,7 @@ __metadata:
1079110791
languageName: unknown
1079210792
linkType: soft
1079310793

10794-
"@twilio-paste/ai-chat-log@^2.0.1, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log":
10794+
"@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":
1079510795
version: 0.0.0-use.local
1079610796
resolution: "@twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log"
1079710797
dependencies:
@@ -11545,7 +11545,7 @@ __metadata:
1154511545
languageName: unknown
1154611546
linkType: soft
1154711547

11548-
"@twilio-paste/chat-composer@^6.1.0, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer":
11548+
"@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":
1154911549
version: 0.0.0-use.local
1155011550
resolution: "@twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer"
1155111551
dependencies:
@@ -11814,7 +11814,7 @@ __metadata:
1181411814
"@babel/core": ^7.21.4
1181511815
"@babel/plugin-proposal-object-rest-spread": ^7.20.7
1181611816
"@babel/preset-env": ^7.21.4
11817-
"@twilio-paste/core": ^21.0.0
11817+
"@twilio-paste/core": ^21.4.0
1181811818
chalk: 4.1.2
1181911819
execa: 3.2.0
1182011820
globby: "npm:[email protected]"
@@ -11935,12 +11935,12 @@ __metadata:
1193511935
languageName: unknown
1193611936
linkType: soft
1193711937

11938-
"@twilio-paste/core@^21.0.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
11938+
"@twilio-paste/core@^21.0.0, @twilio-paste/core@^21.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
1193911939
version: 0.0.0-use.local
1194011940
resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle"
1194111941
dependencies:
1194211942
"@twilio-paste/account-switcher": ^4.0.1
11943-
"@twilio-paste/ai-chat-log": ^2.0.1
11943+
"@twilio-paste/ai-chat-log": ^2.1.0
1194411944
"@twilio-paste/alert": ^15.0.1
1194511945
"@twilio-paste/alert-dialog": ^10.0.1
1194611946
"@twilio-paste/anchor": ^13.0.1
@@ -11957,7 +11957,7 @@ __metadata:
1195711957
"@twilio-paste/callout": ^5.0.1
1195811958
"@twilio-paste/card": ^10.2.0
1195911959
"@twilio-paste/chart-provider": ^2.0.1
11960-
"@twilio-paste/chat-composer": ^6.1.0
11960+
"@twilio-paste/chat-composer": ^6.2.0
1196111961
"@twilio-paste/chat-log": ^6.0.1
1196211962
"@twilio-paste/checkbox": ^14.0.2
1196311963
"@twilio-paste/clipboard-copy-library": ^4.0.1
@@ -12044,7 +12044,7 @@ __metadata:
1204412044
"@twilio-paste/textarea": ^11.1.1
1204512045
"@twilio-paste/theme": ^12.0.1
1204612046
"@twilio-paste/time-picker": ^7.0.1
12047-
"@twilio-paste/timeline": ^2.0.1
12047+
"@twilio-paste/timeline": ^2.1.0
1204812048
"@twilio-paste/toast": ^13.0.1
1204912049
"@twilio-paste/tooltip": ^13.0.1
1205012050
"@twilio-paste/tooltip-primitive": ^3.0.1
@@ -15259,7 +15259,7 @@ __metadata:
1525915259
languageName: unknown
1526015260
linkType: soft
1526115261

15262-
"@twilio-paste/timeline@^2.0.1, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline":
15262+
"@twilio-paste/timeline@^2.0.1, @twilio-paste/timeline@^2.1.0, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline":
1526315263
version: 0.0.0-use.local
1526415264
resolution: "@twilio-paste/timeline@workspace:packages/paste-core/components/timeline"
1526515265
dependencies:

0 commit comments

Comments
 (0)