diff --git a/.changeset/funny-geckos-deny.md b/.changeset/funny-geckos-deny.md deleted file mode 100644 index af1665f3b0..0000000000 --- a/.changeset/funny-geckos-deny.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@twilio-paste/design-tokens': patch -'@twilio-paste/core': patch ---- - -Added an alias for orange-65 and added the following text color tokens for icons: - -- color-text-icon-error -> red-60 (default) / red-40 (dark) -- color-text-icon-success -> green-70 (default) / green-50 (dark) -- color-text-icon-warning -> orange-65 (default) / orange-40 (dark) -- color-text-icon-neutral -> blue-80 (default) / blue-40 (dark) -- color-text-icon-brand-highlight -> amaranth -- color-text-icon-brand-inverse -> gray-0 diff --git a/.changeset/shaggy-masks-drop.md b/.changeset/shaggy-masks-drop.md deleted file mode 100644 index 6d7a3c2782..0000000000 --- a/.changeset/shaggy-masks-drop.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@twilio-paste/icons': minor ---- - -Added the following icons: - -- ProcessDisabledIcon -- ProcessDraftIcon -- ProcessErrorIcon -- ProcessInProgressIcon -- ProcessNeutralIcon -- ProcessSuccessIcon -- ProcessWarningIcon diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 3e383a41da..77b2a60943 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 10.10.2 + +### Patch Changes + +- [`30160725`](https://github.com/twilio-labs/paste/commit/30160725ecdb5a028f15a162c7a6806b7bc7b178) [#1774](https://github.com/twilio-labs/paste/pull/1774) Thanks [@nkrantz](https://github.com/nkrantz)! - Added an alias for orange-65 and added the following text color tokens for icons: + + - color-text-icon-error -> red-60 (default) / red-40 (dark) + - color-text-icon-success -> green-70 (default) / green-50 (dark) + - color-text-icon-warning -> orange-65 (default) / orange-40 (dark) + - color-text-icon-neutral -> blue-80 (default) / blue-40 (dark) + - color-text-icon-brand-highlight -> amaranth + - color-text-icon-brand-inverse -> gray-0 + +- Updated dependencies [[`30160725`](https://github.com/twilio-labs/paste/commit/30160725ecdb5a028f15a162c7a6806b7bc7b178)]: + - @twilio-paste/design-tokens@6.11.1 + ## 10.10.1 ### Patch Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 0b24ddc9fd..201286bde6 100644 --- a/packages/paste-core/core-bundle/package.json +++ b/packages/paste-core/core-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/core", - "version": "10.10.1", + "version": "10.10.2", "status": "production", "description": "Contains all the core packages from the Paste internal design system.", "author": "Twilio Inc.", @@ -43,7 +43,7 @@ "@twilio-paste/combobox-primitive": "^0.3.0", "@twilio-paste/customization": "^2.1.1", "@twilio-paste/date-picker": "^0.1.0", - "@twilio-paste/design-tokens": "^6.11.0", + "@twilio-paste/design-tokens": "^6.11.1", "@twilio-paste/disclosure": "^5.0.6", "@twilio-paste/disclosure-primitive": "^0.3.4", "@twilio-paste/display-pill-group": "^1.0.0", @@ -99,7 +99,7 @@ "react-dom": "^16.8.6" }, "devDependencies": { - "@twilio-paste/icons": "^5.3.2", + "@twilio-paste/icons": "^5.4.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6" diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index dc39488d1f..27dcce2c5b 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 6.11.1 + +### Patch Changes + +- [`30160725`](https://github.com/twilio-labs/paste/commit/30160725ecdb5a028f15a162c7a6806b7bc7b178) [#1774](https://github.com/twilio-labs/paste/pull/1774) Thanks [@nkrantz](https://github.com/nkrantz)! - Added an alias for orange-65 and added the following text color tokens for icons: + + - color-text-icon-error -> red-60 (default) / red-40 (dark) + - color-text-icon-success -> green-70 (default) / green-50 (dark) + - color-text-icon-warning -> orange-65 (default) / orange-40 (dark) + - color-text-icon-neutral -> blue-80 (default) / blue-40 (dark) + - color-text-icon-brand-highlight -> amaranth + - color-text-icon-brand-inverse -> gray-0 + ## 6.11.0 ### Minor Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index bb3801b8e3..4288d265b2 100644 --- a/packages/paste-design-tokens/package.json +++ b/packages/paste-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/design-tokens", - "version": "6.11.0", + "version": "6.11.1", "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", diff --git a/packages/paste-icons/CHANGELOG.md b/packages/paste-icons/CHANGELOG.md index dfef6ba7b0..7cd5d4c1f3 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 5.4.0 + +### Minor Changes + +- [`e967a33c`](https://github.com/twilio-labs/paste/commit/e967a33c342172dd0d9aba74b8425ccceeac755d) [#1774](https://github.com/twilio-labs/paste/pull/1774) Thanks [@nkrantz](https://github.com/nkrantz)! - Added the following icons: + + - ProcessDisabledIcon + - ProcessDraftIcon + - ProcessErrorIcon + - ProcessInProgressIcon + - ProcessNeutralIcon + - ProcessSuccessIcon + - ProcessWarningIcon + ## 5.3.2 ### Patch Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index 98a5df8dd3..68d02d0a55 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "5.3.2", + "version": "5.4.0", "description": "Twilio's icon library, ready for use and with accessibility considerations", "author": "Twilio Inc.", "license": "MIT", @@ -38,7 +38,7 @@ }, "devDependencies": { "@twilio-paste/box": "^4.0.3", - "@twilio-paste/design-tokens": "^6.9.0", + "@twilio-paste/design-tokens": "^6.11.1", "@twilio-paste/style-props": "^3.0.2", "@twilio-paste/styling-library": "^0.3.1", "@twilio-paste/theme": "^5.2.0",