Skip to content

Commit f4b94cc

Browse files
chore(release): version packages (#4379)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9c40b3 commit f4b94cc

File tree

15 files changed

+62
-43
lines changed

15 files changed

+62
-43
lines changed

.changeset/nasty-files-shave.md

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

.changeset/orange-frogs-flash.md

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

.changeset/red-waves-flash.md

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

.changeset/stale-clocks-float.md

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

packages/paste-codemods/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+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- [`e9c40b331`](https://github.com/twilio-labs/paste/commit/e9c40b3319096baa3a54af4aa3d73cb43c567727) [#4356](https://github.com/twilio-labs/paste/pull/4356) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [AI Chat Log] Add new stories
8+
39
## 0.17.0
410

511
### 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.17.0",
3+
"version": "0.17.1",
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.4.0",
28+
"@twilio-paste/core": "^21.5.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.2.0
4+
5+
### Minor Changes
6+
7+
- [`e9c40b331`](https://github.com/twilio-labs/paste/commit/e9c40b3319096baa3a54af4aa3d73cb43c567727) [#4356](https://github.com/twilio-labs/paste/pull/4356) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [AI Chat Log] add new `AIChatMessageSourceLink` component and new stories
8+
39
## 2.1.0
410

511
### Minor Changes

packages/paste-core/components/ai-chat-log/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/ai-chat-log",
3-
"version": "2.1.0",
3+
"version": "2.2.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.",
@@ -64,7 +64,7 @@
6464
"@twilio-paste/color-contrast-utils": "^5.0.0",
6565
"@twilio-paste/customization": "^9.0.1",
6666
"@twilio-paste/design-tokens": "^10.15.0",
67-
"@twilio-paste/footnote": "^1.0.0",
67+
"@twilio-paste/footnote": "^1.0.1",
6868
"@twilio-paste/icons": "^13.0.1",
6969
"@twilio-paste/keyboard-key": "^2.0.0",
7070
"@twilio-paste/reakit-library": "^3.0.0",

packages/paste-core/components/footnote/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+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [`e9c40b331`](https://github.com/twilio-labs/paste/commit/e9c40b3319096baa3a54af4aa3d73cb43c567727) [#4356](https://github.com/twilio-labs/paste/pull/4356) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Footnote] add min width
8+
39
## 1.0.0
410

511
### Major Changes

packages/paste-core/components/footnote/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/footnote",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"category": "data display",
55
"status": "production",
66
"description": "A Footnote is an inline number that is used within main text to reference related information such as a citation.",

0 commit comments

Comments
 (0)