Skip to content
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

Version Packages #4272

Merged
merged 1 commit into from
Mar 17, 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
6 changes: 0 additions & 6 deletions .changeset/brave-clouds-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-weeks-smash.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 20.23.0

### Minor Changes

- [`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.

* [`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

### Patch Changes

- Updated dependencies [[`b5e73f1a7`](https://github.com/twilio-labs/paste/commit/b5e73f1a7485b707fed2aaa491f23e55263326d1), [`b5e73f1a7`](https://github.com/twilio-labs/paste/commit/b5e73f1a7485b707fed2aaa491f23e55263326d1)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]

## 20.22.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/core-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "20.22.0",
"version": "20.23.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -104,7 +104,7 @@
"@twilio-paste/data-visualization-library": "^5.1.0",
"@twilio-paste/date-picker": "^6.1.1",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/design-tokens": "^10.14.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
Expand Down Expand Up @@ -173,7 +173,7 @@
"@twilio-paste/tabs-primitive": "^2.0.1",
"@twilio-paste/text": "^10.1.1",
"@twilio-paste/textarea": "^10.2.0",
"@twilio-paste/theme": "^11.1.1",
"@twilio-paste/theme": "^11.2.0",
"@twilio-paste/time-picker": "^6.1.1",
"@twilio-paste/timeline": "^1.0.1",
"@twilio-paste/toast": "^12.2.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.14.0

### Minor Changes

- [`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.

## 10.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/design-tokens",
"version": "10.13.0",
"version": "10.14.0",
"description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.",
"main": "dist/tokens.common.js",
"module": "dist/tokens.es6.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 11.2.0

### Minor Changes

- [`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

## 11.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/theme",
"version": "11.1.1",
"version": "11.2.0",
"description": "Paste Design System Theme Package which provides support for APIs to theme UIs and components.",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/design-tokens": "^10.11.1",
"@twilio-paste/design-tokens": "^10.14.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/types": "^6.0.0",
"@types/react": "^18.0.27",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12402,7 +12402,7 @@ __metadata:
"@twilio-paste/data-visualization-library": ^5.1.0
"@twilio-paste/date-picker": ^6.1.1
"@twilio-paste/description-list": ^4.2.0
"@twilio-paste/design-tokens": ^10.13.0
"@twilio-paste/design-tokens": ^10.14.0
"@twilio-paste/detail-text": ^3.1.0
"@twilio-paste/disclosure": ^12.1.0
"@twilio-paste/disclosure-primitive": ^2.1.1
Expand Down Expand Up @@ -12472,7 +12472,7 @@ __metadata:
"@twilio-paste/tabs-primitive": ^2.0.1
"@twilio-paste/text": ^10.1.1
"@twilio-paste/textarea": ^10.2.0
"@twilio-paste/theme": ^11.1.1
"@twilio-paste/theme": ^11.2.0
"@twilio-paste/time-picker": ^6.1.1
"@twilio-paste/timeline": ^1.0.1
"@twilio-paste/toast": ^12.2.2
Expand Down Expand Up @@ -12750,7 +12750,7 @@ __metadata:
languageName: unknown
linkType: soft

"@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":
"@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":
version: 0.0.0-use.local
resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens"
dependencies:
Expand Down Expand Up @@ -15585,13 +15585,13 @@ __metadata:
languageName: unknown
linkType: soft

"@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":
"@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":
version: 0.0.0-use.local
resolution: "@twilio-paste/theme@workspace:packages/paste-theme"
dependencies:
"@twilio-paste/animation-library": ^2.0.0
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/design-tokens": ^10.11.1
"@twilio-paste/design-tokens": ^10.14.0
"@twilio-paste/styling-library": ^3.0.0
"@twilio-paste/types": ^6.0.0
"@types/react": ^18.0.27
Expand Down
Loading