WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 88776ce

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

File tree

235 files changed

+4042
-3218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+4042
-3218
lines changed

.changeset/shaggy-eggs-own.md

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

.changeset/stupid-pianos-brake.md

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

packages/paste-core/components/account-switcher/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @twilio-paste/account-switcher
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
9+
- Updated dependencies [[`262c1b715`](https://github.com/twilio-labs/paste/commit/262c1b71503e735ef98a4bdb6491ad5277cc2597)]:
10+
- @twilio-paste/screen-reader-only@14.0.1
11+
- @twilio-paste/text@11.0.1
12+
313
## 4.0.0
414

515
### Major Changes

packages/paste-core/components/account-switcher/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/account-switcher",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"category": "navigation",
55
"status": "production",
66
"description": "An Account Switcher is a stylized Menu Badge with a list of actions related to a user's accounts.",
@@ -38,13 +38,13 @@
3838
"@twilio-paste/menu": "^15.0.0",
3939
"@twilio-paste/menu-primitive": "^3.0.0",
4040
"@twilio-paste/reakit-library": "^3.0.0",
41-
"@twilio-paste/screen-reader-only": "14.0.0",
41+
"@twilio-paste/screen-reader-only": "14.0.1",
4242
"@twilio-paste/separator": "^9.0.0",
4343
"@twilio-paste/spinner": "^15.0.0",
4444
"@twilio-paste/stack": "^9.0.0",
4545
"@twilio-paste/style-props": "^10.0.0",
4646
"@twilio-paste/styling-library": "^4.0.0",
47-
"@twilio-paste/text": "11.0.0",
47+
"@twilio-paste/text": "11.0.1",
4848
"@twilio-paste/theme": "^12.0.0",
4949
"@twilio-paste/types": "^7.0.0",
5050
"@twilio-paste/uid-library": "^3.0.0",
@@ -54,29 +54,29 @@
5454
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
5555
},
5656
"devDependencies": {
57-
"@twilio-paste/anchor": "^13.0.0",
58-
"@twilio-paste/animation-library": "^3.0.0",
59-
"@twilio-paste/badge": "^9.0.0",
60-
"@twilio-paste/box": "^11.0.0",
61-
"@twilio-paste/button": "^15.0.0",
57+
"@twilio-paste/anchor": "^13.0.1",
58+
"@twilio-paste/animation-library": "^3.0.1",
59+
"@twilio-paste/badge": "^9.0.1",
60+
"@twilio-paste/box": "^11.0.1",
61+
"@twilio-paste/button": "^15.0.1",
6262
"@twilio-paste/color-contrast-utils": "^5.0.0",
63-
"@twilio-paste/customization": "^9.0.0",
63+
"@twilio-paste/customization": "^9.0.1",
6464
"@twilio-paste/design-tokens": "^10.3.0",
65-
"@twilio-paste/icons": "^13.0.0",
66-
"@twilio-paste/media-object": "^11.0.0",
67-
"@twilio-paste/menu": "^15.0.0",
68-
"@twilio-paste/menu-primitive": "^3.0.0",
69-
"@twilio-paste/reakit-library": "^3.0.0",
70-
"@twilio-paste/screen-reader-only": "14.0.0",
71-
"@twilio-paste/separator": "^9.0.0",
72-
"@twilio-paste/spinner": "^15.0.0",
73-
"@twilio-paste/stack": "^9.0.0",
74-
"@twilio-paste/style-props": "^10.0.0",
75-
"@twilio-paste/styling-library": "^4.0.0",
76-
"@twilio-paste/text": "11.0.0",
77-
"@twilio-paste/theme": "^12.0.0",
78-
"@twilio-paste/types": "^7.0.0",
79-
"@twilio-paste/uid-library": "^3.0.0",
65+
"@twilio-paste/icons": "^13.0.1",
66+
"@twilio-paste/media-object": "^11.0.1",
67+
"@twilio-paste/menu": "^15.0.1",
68+
"@twilio-paste/menu-primitive": "^3.0.1",
69+
"@twilio-paste/reakit-library": "^3.0.1",
70+
"@twilio-paste/screen-reader-only": "14.0.1",
71+
"@twilio-paste/separator": "^9.0.1",
72+
"@twilio-paste/spinner": "^15.0.1",
73+
"@twilio-paste/stack": "^9.0.1",
74+
"@twilio-paste/style-props": "^10.0.1",
75+
"@twilio-paste/styling-library": "^4.0.1",
76+
"@twilio-paste/text": "11.0.1",
77+
"@twilio-paste/theme": "^12.0.1",
78+
"@twilio-paste/types": "^7.0.1",
79+
"@twilio-paste/uid-library": "^3.0.1",
8080
"@types/react": "^19.0.8",
8181
"@types/react-dom": "^19.0.3",
8282
"react": "^19.0.0",

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.0.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
39
## 2.0.0
410

511
### Major Changes

packages/paste-core/components/ai-chat-log/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/ai-chat-log",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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.",
@@ -50,25 +50,25 @@
5050
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
5151
},
5252
"devDependencies": {
53-
"@twilio-paste/anchor": "^13.0.0",
54-
"@twilio-paste/animation-library": "^3.0.0",
55-
"@twilio-paste/avatar": "^10.0.0",
56-
"@twilio-paste/box": "^11.0.0",
57-
"@twilio-paste/button": "^15.0.0",
53+
"@twilio-paste/anchor": "^13.0.1",
54+
"@twilio-paste/animation-library": "^3.0.1",
55+
"@twilio-paste/avatar": "^10.0.1",
56+
"@twilio-paste/box": "^11.0.1",
57+
"@twilio-paste/button": "^15.0.1",
5858
"@twilio-paste/color-contrast-utils": "^5.0.0",
59-
"@twilio-paste/customization": "^9.0.0",
59+
"@twilio-paste/customization": "^9.0.1",
6060
"@twilio-paste/design-tokens": "^10.12.0",
61-
"@twilio-paste/icons": "^13.0.0",
62-
"@twilio-paste/screen-reader-only": "^14.0.0",
63-
"@twilio-paste/skeleton-loader": "^7.0.0",
64-
"@twilio-paste/spinner": "^15.0.0",
65-
"@twilio-paste/stack": "^9.0.0",
66-
"@twilio-paste/style-props": "^10.0.0",
67-
"@twilio-paste/styling-library": "^4.0.0",
68-
"@twilio-paste/text": "^11.0.0",
69-
"@twilio-paste/theme": "^12.0.0",
70-
"@twilio-paste/types": "^7.0.0",
71-
"@twilio-paste/uid-library": "^3.0.0",
61+
"@twilio-paste/icons": "^13.0.1",
62+
"@twilio-paste/screen-reader-only": "^14.0.1",
63+
"@twilio-paste/skeleton-loader": "^7.0.1",
64+
"@twilio-paste/spinner": "^15.0.1",
65+
"@twilio-paste/stack": "^9.0.1",
66+
"@twilio-paste/style-props": "^10.0.1",
67+
"@twilio-paste/styling-library": "^4.0.1",
68+
"@twilio-paste/text": "^11.0.1",
69+
"@twilio-paste/theme": "^12.0.1",
70+
"@twilio-paste/types": "^7.0.1",
71+
"@twilio-paste/uid-library": "^3.0.1",
7272
"@types/react": "^19.0.8",
7373
"@types/react-dom": "^19.0.3",
7474
"react": "^19.0.0",

packages/paste-core/components/alert-dialog/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/alert-dialog
22

3+
## 10.0.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
39
## 10.0.0
410

511
### Major Changes

packages/paste-core/components/alert-dialog/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/alert-dialog",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"category": "overlay",
55
"status": "production",
66
"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.",
@@ -52,27 +52,27 @@
5252
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
5353
},
5454
"devDependencies": {
55-
"@twilio-paste/anchor": "^13.0.0",
56-
"@twilio-paste/animation-library": "^3.0.0",
57-
"@twilio-paste/box": "^11.0.0",
58-
"@twilio-paste/button": "^15.0.0",
55+
"@twilio-paste/anchor": "^13.0.1",
56+
"@twilio-paste/animation-library": "^3.0.1",
57+
"@twilio-paste/box": "^11.0.1",
58+
"@twilio-paste/button": "^15.0.1",
5959
"@twilio-paste/color-contrast-utils": "^5.0.0",
60-
"@twilio-paste/customization": "^9.0.0",
60+
"@twilio-paste/customization": "^9.0.1",
6161
"@twilio-paste/design-tokens": "^10.2.0",
62-
"@twilio-paste/flex": "^9.0.0",
63-
"@twilio-paste/heading": "^12.0.0",
64-
"@twilio-paste/icons": "^13.0.0",
65-
"@twilio-paste/modal": "^17.0.0",
66-
"@twilio-paste/modal-dialog-primitive": "^3.0.0",
67-
"@twilio-paste/screen-reader-only": "^14.0.0",
68-
"@twilio-paste/spinner": "^15.0.0",
69-
"@twilio-paste/stack": "^9.0.0",
70-
"@twilio-paste/style-props": "^10.0.0",
71-
"@twilio-paste/styling-library": "^4.0.0",
72-
"@twilio-paste/text": "^11.0.0",
73-
"@twilio-paste/theme": "^12.0.0",
74-
"@twilio-paste/types": "^7.0.0",
75-
"@twilio-paste/uid-library": "^3.0.0",
62+
"@twilio-paste/flex": "^9.0.1",
63+
"@twilio-paste/heading": "^12.0.1",
64+
"@twilio-paste/icons": "^13.0.1",
65+
"@twilio-paste/modal": "^17.0.1",
66+
"@twilio-paste/modal-dialog-primitive": "^3.0.1",
67+
"@twilio-paste/screen-reader-only": "^14.0.1",
68+
"@twilio-paste/spinner": "^15.0.1",
69+
"@twilio-paste/stack": "^9.0.1",
70+
"@twilio-paste/style-props": "^10.0.1",
71+
"@twilio-paste/styling-library": "^4.0.1",
72+
"@twilio-paste/text": "^11.0.1",
73+
"@twilio-paste/theme": "^12.0.1",
74+
"@twilio-paste/types": "^7.0.1",
75+
"@twilio-paste/uid-library": "^3.0.1",
7676
"@types/react": "^19.0.8",
7777
"@types/react-dom": "^19.0.3",
7878
"react": "^19.0.0",

packages/paste-core/components/alert/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+
## 15.0.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
39
## 15.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)