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 Jun 3, 2022
1 parent 12a5e83 commit 07d344c
Show file tree
Hide file tree
Showing 57 changed files with 491 additions and 320 deletions.
18 changes: 0 additions & 18 deletions .changeset/curly-onions-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-snails-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-timers-kneel.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/thin-grapes-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-color-contrast-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# @twilio-paste/color-contrast-utils

## 2.0.4

### Patch Changes

- [`9983b52e9`](https://github.com/twilio-labs/paste/commit/9983b52e92d15373824e4b3cc10572b2f51d58f8) [#2419](https://github.com/twilio-labs/paste/pull/2419) Thanks [@gloriliale](https://github.com/gloriliale)! - [Combobox, Data grid, Color contrast utils, Customization, Design tokens, Icons, Style props, Token contrast checker, Types, Utils, Website] Consolidate and update lodash dependencies and the way lodash is imported in our files, per lodash's guidance. Details: https://lodash.com/per-method-packages

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-color-contrast-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/color-contrast-utils",
"version": "2.0.3",
"version": "2.0.4",
"description": "Shared utilities for checking color contrast in Paste",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -29,6 +29,6 @@
"@twilio-paste/design-tokens": "^7.0.0"
},
"devDependencies": {
"@twilio-paste/design-tokens": "^7.1.1"
"@twilio-paste/design-tokens": "^7.2.2"
}
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 11.0.1

### Patch Changes

