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 May 27, 2022
1 parent 9983b52 commit fe85589
Show file tree
Hide file tree
Showing 29 changed files with 217 additions and 132 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-snails-end.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
10 changes: 5 additions & 5 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/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.0",
"@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
14 changes: 7 additions & 7 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/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.0",
"@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/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.1

### Patch Changes

- [`81fb5944`](https://github.com/twilio-labs/paste/commit/81fb5944168dbbb5579a6d0ebf2cff37d2455cd8) [#2410](https://github.com/twilio-labs/paste/pull/2410) Thanks [@nkrantz](https://github.com/nkrantz)! - [Tabs] Enable left/right arrow key tab switching on vertical tabs in addition to up/down

## 4.0.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/tabs",
"version": "4.0.0",
"version": "4.0.1",
"category": "interaction",
"status": "production",
"description": "Tabs are labeled controls that allow users to switch between multiple views within a page.",
Expand Down Expand Up @@ -40,14 +40,14 @@
},
"devDependencies": {
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/design-tokens": "^7.1.1",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/flex": "^4.0.0",
"@twilio-paste/reakit-library": "^0.8.4",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/tabs-primitive": "^0.2.6",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.6",
"@twilio-paste/types": "^3.1.7",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
19 changes: 19 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 13.0.1

### Patch Changes

- [`81fb5944`](https://github.com/twilio-labs/paste/commit/81fb5944168dbbb5579a6d0ebf2cff37d2455cd8) [#2410](https://github.com/twilio-labs/paste/pull/2410) Thanks [@nkrantz](https://github.com/nkrantz)! - [Tabs] Enable left/right arrow key tab switching on vertical tabs in addition to up/down

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

* Updated dependencies [[`81fb5944`](https://github.com/twilio-labs/paste/commit/81fb5944168dbbb5579a6d0ebf2cff37d2455cd8), [`9983b52e9`](https://github.com/twilio-labs/paste/commit/9983b52e92d15373824e4b3cc10572b2f51d58f8)]:
- @twilio-paste/tabs@4.0.1
- @twilio-paste/color-contrast-utils@2.0.4
- @twilio-paste/combobox@11.0.1
- @twilio-paste/data-grid@3.0.1
- @twilio-paste/customization@4.0.1
- @twilio-paste/design-tokens@7.2.2
- @twilio-paste/style-props@5.0.1
- @twilio-paste/types@3.1.7
- @twilio-paste/utils@1.1.4

## 13.0.0

### Major Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/paste-core/core-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "13.0.0",
"version": "13.0.1",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -39,14 +39,14 @@
"@twilio-paste/chat-log": "^1.0.0",
"@twilio-paste/checkbox": "^9.0.0",
"@twilio-paste/clipboard-copy-library": "^1.0.3",
"@twilio-paste/color-contrast-utils": "^2.0.3",
"@twilio-paste/combobox": "^11.0.0",
"@twilio-paste/color-contrast-utils": "^2.0.4",
"@twilio-paste/combobox": "^11.0.1",
"@twilio-paste/combobox-primitive": "^0.3.3",
"@twilio-paste/customization": "^4.0.0",
"@twilio-paste/data-grid": "^3.0.0",
"@twilio-paste/customization": "^4.0.1",
"@twilio-paste/data-grid": "^3.0.1",
"@twilio-paste/data-visualization-library": "^1.0.0",
"@twilio-paste/date-picker": "^2.0.0",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/disclosure": "^8.0.0",
"@twilio-paste/disclosure-primitive": "^0.3.7",
"@twilio-paste/display-pill-group": "^4.0.0",
Expand Down Expand Up @@ -79,10 +79,10 @@
"@twilio-paste/skeleton-loader": "^2.0.0",
"@twilio-paste/spinner": "^10.0.0",
"@twilio-paste/stack": "^4.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/table": "^4.0.0",
"@twilio-paste/tabs": "^4.0.0",
"@twilio-paste/tabs": "^4.0.1",
"@twilio-paste/tabs-primitive": "^0.2.6",
"@twilio-paste/text": "^6.0.0",
"@twilio-paste/textarea": "^5.0.0",
Expand All @@ -92,9 +92,9 @@
"@twilio-paste/tooltip": "^7.0.0",
"@twilio-paste/tooltip-primitive": "^0.2.7",
"@twilio-paste/truncate": "^10.0.0",
"@twilio-paste/types": "^3.1.6",
"@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"
},
"peerDependencies": {
"@twilio-paste/icons": "^8.0.0",
Expand All @@ -103,7 +103,7 @@
"react-dom": "^16.8.6 || ^17.0.2"
},
"devDependencies": {
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/icons": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-customization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.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

## 4.0.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-customization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/customization",
"version": "4.0.0",
"version": "4.0.1",
"description": "The Customization Provider provides functionality to change token values and the style of Paste components.",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.5",
"@twilio-paste/design-tokens": "^7.1.1",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/types": "^3.1.5",
"@twilio-paste/types": "^3.1.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 7.2.2

### 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

## 7.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/design-tokens",
"version": "7.2.1",
"version": "7.2.2",
"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
6 changes: 6 additions & 0 deletions packages/paste-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.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

## 8.0.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/icons",
"version": "8.0.0",
"version": "8.0.1",
"description": "Twilio's icon library, ready for use and with accessibility considerations",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -38,11 +38,11 @@
},
"devDependencies": {
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/design-tokens": "^7.2.1",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/style-props": "^5.0.1",
"@twilio-paste/styling-library": "^1.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",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-style-props/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.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

## 5.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-style-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/style-props",
"version": "5.0.0",
"version": "5.0.1",
"description": "Shared utilities for style properties used in Paste",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@twilio-paste/design-tokens": "^7.1.1",
"@twilio-paste/design-tokens": "^7.2.2",
"@twilio-paste/styling-library": "^1.0.0",
"@twilio-paste/theme": "^7.0.0",
"prop-types": "^15.7.2"
Expand Down

0 comments on commit fe85589

Please sign in to comment.