Skip to content

Commit 33b786f

Browse files
chore(release): version packages (#2982)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c056da7 commit 33b786f

File tree

14 files changed

+70
-48
lines changed

14 files changed

+70
-48
lines changed

.changeset/good-camels-carry.md

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

.changeset/slimy-hairs-cover.md

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

.changeset/swift-trains-approve.md

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

packages/paste-core/components/disclosure/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+
## 9.0.3
4+
5+
### Patch Changes
6+
7+
- [`0b497ed21`](https://github.com/twilio-labs/paste/commit/0b497ed21b409a00b5b262f6cf106ad763b08449) [#2961](https://github.com/twilio-labs/paste/pull/2961) Thanks [@shleewhite](https://github.com/shleewhite)! - [Disclosure] Update styles to align with new Paste Twilio theme
8+
39
## 9.0.2
410

511
### Patch Changes

packages/paste-core/components/disclosure/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/disclosure",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"category": "interaction",
55
"status": "production",
66
"description": "A Disclosure is a collapsible accordion that gives hierarchy to a page.",
@@ -46,14 +46,14 @@
4646
"@twilio-paste/animation-library": "^0.3.9",
4747
"@twilio-paste/box": "^7.1.2",
4848
"@twilio-paste/card": "^6.0.2",
49-
"@twilio-paste/design-tokens": "^8.3.0",
49+
"@twilio-paste/design-tokens": "^8.5.0",
5050
"@twilio-paste/disclosure-primitive": "^0.3.10",
5151
"@twilio-paste/heading": "^8.0.2",
52-
"@twilio-paste/icons": "^9.3.1",
52+
"@twilio-paste/icons": "^9.4.3",
5353
"@twilio-paste/style-props": "^6.1.2",
5454
"@twilio-paste/styling-library": "^1.0.3",
5555
"@twilio-paste/text": "^7.0.2",
56-
"@twilio-paste/theme": "^8.0.3",
56+
"@twilio-paste/theme": "^8.3.0",
5757
"@twilio-paste/types": "^3.1.9",
5858
"@twilio-paste/uid-library": "^0.2.6",
5959
"prop-types": "^15.7.2",

packages/paste-core/core-bundle/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 17.6.0
4+
5+
### Minor Changes
6+
7+
- [`c056da73e`](https://github.com/twilio-labs/paste/commit/c056da73e1d6379dfc74d49201c4129902791c17) [#2927](https://github.com/twilio-labs/paste/pull/2927) Thanks [@jb-twilio](https://github.com/jb-twilio)! - [Theme, Design Tokens] Add evergreen design tokens and theme
8+
9+
### Patch Changes
10+
11+
- [`0b497ed21`](https://github.com/twilio-labs/paste/commit/0b497ed21b409a00b5b262f6cf106ad763b08449) [#2961](https://github.com/twilio-labs/paste/pull/2961) Thanks [@shleewhite](https://github.com/shleewhite)! - [Icons] update the ChevronDisclosureIcon, deprecate ChevronDisclosureExpandedIcon and ChevronDisclosureCollapsedIcon
12+
13+
* [`0b497ed21`](https://github.com/twilio-labs/paste/commit/0b497ed21b409a00b5b262f6cf106ad763b08449) [#2961](https://github.com/twilio-labs/paste/pull/2961) Thanks [@shleewhite](https://github.com/shleewhite)! - [Disclosure] Update styles to align with new Paste Twilio theme
14+
15+
* Updated dependencies [[`c056da73e`](https://github.com/twilio-labs/paste/commit/c056da73e1d6379dfc74d49201c4129902791c17), [`0b497ed21`](https://github.com/twilio-labs/paste/commit/0b497ed21b409a00b5b262f6cf106ad763b08449)]:
16+
- @twilio-paste/design-tokens@8.5.0
17+
- @twilio-paste/theme@8.3.0
18+
- @twilio-paste/disclosure@9.0.3
19+
320
## 17.5.0
421

522
### Minor Changes

packages/paste-core/core-bundle/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/core",
3-
"version": "17.5.0",
3+
"version": "17.6.0",
44
"status": "production",
55
"description": "Core contains all the packages from the Paste design system.",
66
"author": "Twilio Inc.",
@@ -51,8 +51,8 @@
5151
"@twilio-paste/data-visualization-library": "^2.0.2",
5252
"@twilio-paste/date-picker": "^3.0.2",
5353
"@twilio-paste/description-list": "^1.0.0",
54-
"@twilio-paste/design-tokens": "^8.4.0",
55-
"@twilio-paste/disclosure": "^9.0.2",
54+
"@twilio-paste/design-tokens": "^8.5.0",
55+
"@twilio-paste/disclosure": "^9.0.3",
5656
"@twilio-paste/disclosure-primitive": "^0.3.10",
5757
"@twilio-paste/display-heading": "^1.0.1",
5858
"@twilio-paste/display-pill-group": "^5.0.1",
@@ -105,7 +105,7 @@
105105
"@twilio-paste/tabs-primitive": "^0.2.9",
106106
"@twilio-paste/text": "^7.0.2",
107107
"@twilio-paste/textarea": "^7.0.2",
108-
"@twilio-paste/theme": "^8.2.0",
108+
"@twilio-paste/theme": "^8.3.0",
109109
"@twilio-paste/time-picker": "^3.0.2",
110110
"@twilio-paste/toast": "^9.0.2",
111111
"@twilio-paste/tooltip": "^8.0.2",
@@ -122,7 +122,7 @@
122122
"react-dom": "^16.8.6 || ^17.0.2"
123123
},
124124
"devDependencies": {
125-
"@twilio-paste/icons": "^9.4.1",
125+
"@twilio-paste/icons": "^9.4.3",
126126
"prop-types": "^15.7.2",
127127
"react": "^17.0.2",
128128
"react-dom": "^17.0.2",

packages/paste-design-tokens/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+
## 8.5.0
4+
5+
### Minor Changes
6+
7+
- [`c056da73e`](https://github.com/twilio-labs/paste/commit/c056da73e1d6379dfc74d49201c4129902791c17) [#2927](https://github.com/twilio-labs/paste/pull/2927) Thanks [@jb-twilio](https://github.com/jb-twilio)! - [Theme, Design Tokens] Add evergreen design tokens and theme
8+
39
## 8.4.0
410

511
### Minor Changes

packages/paste-design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/design-tokens",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.",
55
"main": "dist/tokens.common.js",
66
"module": "dist/tokens.es6.js",

packages/paste-icons/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+
## 9.4.3
4+
5+
### Patch Changes
6+
7+
- [`0b497ed21`](https://github.com/twilio-labs/paste/commit/0b497ed21b409a00b5b262f6cf106ad763b08449) [#2961](https://github.com/twilio-labs/paste/pull/2961) Thanks [@shleewhite](https://github.com/shleewhite)! - [Icons] update the ChevronDisclosureIcon, deprecate ChevronDisclosureExpandedIcon and ChevronDisclosureCollapsedIcon
8+
39
## 9.4.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)