Skip to content

Version Packages #4288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025
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
119 changes: 0 additions & 119 deletions .changeset/shaggy-eggs-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-pianos-brake.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/paste-core/components/account-switcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @twilio-paste/account-switcher

## 4.0.1

### Patch Changes

- [`262c1b715`](https://github.com/twilio-labs/paste/commit/262c1b71503e735ef98a4bdb6491ad5277cc2597) [#4281](https://github.com/twilio-labs/paste/pull/4281) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [all packages]: add use client directive to the components and icons. This will make paste library compatible with server components

- Updated dependencies [[`262c1b715`](https://github.com/twilio-labs/paste/commit/262c1b71503e735ef98a4bdb6491ad5277cc2597)]:
- @twilio-paste/screen-reader-only@14.0.1
- @twilio-paste/text@11.0.1

## 4.0.0

### Major Changes
Expand Down
48 changes: 24 additions & 24 deletions packages/paste-core/components/account-switcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/account-switcher",
"version": "4.0.0",
"version": "4.0.1",
"category": "navigation",
"status": "production",
"description": "An Account Switcher is a stylized Menu Badge with a list of actions related to a user's accounts.",
Expand Down Expand Up @@ -38,13 +38,13 @@
"@twilio-paste/menu": "^15.0.0",
"@twilio-paste/menu-primitive": "^3.0.0",
"@twilio-paste/reakit-library": "^3.0.0",
"@twilio-paste/screen-reader-only": "14.0.0",
"@twilio-paste/screen-reader-only": "14.0.1",
"@twilio-paste/separator": "^9.0.0",
"@twilio-paste/spinner": "^15.0.0",
"@twilio-paste/stack": "^9.0.0",
"@twilio-paste/style-props": "^10.0.0",
"@twilio-paste/styling-library": "^4.0.0",
"@twilio-paste/text": "11.0.0",
"@twilio-paste/text": "11.0.1",
"@twilio-paste/theme": "^12.0.0",
"@twilio-paste/types": "^7.0.0",
"@twilio-paste/uid-library": "^3.0.0",
Expand All @@ -54,29 +54,29 @@
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@twilio-paste/anchor": "^13.0.0",
"@twilio-paste/animation-library": "^3.0.0",
"@twilio-paste/badge": "^9.0.0",
"@twilio-paste/box": "^11.0.0",
"@twilio-paste/button": "^15.0.0",
"@twilio-paste/anchor": "^13.0.1",
"@twilio-paste/animation-library": "^3.0.1",
"@twilio-paste/badge": "^9.0.1",
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/button": "^15.0.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/icons": "^13.0.0",
"@twilio-paste/media-object": "^11.0.0",
"@twilio-paste/menu": "^15.0.0",
"@twilio-paste/menu-primitive": "^3.0.0",
"@twilio-paste/reakit-library": "^3.0.0",
"@twilio-paste/screen-reader-only": "14.0.0",
"@twilio-paste/separator": "^9.0.0",
"@twilio-paste/spinner": "^15.0.0",
"@twilio-paste/stack": "^9.0.0",
"@twilio-paste/style-props": "^10.0.0",
"@twilio-paste/styling-library": "^4.0.0",
"@twilio-paste/text": "11.0.0",
"@twilio-paste/theme": "^12.0.0",
"@twilio-paste/types": "^7.0.0",
"@twilio-paste/uid-library": "^3.0.0",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/media-object": "^11.0.1",
"@twilio-paste/menu": "^15.0.1",
"@twilio-paste/menu-primitive": "^3.0.1",
"@twilio-paste/reakit-library": "^3.0.1",
"@twilio-paste/screen-reader-only": "14.0.1",
"@twilio-paste/separator": "^9.0.1",
"@twilio-paste/spinner": "^15.0.1",
"@twilio-paste/stack": "^9.0.1",
"@twilio-paste/style-props": "^10.0.1",
"@twilio-paste/styling-library": "^4.0.1",
"@twilio-paste/text": "11.0.1",
"@twilio-paste/theme": "^12.0.1",
"@twilio-paste/types": "^7.0.1",
"@twilio-paste/uid-library": "^3.0.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"react": "^19.0.0",
Expand Down
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.0.1

### Patch Changes

- [`262c1b715`](https://github.com/twilio-labs/paste/commit/262c1b71503e735ef98a4bdb6491ad5277cc2597) [#4281](https://github.com/twilio-labs/paste/pull/4281) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [all packages]: add use client directive to the components and icons. This will make paste library compatible with server components

## 2.0.0

### Major Changes
Expand Down
36 changes: 18 additions & 18 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.0.0",
"version": "2.0.1",
"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 @@ -50,25 +50,25 @@
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@twilio-paste/anchor": "^13.0.0",
"@twilio-paste/animation-library": "^3.0.0",
"@twilio-paste/avatar": "^10.0.0",
"@twilio-paste/box": "^11.0.0",
"@twilio-paste/button": "^15.0.0",
"@twilio-paste/anchor": "^13.0.1",
"@twilio-paste/animation-library": "^3.0.1",
"@twilio-paste/avatar": "^10.0.1",
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/button": "^15.0.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.12.0",
"@twilio-paste/icons": "^13.0.0",
"@twilio-paste/screen-reader-only": "^14.0.0",
"@twilio-paste/skeleton-loader": "^7.0.0",
"@twilio-paste/spinner": "^15.0.0",
"@twilio-paste/stack": "^9.0.0",
"@twilio-paste/style-props": "^10.0.0",
"@twilio-paste/styling-library": "^4.0.0",
"@twilio-paste/text": "^11.0.0",
"@twilio-paste/theme": "^12.0.0",
"@twilio-paste/types": "^7.0.0",
"@twilio-paste/uid-library": "^3.0.0",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/screen-reader-only": "^14.0.1",
"@twilio-paste/skeleton-loader": "^7.0.1",
"@twilio-paste/spinner": "^15.0.1",
"@twilio-paste/stack": "^9.0.1",
"@twilio-paste/style-props": "^10.0.1",
"@twilio-paste/styling-library": "^4.0.1",
"@twilio-paste/text": "^11.0.1",
"@twilio-paste/theme": "^12.0.1",
"@twilio-paste/types": "^7.0.1",
"@twilio-paste/uid-library": "^3.0.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"react": "^19.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/alert-dialog

## 10.0.1

### Patch Changes

- [`262c1b715`](https://github.com/twilio-labs/paste/commit/262c1b71503e735ef98a4bdb6491ad5277cc2597) [#4281](https://github.com/twilio-labs/paste/pull/4281) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [all packages]: add use client directive to the components and icons. This will make paste library compatible with server components

## 10.0.0

### Major Changes
Expand Down
40 changes: 20 additions & 20 deletions packages/paste-core/components/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/alert-dialog",
"version": "10.0.0",
"version": "10.0.1",
"category": "overlay",
"status": "production",
"description": "An Alert Dialog is a page overlay that displays critical information, blocks interaction with the page, and only closes after an action is performed.",
Expand Down Expand Up @@ -52,27 +52,27 @@
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@twilio-paste/anchor": "^13.0.0",
"@twilio-paste/animation-library": "^3.0.0",
"@twilio-paste/box": "^11.0.0",
"@twilio-paste/button": "^15.0.0",
"@twilio-paste/anchor": "^13.0.1",
"@twilio-paste/animation-library": "^3.0.1",
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/button": "^15.0.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/flex": "^9.0.0",
"@twilio-paste/heading": "^12.0.0",
"@twilio-paste/icons": "^13.0.0",
"@twilio-paste/modal": "^17.0.0",
"@twilio-paste/modal-dialog-primitive": "^3.0.0",
"@twilio-paste/screen-reader-only": "^14.0.0",
"@twilio-paste/spinner": "^15.0.0",
"@twilio-paste/stack": "^9.0.0",
"@twilio-paste/style-props": "^10.0.0",
"@twilio-paste/styling-library": "^4.0.0",
"@twilio-paste/text": "^11.0.0",
"@twilio-paste/theme": "^12.0.0",
"@twilio-paste/types": "^7.0.0",
"@twilio-paste/uid-library": "^3.0.0",
"@twilio-paste/flex": "^9.0.1",
"@twilio-paste/heading": "^12.0.1",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/modal": "^17.0.1",
"@twilio-paste/modal-dialog-primitive": "^3.0.1",
"@twilio-paste/screen-reader-only": "^14.0.1",
"@twilio-paste/spinner": "^15.0.1",
"@twilio-paste/stack": "^9.0.1",
"@twilio-paste/style-props": "^10.0.1",
"@twilio-paste/styling-library": "^4.0.1",
"@twilio-paste/text": "^11.0.1",
"@twilio-paste/theme": "^12.0.1",
"@twilio-paste/types": "^7.0.1",
"@twilio-paste/uid-library": "^3.0.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"react": "^19.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 15.0.1

### Patch Changes

- [`262c1b715`](https://github.com/twilio-labs/paste/commit/262c1b71503e735ef98a4bdb6491ad5277cc2597) [#4281](https://github.com/twilio-labs/paste/pull/4281) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [all packages]: add use client directive to the components and icons. This will make paste library compatible with server components

## 15.0.0

### Major Changes
Expand Down
Loading
Loading