Skip to content

Commit 2d356d8

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

File tree

241 files changed

+7978
-5558
lines changed

Some content is hidden

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

241 files changed

+7978
-5558
lines changed

.changeset/forty-planes-approve.md

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

packages/paste-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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": "^20.22.0",
28+
"@twilio-paste/core": "^21.0.0",
2929
"tsx": "^4.0.0"
3030
}
3131
}

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

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [`f48211e56`](https://github.com/twilio-labs/paste/commit/f48211e5681a0c7afc5055842fe98273174fde2a) [#4258](https://github.com/twilio-labs/paste/pull/4258) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [all packages]: Upgrade to React 19 and drop support for React 16. Paste only supports the three latest versions of React. If you're using Paste in a React 17, 18, or 19 app, you should be able to upgrade with full backwards compatibility. If you experience any issues, please let us know on Github.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f48211e56`](https://github.com/twilio-labs/paste/commit/f48211e5681a0c7afc5055842fe98273174fde2a)]:
12+
- @twilio-paste/anchor@13.0.0
13+
- @twilio-paste/badge@9.0.0
14+
- @twilio-paste/button@15.0.0
15+
- @twilio-paste/menu@15.0.0
16+
- @twilio-paste/screen-reader-only@14.0.0
17+
- @twilio-paste/separator@9.0.0
18+
- @twilio-paste/spinner@15.0.0
19+
- @twilio-paste/media-object@11.0.0
20+
- @twilio-paste/stack@9.0.0
21+
- @twilio-paste/box@11.0.0
22+
- @twilio-paste/menu-primitive@3.0.0
23+
- @twilio-paste/text@11.0.0
24+
- @twilio-paste/customization@9.0.0
25+
- @twilio-paste/icons@13.0.0
26+
- @twilio-paste/animation-library@3.0.0
27+
- @twilio-paste/reakit-library@3.0.0
28+
- @twilio-paste/styling-library@4.0.0
29+
- @twilio-paste/uid-library@3.0.0
30+
- @twilio-paste/style-props@10.0.0
31+
- @twilio-paste/theme@12.0.0
32+
- @twilio-paste/types@7.0.0
33+
334
## 3.0.1
435

536
### Patch Changes

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

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/account-switcher",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
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.",
@@ -25,58 +25,58 @@
2525
"tsc": "tsc"
2626
},
2727
"peerDependencies": {
28-
"@twilio-paste/anchor": "^12.0.0",
29-
"@twilio-paste/animation-library": "^2.0.0",
30-
"@twilio-paste/badge": "^8.0.0",
31-
"@twilio-paste/box": "^10.0.0",
32-
"@twilio-paste/button": "^14.0.0",
28+
"@twilio-paste/anchor": "^13.0.0",
29+
"@twilio-paste/animation-library": "^3.0.0",
30+
"@twilio-paste/badge": "^9.0.0",
31+
"@twilio-paste/box": "^11.0.0",
32+
"@twilio-paste/button": "^15.0.0",
3333
"@twilio-paste/color-contrast-utils": "^5.0.0",
34-
"@twilio-paste/customization": "^8.0.0",
34+
"@twilio-paste/customization": "^9.0.0",
3535
"@twilio-paste/design-tokens": "^10.0.0",
36-
"@twilio-paste/icons": "^12.0.0",
37-
"@twilio-paste/media-object": "^10.0.0",
38-
"@twilio-paste/menu": "^14.0.0",
39-
"@twilio-paste/menu-primitive": "^2.0.0",
40-
"@twilio-paste/reakit-library": "^2.0.0",
41-
"@twilio-paste/screen-reader-only": "13.1.1",
42-
"@twilio-paste/separator": "^8.0.0",
43-
"@twilio-paste/spinner": "^14.0.0",
44-
"@twilio-paste/stack": "^8.0.0",
45-
"@twilio-paste/style-props": "^9.0.0",
46-
"@twilio-paste/styling-library": "^3.0.0",
47-
"@twilio-paste/text": "10.1.1",
48-
"@twilio-paste/theme": "^11.0.0",
49-
"@twilio-paste/types": "^6.0.0",
50-
"@twilio-paste/uid-library": "^2.0.0",
36+
"@twilio-paste/icons": "^13.0.0",
37+
"@twilio-paste/media-object": "^11.0.0",
38+
"@twilio-paste/menu": "^15.0.0",
39+
"@twilio-paste/menu-primitive": "^3.0.0",
40+
"@twilio-paste/reakit-library": "^3.0.0",
41+
"@twilio-paste/screen-reader-only": "14.0.0",
42+
"@twilio-paste/separator": "^9.0.0",
43+
"@twilio-paste/spinner": "^15.0.0",
44+
"@twilio-paste/stack": "^9.0.0",
45+
"@twilio-paste/style-props": "^10.0.0",
46+
"@twilio-paste/styling-library": "^4.0.0",
47+
"@twilio-paste/text": "11.0.0",
48+
"@twilio-paste/theme": "^12.0.0",
49+
"@twilio-paste/types": "^7.0.0",
50+
"@twilio-paste/uid-library": "^3.0.0",
5151
"@types/react": "^17.0.2 || ^18.0.27 || ^19.0.0",
5252
"@types/react-dom": "^17.0.2 || ^18.0.10 || ^19.0.0",
5353
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
5454
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
5555
},
5656
"devDependencies": {
57-
"@twilio-paste/anchor": "^12.1.0",
58-
"@twilio-paste/animation-library": "^2.0.0",
59-
"@twilio-paste/badge": "^8.1.0",
60-
"@twilio-paste/box": "^10.2.0",
61-
"@twilio-paste/button": "^14.1.0",
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",
6262
"@twilio-paste/color-contrast-utils": "^5.0.0",
63-
"@twilio-paste/customization": "^8.1.1",
63+
"@twilio-paste/customization": "^9.0.0",
6464
"@twilio-paste/design-tokens": "^10.3.0",
65-
"@twilio-paste/icons": "^12.2.1",
66-
"@twilio-paste/media-object": "^10.1.0",
67-
"@twilio-paste/menu": "^14.1.0",
68-
"@twilio-paste/menu-primitive": "^2.1.1",
69-
"@twilio-paste/reakit-library": "^2.1.0",
70-
"@twilio-paste/screen-reader-only": "13.1.1",
71-
"@twilio-paste/separator": "^8.1.1",
72-
"@twilio-paste/spinner": "^14.1.1",
73-
"@twilio-paste/stack": "^8.1.0",
74-
"@twilio-paste/style-props": "^9.1.1",
75-
"@twilio-paste/styling-library": "^3.0.0",
76-
"@twilio-paste/text": "10.1.1",
77-
"@twilio-paste/theme": "^11.0.0",
78-
"@twilio-paste/types": "^6.0.0",
79-
"@twilio-paste/uid-library": "^2.0.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",
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @twilio-paste/ai-chat-log
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [`f48211e56`](https://github.com/twilio-labs/paste/commit/f48211e5681a0c7afc5055842fe98273174fde2a) [#4258](https://github.com/twilio-labs/paste/pull/4258) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [all packages]: Upgrade to React 19 and drop support for React 16. Paste only supports the three latest versions of React. If you're using Paste in a React 17, 18, or 19 app, you should be able to upgrade with full backwards compatibility. If you experience any issues, please let us know on Github.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f48211e56`](https://github.com/twilio-labs/paste/commit/f48211e5681a0c7afc5055842fe98273174fde2a)]:
12+
- @twilio-paste/anchor@13.0.0
13+
- @twilio-paste/avatar@10.0.0
14+
- @twilio-paste/button@15.0.0
15+
- @twilio-paste/screen-reader-only@14.0.0
16+
- @twilio-paste/skeleton-loader@7.0.0
17+
- @twilio-paste/spinner@15.0.0
18+
- @twilio-paste/stack@9.0.0
19+
- @twilio-paste/box@11.0.0
20+
- @twilio-paste/text@11.0.0
21+
- @twilio-paste/customization@9.0.0
22+
- @twilio-paste/icons@13.0.0
23+
- @twilio-paste/animation-library@3.0.0
24+
- @twilio-paste/styling-library@4.0.0
25+
- @twilio-paste/uid-library@3.0.0
26+
- @twilio-paste/style-props@10.0.0
27+
- @twilio-paste/theme@12.0.0
28+
- @twilio-paste/types@7.0.0
29+
330
## 1.1.0
431

532
### Minor Changes

0 commit comments

Comments
 (0)