Skip to content

Commit c2c36b8

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

File tree

9 files changed

+37
-23
lines changed

9 files changed

+37
-23
lines changed

.changeset/brave-clouds-sneeze.md

-6
This file was deleted.

.changeset/pretty-weeks-smash.md

-6
This file was deleted.

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

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 20.23.0
4+
5+
### Minor Changes
6+
7+
- [`b5e73f1a7`](https://github.com/twilio-labs/paste/commit/b5e73f1a7485b707fed2aaa491f23e55263326d1) [#4264](https://github.com/twilio-labs/paste/pull/4264) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added a new build script to generate a CSS file that applies variables for individual themes using the body[data-theme] attribute.
8+
9+
* [`b5e73f1a7`](https://github.com/twilio-labs/paste/commit/b5e73f1a7485b707fed2aaa491f23e55263326d1) [#4264](https://github.com/twilio-labs/paste/pull/4264) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Theme] Added the property `useCssVariables` which allows the color values to be pulled from CSS variables instead of static values
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`b5e73f1a7`](https://github.com/twilio-labs/paste/commit/b5e73f1a7485b707fed2aaa491f23e55263326d1), [`b5e73f1a7`](https://github.com/twilio-labs/paste/commit/b5e73f1a7485b707fed2aaa491f23e55263326d1)]:
14+
- @twilio-paste/design-tokens@10.14.0
15+
- @twilio-paste/theme@11.2.0
16+
317
## 20.22.0
418

519
### Minor Changes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/core",
3-
"version": "20.22.0",
3+
"version": "20.23.0",
44
"status": "production",
55
"description": "Core contains all the packages from the Paste design system.",
66
"author": "Twilio Inc.",
@@ -104,7 +104,7 @@
104104
"@twilio-paste/data-visualization-library": "^5.1.0",
105105
"@twilio-paste/date-picker": "^6.1.1",
106106
"@twilio-paste/description-list": "^4.2.0",
107-
"@twilio-paste/design-tokens": "^10.13.0",
107+
"@twilio-paste/design-tokens": "^10.14.0",
108108
"@twilio-paste/detail-text": "^3.1.0",
109109
"@twilio-paste/disclosure": "^12.1.0",
110110
"@twilio-paste/disclosure-primitive": "^2.1.1",
@@ -173,7 +173,7 @@
173173
"@twilio-paste/tabs-primitive": "^2.0.1",
174174
"@twilio-paste/text": "^10.1.1",
175175
"@twilio-paste/textarea": "^10.2.0",
176-
"@twilio-paste/theme": "^11.1.1",
176+
"@twilio-paste/theme": "^11.2.0",
177177
"@twilio-paste/time-picker": "^6.1.1",
178178
"@twilio-paste/timeline": "^1.0.1",
179179
"@twilio-paste/toast": "^12.2.2",

packages/paste-design-tokens/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 10.14.0
4+
5+
### Minor Changes
6+
7+
- [`b5e73f1a7`](https://github.com/twilio-labs/paste/commit/b5e73f1a7485b707fed2aaa491f23e55263326d1) [#4264](https://github.com/twilio-labs/paste/pull/4264) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added a new build script to generate a CSS file that applies variables for individual themes using the body[data-theme] attribute.
8+
39
## 10.13.0
410

511
### Minor Changes

packages/paste-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/design-tokens",
3-
"version": "10.13.0",
3+
"version": "10.14.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-theme/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 11.2.0
4+
5+
### Minor Changes
6+
7+
- [`b5e73f1a7`](https://github.com/twilio-labs/paste/commit/b5e73f1a7485b707fed2aaa491f23e55263326d1) [#4264](https://github.com/twilio-labs/paste/pull/4264) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Theme] Added the property `useCssVariables` which allows the color values to be pulled from CSS variables instead of static values
8+
39
## 11.1.1
410

511
### Patch Changes

packages/paste-theme/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/theme",
3-
"version": "11.1.1",
3+
"version": "11.2.0",
44
"description": "Paste Design System Theme Package which provides support for APIs to theme UIs and components.",
55
"author": "Twilio Inc.",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@twilio-paste/animation-library": "^2.0.0",
3737
"@twilio-paste/color-contrast-utils": "^5.0.0",
38-
"@twilio-paste/design-tokens": "^10.11.1",
38+
"@twilio-paste/design-tokens": "^10.14.0",
3939
"@twilio-paste/styling-library": "^3.0.0",
4040
"@twilio-paste/types": "^6.0.0",
4141
"@types/react": "^18.0.27",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -12402,7 +12402,7 @@ __metadata:
1240212402
"@twilio-paste/data-visualization-library": ^5.1.0
1240312403
"@twilio-paste/date-picker": ^6.1.1
1240412404
"@twilio-paste/description-list": ^4.2.0
12405-
"@twilio-paste/design-tokens": ^10.13.0
12405+
"@twilio-paste/design-tokens": ^10.14.0
1240612406
"@twilio-paste/detail-text": ^3.1.0
1240712407
"@twilio-paste/disclosure": ^12.1.0
1240812408
"@twilio-paste/disclosure-primitive": ^2.1.1
@@ -12472,7 +12472,7 @@ __metadata:
1247212472
"@twilio-paste/tabs-primitive": ^2.0.1
1247312473
"@twilio-paste/text": ^10.1.1
1247412474
"@twilio-paste/textarea": ^10.2.0
12475-
"@twilio-paste/theme": ^11.1.1
12475+
"@twilio-paste/theme": ^11.2.0
1247612476
"@twilio-paste/time-picker": ^6.1.1
1247712477
"@twilio-paste/timeline": ^1.0.1
1247812478
"@twilio-paste/toast": ^12.2.2
@@ -12750,7 +12750,7 @@ __metadata:
1275012750
languageName: unknown
1275112751
linkType: soft
1275212752

12753-
"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.11.0, @twilio-paste/design-tokens@^10.11.1, @twilio-paste/design-tokens@^10.12.0, @twilio-paste/design-tokens@^10.13.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^10.9.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens":
12753+
"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.11.0, @twilio-paste/design-tokens@^10.11.1, @twilio-paste/design-tokens@^10.12.0, @twilio-paste/design-tokens@^10.13.0, @twilio-paste/design-tokens@^10.14.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^10.9.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens":
1275412754
version: 0.0.0-use.local
1275512755
resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens"
1275612756
dependencies:
@@ -15585,13 +15585,13 @@ __metadata:
1558515585
languageName: unknown
1558615586
linkType: soft
1558715587

15588-
"@twilio-paste/theme@^11.0.0, @twilio-paste/theme@^11.0.1, @twilio-paste/theme@^11.1.0, @twilio-paste/theme@^11.1.1, @twilio-paste/theme@workspace:packages/paste-theme":
15588+
"@twilio-paste/theme@^11.0.0, @twilio-paste/theme@^11.0.1, @twilio-paste/theme@^11.1.0, @twilio-paste/theme@^11.1.1, @twilio-paste/theme@^11.2.0, @twilio-paste/theme@workspace:packages/paste-theme":
1558915589
version: 0.0.0-use.local
1559015590
resolution: "@twilio-paste/theme@workspace:packages/paste-theme"
1559115591
dependencies:
1559215592
"@twilio-paste/animation-library": ^2.0.0
1559315593
"@twilio-paste/color-contrast-utils": ^5.0.0
15594-
"@twilio-paste/design-tokens": ^10.11.1
15594+
"@twilio-paste/design-tokens": ^10.14.0
1559515595
"@twilio-paste/styling-library": ^3.0.0
1559615596
"@twilio-paste/types": ^6.0.0
1559715597
"@types/react": ^18.0.27

0 commit comments

Comments
 (0)