Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 1, 2021
1 parent 8f0e70a commit 1563be3
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 32 deletions.
13 changes: 0 additions & 13 deletions .changeset/funny-geckos-deny.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/shaggy-masks-drop.md

This file was deleted.

16 changes: 16 additions & 0 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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.",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
13 changes: 13 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
14 changes: 14 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1563be3

Please sign in to comment.