- [`9983b52e9`](https://github.com/twilio-labs/paste/commit/9983b52e92d15373824e4b3cc10572b2f51d58f8) [#2419](https://github.com/twilio-labs/paste/pull/2419) Thanks [@gloriliale](https://github.com/gloriliale)! - [Combobox, Data grid, Color contrast utils, Customization, Design tokens, Icons, Style props, Token contrast checker, Types, Utils, Website] Consolidate and update lodash dependencies and the way lodash is imported in our files, per lodash's guidance. Details: https://lodash.com/per-method-packages

## 11.0.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/paste-core/components/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "11.0.0",
"version": "11.0.1",
"category": "user input",
"status": "production",
"description": "A Combobox is a styled dropdown form element that allows users to either type a value or select a value from a list.",
Expand Down Expand Up @@ -56,21 +56,21 @@
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/button": "^10.0.0",
"@twilio-paste/combobox-primitive": "^0.3.3",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/flex": "^4.0.0",
"@twilio-paste/help-text": "^9.0.0",
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/icons": "^8.0.1",
"@twilio-paste/input": "^5.0.0",
"@twilio-paste/input-box": "^6.0.0",
"@twilio-paste/label": "^9.0.0",
"@twilio-paste/screen-reader-only": "^9.0.0",
"@twilio-paste/spinner": "^10.0.0",
"@twilio-paste/stack": "^4.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.1",
"@twilio-paste/text": "^6.0.0",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.5",
"@twilio-paste/types": "^3.1.7",
"@twilio-paste/uid-library": "^0.2.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/data-grid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @twilio-paste/data-grid

## 3.0.1

### Patch Changes

- [`9983b52e9`](https://github.com/twilio-labs/paste/commit/9983b52e92d15373824e4b3cc10572b2f51d58f8) [#2419](https://github.com/twilio-labs/paste/pull/2419) Thanks [@gloriliale](https://github.com/gloriliale)! - [Combobox, Data grid, Color contrast utils, Customization, Design tokens, Icons, Style props, Token contrast checker, Types, Utils, Website] Consolidate and update lodash dependencies and the way lodash is imported in our files, per lodash's guidance. Details: https://lodash.com/per-method-packages

## 3.0.0

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/paste-core/components/data-grid/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/data-grid",
"version": "3.0.0",
"version": "3.0.1",
"category": "interaction",
"status": "alpha",
"description": "A data grid is an interactive table used for working with a large collection of data in a scannable way.",
Expand Down Expand Up @@ -54,19 +54,19 @@
"@twilio-paste/animation-library": "^0.3.5",
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/button": "^10.0.0",
"@twilio-paste/customization": "^4.0.0",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/customization": "^4.0.1",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/icons": "^8.0.1",
"@twilio-paste/reakit-library": "^0.8.4",
"@twilio-paste/spinner": "^10.0.0",
"@twilio-paste/stack": "^4.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.1",
"@twilio-paste/table": "^4.0.0",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.5",
"@twilio-paste/types": "^3.1.7",
"@twilio-paste/uid-library": "^0.2.4",
"@twilio-paste/utils": "^1.1.3",
"@twilio-paste/utils": "^1.1.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/disclosure/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 8.0.1

### Patch Changes

- [`12a5e83e`](https://github.com/twilio-labs/paste/commit/12a5e83ed7bb998dfbf855072f9f38140f2f87a5) [#2449](https://github.com/twilio-labs/paste/pull/2449) Thanks [@shleewhite](https://github.com/shleewhite)! - Made a slight improvement to the TypeScript typings of several packages for better interoperability.

## 8.0.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/disclosure/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/disclosure",
"version": "8.0.0",
"version": "8.0.1",
"category": "interaction",
"status": "production",
"description": "A Disclosure is a collapsible accordion that gives hierarchy to a page.",
Expand Down Expand Up @@ -46,15 +46,15 @@
"@twilio-paste/animation-library": "^0.3.5",
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/card": "^5.0.0",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/disclosure-primitive": "^0.3.7",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/disclosure-primitive": "^0.3.8",
"@twilio-paste/heading": "^7.0.0",
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/icons": "^8.0.1",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.1",
"@twilio-paste/text": "^6.0.0",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.5",
"@twilio-paste/types": "^3.1.7",
"@twilio-paste/uid-library": "^0.2.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/form-pill-group/CHANGELOG.md
@@ -1,5 +1,11 @@
# @twilio-paste/form-pill-group

## 4.0.1

### Patch Changes

- [`12a5e83e`](https://github.com/twilio-labs/paste/commit/12a5e83ed7bb998dfbf855072f9f38140f2f87a5) [#2449](https://github.com/twilio-labs/paste/pull/2449) Thanks [@shleewhite](https://github.com/shleewhite)! - Made a slight improvement to the TypeScript typings of several packages for better interoperability.

## 4.0.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/form-pill-group/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/form-pill-group",
"version": "4.0.0",
"version": "4.0.1",
"category": "interaction",
"status": "production",
"description": "A Form Pill Group is an editable set of Pills used to visually represent a collection of entities inside a form field.",
Expand Down Expand Up @@ -44,15 +44,15 @@
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.5",
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/customization": "^4.0.0",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/customization": "^4.0.1",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/icons": "^8.0.1",
"@twilio-paste/reakit-library": "^0.8.4",
"@twilio-paste/screen-reader-only": "^9.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.1",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.5",
"@twilio-paste/types": "^3.1.7",
"@twilio-paste/uid-library": "^0.2.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/menu/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 10.0.1

### Patch Changes

- [`12a5e83e`](https://github.com/twilio-labs/paste/commit/12a5e83ed7bb998dfbf855072f9f38140f2f87a5) [#2449](https://github.com/twilio-labs/paste/pull/2449) Thanks [@shleewhite](https://github.com/shleewhite)! - Made a slight improvement to the TypeScript typings of several packages for better interoperability.

## 10.0.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/menu",
"version": "10.0.0",
"version": "10.0.1",
"category": "interaction",
"status": "production",
"description": "A Menu is a button that presents a list of items that users can choose to trigger an action.",
Expand Down Expand Up @@ -49,18 +49,18 @@
"@twilio-paste/anchor": "^8.0.0",
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/button": "^10.0.0",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/icons": "^8.0.1",
"@twilio-paste/media-object": "^6.0.0",
"@twilio-paste/menu-primitive": "^0.2.8",
"@twilio-paste/menu-primitive": "^0.2.9",
"@twilio-paste/reakit-library": "^0.8.4",
"@twilio-paste/separator": "^4.0.0",
"@twilio-paste/spinner": "^10.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.1",
"@twilio-paste/text": "^6.0.0",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.5",
"@twilio-paste/types": "^3.1.7",
"@twilio-paste/uid-library": "^0.2.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/modal/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 11.0.1

### Patch Changes

- [`12a5e83e`](https://github.com/twilio-labs/paste/commit/12a5e83ed7bb998dfbf855072f9f38140f2f87a5) [#2449](https://github.com/twilio-labs/paste/pull/2449) Thanks [@shleewhite](https://github.com/shleewhite)! - Made a slight improvement to the TypeScript typings of several packages for better interoperability.

## 11.0.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/modal",
"version": "11.0.0",
"version": "11.0.1",
"category": "overlay",
"status": "production",
"description": "A Modal is a page overlay that displays information and blocks interaction with the page until an action is taken or the Modal is dismissed.",
Expand Down Expand Up @@ -48,17 +48,17 @@
"@twilio-paste/animation-library": "^0.3.6",
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/button": "^10.0.0",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/flex": "^4.0.0",
"@twilio-paste/heading": "^7.0.0",
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/modal-dialog-primitive": "^0.3.0",
"@twilio-paste/icons": "^8.0.1",
"@twilio-paste/modal-dialog-primitive": "^0.3.1",
"@twilio-paste/spinner": "^10.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.1",
"@twilio-paste/text": "^6.0.0",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.6",
"@twilio-paste/types": "^3.1.7",
"@twilio-paste/uid-library": "^0.2.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/popover/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 9.0.1

### Patch Changes

- [`12a5e83e`](https://github.com/twilio-labs/paste/commit/12a5e83ed7bb998dfbf855072f9f38140f2f87a5) [#2449](https://github.com/twilio-labs/paste/pull/2449) Thanks [@shleewhite](https://github.com/shleewhite)! - Made a slight improvement to the TypeScript typings of several packages for better interoperability.

## 9.0.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/popover",
"version": "9.0.0",
"version": "9.0.1",
"category": "interaction",
"status": "production",
"description": "A Popover is a page overlay triggered by a click that displays additional interactive content.",
Expand Down Expand Up @@ -47,16 +47,16 @@
"@twilio-paste/badge": "^4.0.0",
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/button": "^10.0.0",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/non-modal-dialog-primitive": "^0.3.8",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/icons": "^8.0.1",
"@twilio-paste/non-modal-dialog-primitive": "^0.3.9",
"@twilio-paste/reakit-library": "^0.8.5",
"@twilio-paste/spinner": "^10.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.1",
"@twilio-paste/text": "^6.0.0",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.6",
"@twilio-paste/types": "^3.1.7",
"@twilio-paste/uid-library": "^0.2.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down

0 comments on commit 07d344c

Please sign in to comment.