Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2412

Merged
merged 1 commit into from
Jun 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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