Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @twilio-paste/alert@1.0.17
 - @twilio-paste/button@2.3.6
 - @twilio-paste/combobox@1.3.18
 - @twilio-paste/disclosure@0.2.20
 - @twilio-paste/form@2.2.13
 - @twilio-paste/menu@1.1.19
 - @twilio-paste/modal@1.0.19
 - @twilio-paste/popover@1.0.18
 - @twilio-paste/spinner@2.0.13
 - @twilio-paste/tooltip@0.2.15
 - @twilio-paste/core@2.16.51
 - @twilio-paste/icons@3.4.0
 - @twilio-paste/website@2.5.1
  • Loading branch information
TwilioPasteBot committed Sep 10, 2020
1 parent bba48d0 commit fb78d69
Show file tree
Hide file tree
Showing 26 changed files with 187 additions and 80 deletions.
8 changes: 8 additions & 0 deletions packages/paste-core/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.17](https://github.com/twilio-labs/paste/compare/@twilio-paste/alert@1.0.16...@twilio-paste/alert@1.0.17) (2020-09-10)

**Note:** Version bump only for package @twilio-paste/alert





## [1.0.16](https://github.com/twilio-labs/paste/compare/@twilio-paste/alert@1.0.15...@twilio-paste/alert@1.0.16) (2020-09-09)

**Note:** Version bump only for package @twilio-paste/alert
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/alert",
"version": "1.0.16",
"version": "1.0.17",
"category": "feedback",
"status": "production",
"description": "An alert notifies a user to high-priority or time-sensitive information.",
Expand Down Expand Up @@ -30,11 +30,11 @@
"peerDependencies": {
"@twilio-paste/absolute": "^2.0.68",
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/button": "^2.3.5",
"@twilio-paste/button": "^2.3.6",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/media-object": "^1.2.55",
"@twilio-paste/spinner": "^2.0.12",
"@twilio-paste/spinner": "^2.0.13",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/theme": "^3.2.19",
Expand All @@ -47,11 +47,11 @@
"devDependencies": {
"@twilio-paste/absolute": "^2.0.68",
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/button": "^2.3.5",
"@twilio-paste/button": "^2.3.6",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/media-object": "^1.2.55",
"@twilio-paste/spinner": "^2.0.12",
"@twilio-paste/spinner": "^2.0.13",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/theme": "^3.2.19",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.6](https://github.com/twilio-labs/paste/compare/@twilio-paste/button@2.3.5...@twilio-paste/button@2.3.6) (2020-09-10)

**Note:** Version bump only for package @twilio-paste/button





## [2.3.5](https://github.com/twilio-labs/paste/compare/@twilio-paste/button@2.3.4...@twilio-paste/button@2.3.5) (2020-09-09)

**Note:** Version bump only for package @twilio-paste/button
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "2.3.5",
"version": "2.3.6",
"category": "interaction",
"status": "production",
"description": "Twilio's Button component",
Expand Down Expand Up @@ -33,8 +33,8 @@
"peerDependencies": {
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/spinner": "^2.0.12",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/spinner": "^2.0.13",
"@twilio-paste/stack": "^0.1.36",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
Expand All @@ -49,8 +49,8 @@
"@twilio-paste/absolute": "^2.0.68",
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/spinner": "^2.0.12",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/spinner": "^2.0.13",
"@twilio-paste/stack": "^0.1.36",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.18](https://github.com/twilio-labs/paste/compare/@twilio-paste/combobox@1.3.17...@twilio-paste/combobox@1.3.18) (2020-09-10)

**Note:** Version bump only for package @twilio-paste/combobox





## [1.3.17](https://github.com/twilio-labs/paste/compare/@twilio-paste/combobox@1.3.16...@twilio-paste/combobox@1.3.17) (2020-09-09)

**Note:** Version bump only for package @twilio-paste/combobox
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "1.3.17",
"version": "1.3.18",
"category": "user input",
"status": "alpha",
"description": "An accessible styled drop-down list box.",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"peerDependencies": {
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/button": "^2.3.5",
"@twilio-paste/button": "^2.3.6",
"@twilio-paste/combobox-primitive": "^0.1.6",
"@twilio-paste/form": "^2.2.12",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/form": "^2.2.13",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/text": "^2.3.2",
"prop-types": "^15.7.2",
Expand All @@ -42,10 +42,10 @@
},
"devDependencies": {
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/button": "^2.3.5",
"@twilio-paste/button": "^2.3.6",
"@twilio-paste/combobox-primitive": "^0.1.6",
"@twilio-paste/form": "^2.2.12",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/form": "^2.2.13",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/text": "^2.3.2",
"@types/lodash.groupby": "^4.6.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/disclosure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.20](https://github.com/twilio-labs/paste/compare/@twilio-paste/disclosure@0.2.19...@twilio-paste/disclosure@0.2.20) (2020-09-10)

**Note:** Version bump only for package @twilio-paste/disclosure





## [0.2.19](https://github.com/twilio-labs/paste/compare/@twilio-paste/disclosure@0.2.18...@twilio-paste/disclosure@0.2.19) (2020-09-09)

**Note:** Version bump only for package @twilio-paste/disclosure
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/disclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/disclosure",
"version": "0.2.19",
"version": "0.2.20",
"category": "interaction",
"status": "alpha",
"description": "The Disclosure is used to create accessible, hierarchical, and collapsible structure to your pages.",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/disclosure-primitive": "^0.2.2",
"@twilio-paste/heading": "^2.0.37",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/text": "^2.3.2",
Expand All @@ -50,7 +50,7 @@
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/disclosure-primitive": "^0.2.2",
"@twilio-paste/heading": "^2.0.37",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/text": "^2.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.13](https://github.com/twilio-labs/paste/compare/@twilio-paste/form@2.2.12...@twilio-paste/form@2.2.13) (2020-09-10)

**Note:** Version bump only for package @twilio-paste/form





## [2.2.12](https://github.com/twilio-labs/paste/compare/@twilio-paste/form@2.2.11...@twilio-paste/form@2.2.12) (2020-09-09)

**Note:** Version bump only for package @twilio-paste/form
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/form",
"version": "2.2.12",
"version": "2.2.13",
"category": "user input",
"status": "beta",
"description": "All the basic form elements for Twilio Paste",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/flex": "^0.3.55",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/screen-reader-only": "^1.1.12",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
Expand All @@ -50,7 +50,7 @@
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/flex": "^0.3.55",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/screen-reader-only": "^1.1.12",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.19](https://github.com/twilio-labs/paste/compare/@twilio-paste/menu@1.1.18...@twilio-paste/menu@1.1.19) (2020-09-10)

**Note:** Version bump only for package @twilio-paste/menu





## [1.1.18](https://github.com/twilio-labs/paste/compare/@twilio-paste/menu@1.1.17...@twilio-paste/menu@1.1.18) (2020-09-09)

**Note:** Version bump only for package @twilio-paste/menu
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/menu",
"version": "1.1.18",
"version": "1.1.19",
"category": "interaction",
"status": "alpha",
"description": "A menu presents a list of menu items that a user can choose to perform an action with.",
Expand Down Expand Up @@ -31,14 +31,14 @@
"@twilio-paste/absolute": "^2.0.68",
"@twilio-paste/anchor": "^1.2.3",
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/button": "^2.3.5",
"@twilio-paste/button": "^2.3.6",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/media-object": "^1.2.55",
"@twilio-paste/menu-primitive": "^0.1.8",
"@twilio-paste/reakit-library": "^0.7.0",
"@twilio-paste/separator": "^0.2.5",
"@twilio-paste/spinner": "^2.0.12",
"@twilio-paste/spinner": "^2.0.13",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/text": "^2.3.2",
Expand All @@ -53,14 +53,14 @@
"@twilio-paste/absolute": "^2.0.68",
"@twilio-paste/anchor": "^1.2.3",
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/button": "^2.3.5",
"@twilio-paste/button": "^2.3.6",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/media-object": "^1.2.55",
"@twilio-paste/menu-primitive": "^0.1.8",
"@twilio-paste/reakit-library": "^0.7.0",
"@twilio-paste/separator": "^0.2.5",
"@twilio-paste/spinner": "^2.0.12",
"@twilio-paste/spinner": "^2.0.13",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/text": "^2.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.19](https://github.com/twilio-labs/paste/compare/@twilio-paste/modal@1.0.18...@twilio-paste/modal@1.0.19) (2020-09-10)

**Note:** Version bump only for package @twilio-paste/modal





## [1.0.18](https://github.com/twilio-labs/paste/compare/@twilio-paste/modal@1.0.17...@twilio-paste/modal@1.0.18) (2020-09-09)

**Note:** Version bump only for package @twilio-paste/modal
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/modal",
"version": "1.0.18",
"version": "1.0.19",
"category": "overlay",
"status": "beta",
"description": "A modal displays content over the main page and blocks any interaction with the page.",
Expand Down Expand Up @@ -31,13 +31,13 @@
"@twilio-paste/absolute": "^2.0.68",
"@twilio-paste/animation-library": "^0.2.1",
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/button": "^2.3.5",
"@twilio-paste/button": "^2.3.6",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/flex": "^0.3.55",
"@twilio-paste/heading": "^2.0.37",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/modal-dialog-primitive": "^0.1.6",
"@twilio-paste/spinner": "^2.0.12",
"@twilio-paste/spinner": "^2.0.13",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/text": "^2.3.2",
Expand All @@ -52,13 +52,13 @@
"@twilio-paste/absolute": "^2.0.68",
"@twilio-paste/animation-library": "^0.2.1",
"@twilio-paste/box": "^2.10.2",
"@twilio-paste/button": "^2.3.5",
"@twilio-paste/button": "^2.3.6",
"@twilio-paste/design-tokens": "^6.3.0",
"@twilio-paste/flex": "^0.3.55",
"@twilio-paste/heading": "^2.0.37",
"@twilio-paste/icons": "^3.3.0",
"@twilio-paste/icons": "^3.4.0",
"@twilio-paste/modal-dialog-primitive": "^0.1.6",
"@twilio-paste/spinner": "^2.0.12",
"@twilio-paste/spinner": "^2.0.13",
"@twilio-paste/style-props": "^1.6.2",
"@twilio-paste/styling-library": "^0.1.2",
"@twilio-paste/text": "^2.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.18](https://github.com/twilio-labs/paste/compare/@twilio-paste/popover@1.0.17...@twilio-paste/popover@1.0.18) (2020-09-10)

**Note:** Version bump only for package @twilio-paste/popover





## [1.0.17](https://github.com/twilio-labs/paste/compare/@twilio-paste/popover@1.0.16...@twilio-paste/popover@1.0.17) (2020-09-09)

**Note:** Version bump only for package @twilio-paste/popover
Expand Down
Loading

1 comment on commit fb78d69

@vercel
Copy link

@vercel vercel bot commented on fb78d69 Sep 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.