Skip to content
Merged
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/nasty-files-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-frogs-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-waves-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-clocks-float.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.17.1

### Patch Changes

- [`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

## 0.17.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.17.0",
"version": "0.17.1",
"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.4.0",
"@twilio-paste/core": "^21.5.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.2.0

### Minor Changes

- [`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

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "2.2.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 Expand Up @@ -64,7 +64,7 @@
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.15.0",
"@twilio-paste/footnote": "^1.0.0",
"@twilio-paste/footnote": "^1.0.1",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/keyboard-key": "^2.0.0",
"@twilio-paste/reakit-library": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/footnote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.1

### Patch Changes

- [`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

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/footnote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/footnote",
"version": "1.0.0",
"version": "1.0.1",
"category": "data display",
"status": "production",
"description": "A Footnote is an inline number that is used within main text to reference related information such as a citation.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/side-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/side-panel

## 2.0.2

### Patch Changes

- [`b58cfd06a`](https://github.com/twilio-labs/paste/commit/b58cfd06ac8b92feb85caf3ae1ff412e1cf3830e) [#4378](https://github.com/twilio-labs/paste/pull/4378) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Fix bug where rendering side panel closed would flash a right margin while breakpointindex was undefined.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/side-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/side-panel",
"version": "2.0.1",
"version": "2.0.2",
"category": "layout",
"status": "production",
"description": "Side Panel is a container that pushes the main page content when open.",
Expand Down
19 changes: 19 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 21.5.0

### Minor Changes

- [`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

### Patch Changes

- [`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

* [`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

- [`b58cfd06a`](https://github.com/twilio-labs/paste/commit/b58cfd06ac8b92feb85caf3ae1ff412e1cf3830e) [#4378](https://github.com/twilio-labs/paste/pull/4378) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Fix bug where rendering side panel closed would flash a right margin while breakpointindex was undefined.

- Updated dependencies [[`e9c40b331`](https://github.com/twilio-labs/paste/commit/e9c40b3319096baa3a54af4aa3d73cb43c567727), [`b58cfd06a`](https://github.com/twilio-labs/paste/commit/b58cfd06ac8b92feb85caf3ae1ff412e1cf3830e), [`e9c40b331`](https://github.com/twilio-labs/paste/commit/e9c40b3319096baa3a54af4aa3d73cb43c567727)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]

## 21.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.4.0",
"version": "21.5.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.1.0",
"@twilio-paste/ai-chat-log": "^2.2.0",
"@twilio-paste/alert": "^15.0.1",
"@twilio-paste/alert-dialog": "^10.0.1",
"@twilio-paste/anchor": "^13.0.1",
Expand Down Expand Up @@ -116,7 +116,7 @@
"@twilio-paste/file-picker": "^5.0.2",
"@twilio-paste/file-uploader": "^5.0.2",
"@twilio-paste/flex": "^9.0.1",
"@twilio-paste/footnote": "^1.0.0",
"@twilio-paste/footnote": "^1.0.1",
"@twilio-paste/form": "^12.0.1",
"@twilio-paste/form-pill-group": "^9.0.1",
"@twilio-paste/grid": "^9.0.1",
Expand Down Expand Up @@ -157,7 +157,7 @@
"@twilio-paste/separator": "^9.0.1",
"@twilio-paste/sibling-box": "^10.0.1",
"@twilio-paste/side-modal": "^5.0.1",
"@twilio-paste/side-panel": "^2.0.1",
"@twilio-paste/side-panel": "^2.0.2",
"@twilio-paste/sidebar": "^2.1.0",
"@twilio-paste/skeleton-loader": "^7.0.1",
"@twilio-paste/slider": "^4.0.1",
Expand Down
18 changes: 9 additions & 9 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.1.0, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log":
"@twilio-paste/ai-chat-log@^2.1.0, @twilio-paste/ai-chat-log@^2.2.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 All @@ -10803,7 +10803,7 @@ __metadata:
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/customization": ^9.0.1
"@twilio-paste/design-tokens": ^10.15.0
"@twilio-paste/footnote": ^1.0.0
"@twilio-paste/footnote": ^1.0.1
"@twilio-paste/icons": ^13.0.1
"@twilio-paste/keyboard-key": ^2.0.0
"@twilio-paste/reakit-library": ^3.0.0
Expand Down Expand Up @@ -11826,7 +11826,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.4.0
"@twilio-paste/core": ^21.5.0
chalk: 4.1.2
execa: 3.2.0
globby: "npm:[email protected]"
Expand Down Expand Up @@ -11947,12 +11947,12 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/core@^21.0.0, @twilio-paste/core@^21.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
"@twilio-paste/core@^21.0.0, @twilio-paste/core@^21.5.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.1.0
"@twilio-paste/ai-chat-log": ^2.2.0
"@twilio-paste/alert": ^15.0.1
"@twilio-paste/alert-dialog": ^10.0.1
"@twilio-paste/anchor": ^13.0.1
Expand Down Expand Up @@ -11996,7 +11996,7 @@ __metadata:
"@twilio-paste/file-picker": ^5.0.2
"@twilio-paste/file-uploader": ^5.0.2
"@twilio-paste/flex": ^9.0.1
"@twilio-paste/footnote": ^1.0.0
"@twilio-paste/footnote": ^1.0.1
"@twilio-paste/form": ^12.0.1
"@twilio-paste/form-pill-group": ^9.0.1
"@twilio-paste/grid": ^9.0.1
Expand Down Expand Up @@ -12038,7 +12038,7 @@ __metadata:
"@twilio-paste/separator": ^9.0.1
"@twilio-paste/sibling-box": ^10.0.1
"@twilio-paste/side-modal": ^5.0.1
"@twilio-paste/side-panel": ^2.0.1
"@twilio-paste/side-panel": ^2.0.2
"@twilio-paste/sidebar": ^2.1.0
"@twilio-paste/skeleton-loader": ^7.0.1
"@twilio-paste/slider": ^4.0.1
Expand Down Expand Up @@ -12795,7 +12795,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/footnote@^1.0.0, @twilio-paste/footnote@workspace:packages/paste-core/components/footnote":
"@twilio-paste/footnote@^1.0.1, @twilio-paste/footnote@workspace:packages/paste-core/components/footnote":
version: 0.0.0-use.local
resolution: "@twilio-paste/footnote@workspace:packages/paste-core/components/footnote"
dependencies:
Expand Down Expand Up @@ -14540,7 +14540,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/side-panel@^2.0.1, @twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel":
"@twilio-paste/side-panel@^2.0.1, @twilio-paste/side-panel@^2.0.2, @twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel":
version: 0.0.0-use.local
resolution: "@twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel"
dependencies:
Expand Down
Loading