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 2, 2021
1 parent 9ed68c8 commit 92e90af
Show file tree
Hide file tree
Showing 23 changed files with 113 additions and 79 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-colts-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brown-parents-cross.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/funny-geckos-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-bees-divide.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-stingrays-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-weeks-worry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 7.0.8

### Patch Changes

- [`9ed68c88`](https://github.com/twilio-labs/paste/commit/9ed68c886cd0992ff32b5aceff59c1f62a661e69) [#1826](https://github.com/twilio-labs/paste/pull/1826) Thanks [@andipants12](https://github.com/andipants12)! - [Button]: Link, Destructive link, and inverse destructive link button variants should have left aligned text.

## 7.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "7.0.7",
"version": "7.0.8",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@twilio-paste/anchor": "^5.0.3",
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/design-tokens": "^6.11.0",
"@twilio-paste/icons": "^5.3.0",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/icons": "^5.4.0",
"@twilio-paste/spinner": "^7.0.2",
"@twilio-paste/stack": "^2.0.3",
"@twilio-paste/style-props": "^3.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/disclosure/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.0.7

### Patch Changes

- [`ef450904`](https://github.com/twilio-labs/paste/commit/ef450904d727da5d1ddffc770a16a25c4a947247) [#1831](https://github.com/twilio-labs/paste/pull/1831) Thanks [@andipants12](https://github.com/andipants12)! - [Disclosure] Add z-index to Disclosure Heading to fix flash that occurs when disclosure content renders and the z-indeces are recalculated.

## 5.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/disclosure/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/disclosure",
"version": "5.0.6",
"version": "5.0.7",
"category": "interaction",
"status": "production",
"description": "A Disclosure is a collapsible accordion that gives hierarchy to a page.",
Expand Down Expand Up @@ -46,10 +46,10 @@
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/card": "^3.0.4",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/disclosure-primitive": "^0.3.4",
"@twilio-paste/heading": "^5.0.2",
"@twilio-paste/icons": "^5.1.2",
"@twilio-paste/icons": "^5.4.0",
"@twilio-paste/style-props": "^3.0.4",
"@twilio-paste/styling-library": "^0.3.2",
"@twilio-paste/text": "^4.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/skeleton-loader/CHANGELOG.md
@@ -1,5 +1,11 @@
# @twilio-paste/skeleton-loader

## 0.1.1

### Patch Changes

- [`ab55fa27`](https://github.com/twilio-labs/paste/commit/ab55fa270f982ad867a5933dcea8ee240e780fed) [#1814](https://github.com/twilio-labs/paste/pull/1814) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Skeleton-loader] Enable Compoonent to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/skeleton-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/skeleton-loader",
"version": "0.1.0",
"version": "0.1.1",
"category": "data display",
"status": "production",
"description": "A Skeleton Loader is a visual placeholder that gives users a hint of what type of information will be loaded on a page.",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/box": "^4.0.3",
"@twilio-paste/design-tokens": "^6.6.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.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/table/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.1.0

### Minor Changes

- [`f0737a27`](https://github.com/twilio-labs/paste/commit/f0737a279663a774e4d0a4beaa70ee6c11a55da7) [#1817](https://github.com/twilio-labs/paste/pull/1817) Thanks [@andipants12](https://github.com/andipants12)! - [Table]: Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/table",
"version": "2.0.4",
"version": "2.1.0",
"category": "data display",
"status": "production",
"description": "A Table is a collection of information displayed across columns and rows.",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/style-props": "^3.0.4",
"@twilio-paste/styling-library": "^0.3.2",
"@twilio-paste/theme": "^5.1.0",
Expand Down
33 changes: 33 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
@@ -1,5 +1,38 @@
# Change Log

## 10.11.0

### Minor Changes

- [`f0737a27`](https://github.com/twilio-labs/paste/commit/f0737a279663a774e4d0a4beaa70ee6c11a55da7) [#1817](https://github.com/twilio-labs/paste/pull/1817) Thanks [@andipants12](https://github.com/andipants12)! - [Table]: Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

### Patch Changes

- [`1cf0ee5f`](https://github.com/twilio-labs/paste/commit/1cf0ee5fb4d969474de7a3c299706d1fbdcf0482) [#1810](https://github.com/twilio-labs/paste/pull/1810) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Sibling Box] Enable SiblingBox to respect element customizations set on the customization provider. SiblingBox now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

* [`9ed68c88`](https://github.com/twilio-labs/paste/commit/9ed68c886cd0992ff32b5aceff59c1f62a661e69) [#1826](https://github.com/twilio-labs/paste/pull/1826) Thanks [@andipants12](https://github.com/andipants12)! - [Button]: Link, Destructive link, and inverse destructive link button variants should have left aligned text.

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

* [`ef450904`](https://github.com/twilio-labs/paste/commit/ef450904d727da5d1ddffc770a16a25c4a947247) [#1831](https://github.com/twilio-labs/paste/pull/1831) Thanks [@andipants12](https://github.com/andipants12)! - [Disclosure] Add z-index to Disclosure Heading to fix flash that occurs when disclosure content renders and the z-indeces are recalculated.

- [`ab55fa27`](https://github.com/twilio-labs/paste/commit/ab55fa270f982ad867a5933dcea8ee240e780fed) [#1814](https://github.com/twilio-labs/paste/pull/1814) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Skeleton-loader] Enable Compoonent to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

- Updated dependencies [[`1cf0ee5f`](https://github.com/twilio-labs/paste/commit/1cf0ee5fb4d969474de7a3c299706d1fbdcf0482), [`9ed68c88`](https://github.com/twilio-labs/paste/commit/9ed68c886cd0992ff32b5aceff59c1f62a661e69), [`30160725`](https://github.com/twilio-labs/paste/commit/30160725ecdb5a028f15a162c7a6806b7bc7b178), [`ef450904`](https://github.com/twilio-labs/paste/commit/ef450904d727da5d1ddffc770a16a25c4a947247), [`ab55fa27`](https://github.com/twilio-labs/paste/commit/ab55fa270f982ad867a5933dcea8ee240e780fed), [`f0737a27`](https://github.com/twilio-labs/paste/commit/f0737a279663a774e4d0a4beaa70ee6c11a55da7)]:
- @twilio-paste/sibling-box@3.0.4
- @twilio-paste/button@7.0.8
- @twilio-paste/design-tokens@6.11.1
- @twilio-paste/disclosure@5.0.7
- @twilio-paste/skeleton-loader@0.1.1
- @twilio-paste/table@2.1.0

## 10.10.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/paste-core/core-bundle/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "10.10.1",
"version": "10.11.0",
"status": "production",
"description": "Contains all the core packages from the Paste internal design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@twilio-paste/base-radio-checkbox": "^6.0.3",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/breadcrumb": "^4.0.2",
"@twilio-paste/button": "^7.0.7",
"@twilio-paste/button": "^7.0.8",
"@twilio-paste/card": "^3.1.0",
"@twilio-paste/checkbox": "^6.0.5",
"@twilio-paste/clipboard-copy-library": "^1.0.0",
Expand All @@ -43,8 +43,8 @@
"@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/disclosure": "^5.0.6",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/disclosure": "^5.0.7",
"@twilio-paste/disclosure-primitive": "^0.3.4",
"@twilio-paste/display-pill-group": "^1.0.0",
"@twilio-paste/dropdown-library": "^1.1.1",
Expand Down Expand Up @@ -72,13 +72,13 @@
"@twilio-paste/screen-reader-only": "^6.0.2",
"@twilio-paste/select": "^5.0.6",
"@twilio-paste/separator": "^2.1.0",
"@twilio-paste/sibling-box": "^3.0.3",
"@twilio-paste/skeleton-loader": "^0.1.0",
"@twilio-paste/sibling-box": "^3.0.4",
"@twilio-paste/skeleton-loader": "^0.1.1",
"@twilio-paste/spinner": "^7.0.2",
"@twilio-paste/stack": "^2.1.0",
"@twilio-paste/style-props": "^3.1.0",
"@twilio-paste/styling-library": "^0.3.4",
"@twilio-paste/table": "^2.0.4",
"@twilio-paste/table": "^2.1.0",
"@twilio-paste/tabs": "^2.0.6",
"@twilio-paste/tabs-primitive": "^0.2.3",
"@twilio-paste/text": "^4.1.2",
Expand All @@ -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
6 changes: 6 additions & 0 deletions packages/paste-core/primitives/sibling-box/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.0.4

### Patch Changes

- [`1cf0ee5f`](https://github.com/twilio-labs/paste/commit/1cf0ee5fb4d969474de7a3c299706d1fbdcf0482) [#1810](https://github.com/twilio-labs/paste/pull/1810) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Sibling Box] Enable SiblingBox to respect element customizations set on the customization provider. SiblingBox now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

## 3.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/primitives/sibling-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/sibling-box",
"version": "3.0.3",
"version": "3.0.4",
"category": "user input",
"status": "production",
"description": "A primitive used to extend box and create components that style siblings",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@twilio-paste/box": "^4.0.3",
"@twilio-paste/design-tokens": "^6.6.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.0.2",
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 92e90af

Please sign in to comment.