diff --git a/.changeset/nasty-files-shave.md b/.changeset/nasty-files-shave.md deleted file mode 100644 index 0da05fe4e1..0000000000 --- a/.changeset/nasty-files-shave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/codemods": patch -"@twilio-paste/core": patch ---- - -[AI Chat Log] Add new stories diff --git a/.changeset/orange-frogs-flash.md b/.changeset/orange-frogs-flash.md deleted file mode 100644 index b1f5794b63..0000000000 --- a/.changeset/orange-frogs-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/footnote": patch -"@twilio-paste/core": patch ---- - -[Footnote] add min width diff --git a/.changeset/red-waves-flash.md b/.changeset/red-waves-flash.md deleted file mode 100644 index c94eb9029a..0000000000 --- a/.changeset/red-waves-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/side-panel": patch -"@twilio-paste/core": patch ---- - -[Side Panel] Fix bug where rendering side panel closed would flash a right margin while breakpointindex was undefined. diff --git a/.changeset/stale-clocks-float.md b/.changeset/stale-clocks-float.md deleted file mode 100644 index 45db8ee9e3..0000000000 --- a/.changeset/stale-clocks-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/ai-chat-log": minor -"@twilio-paste/core": minor ---- - -[AI Chat Log] add new `AIChatMessageSourceLink` component and new stories diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index 1d8d86a277..1dfca1529d 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -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 diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 671628ec54..f718a2e4d2 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -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.", @@ -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" } } diff --git a/packages/paste-core/components/ai-chat-log/CHANGELOG.md b/packages/paste-core/components/ai-chat-log/CHANGELOG.md index 5edbcc5982..bcdd620e6c 100644 --- a/packages/paste-core/components/ai-chat-log/CHANGELOG.md +++ b/packages/paste-core/components/ai-chat-log/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/ai-chat-log/package.json b/packages/paste-core/components/ai-chat-log/package.json index 15d5e1c6d0..56e01dcdd7 100644 --- a/packages/paste-core/components/ai-chat-log/package.json +++ b/packages/paste-core/components/ai-chat-log/package.json @@ -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.", @@ -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", diff --git a/packages/paste-core/components/footnote/CHANGELOG.md b/packages/paste-core/components/footnote/CHANGELOG.md index 3a5ec32be3..381973b9ae 100644 --- a/packages/paste-core/components/footnote/CHANGELOG.md +++ b/packages/paste-core/components/footnote/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/footnote/package.json b/packages/paste-core/components/footnote/package.json index 40bc7f23b8..2f5f8c590b 100644 --- a/packages/paste-core/components/footnote/package.json +++ b/packages/paste-core/components/footnote/package.json @@ -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.", diff --git a/packages/paste-core/components/side-panel/CHANGELOG.md b/packages/paste-core/components/side-panel/CHANGELOG.md index 6c49bfada1..25b474a685 100644 --- a/packages/paste-core/components/side-panel/CHANGELOG.md +++ b/packages/paste-core/components/side-panel/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/side-panel/package.json b/packages/paste-core/components/side-panel/package.json index ffa7a87a42..4d64c1cc3d 100644 --- a/packages/paste-core/components/side-panel/package.json +++ b/packages/paste-core/components/side-panel/package.json @@ -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.", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 696747a10b..3e2f8e479f 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -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/footnote@1.0.1 + - @twilio-paste/side-panel@2.0.2 + - @twilio-paste/ai-chat-log@2.2.0 + ## 21.4.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index fd38211b90..0900f8dba9 100644 --- a/packages/paste-core/core-bundle/package.json +++ b/packages/paste-core/core-bundle/package.json @@ -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.", @@ -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", @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index c4707be88b..9069675fd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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 @@ -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:globby@10.0.1" @@ -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 @@ -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 @@ -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 @@ -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: @@ -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: