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 Mar 23, 2023
1 parent 50cde46 commit 8af66dc
Show file tree
Hide file tree
Showing 62 changed files with 444 additions and 328 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-crabs-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-insects-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-grapes-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-pumpkins-study.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/kind-cooks-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-fans-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-falcons-lay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nice-ravens-bow.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nine-glasses-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-knives-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-hats-attend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-horses-reply.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-timers-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-donkeys-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-crabs-jog.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-poets-teach.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/paste-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@twilio-paste/core": "^18.0.0"
"@twilio-paste/core": "^19.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/badge

## 6.0.1

### Patch Changes

- [`fb0005bb2`](https://github.com/twilio-labs/paste/commit/fb0005bb2bbf06b6598dec5eee56680cac990e41) [#3078](https://github.com/twilio-labs/paste/pull/3078) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Badge, Popover] Improved typings for restricted Badge prop combinations when create button or linked badges

## 6.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/badge",
"version": "6.0.0",
"version": "6.0.1",
"category": "data display",
"status": "production",
"description": "A Badge is a visual text label that describes an attribute of an object.",
Expand Down Expand Up @@ -49,13 +49,13 @@
"@twilio-paste/box": "^8.0.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^6.0.0",
"@twilio-paste/design-tokens": "^9.0.0",
"@twilio-paste/icons": "^10.0.0",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/icons": "^10.1.0",
"@twilio-paste/spinner": "^12.0.0",
"@twilio-paste/stack": "^6.0.0",
"@twilio-paste/style-props": "^7.0.0",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/theme": "^9.0.0",
"@twilio-paste/theme": "^9.0.2",
"@twilio-paste/types": "^4.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"prop-types": "^15.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/button-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/button-group

## 2.0.2

### Patch Changes

- [`6730aac19`](https://github.com/twilio-labs/paste/commit/6730aac19056d33373032eb37abb6150caea9f08) [#3112](https://github.com/twilio-labs/paste/pull/3112) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button group] fix zIndex border bug

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button-group",
"version": "2.0.1",
"version": "2.0.2",
"category": "interaction",
"status": "production",
"description": "A Button Group is a component used to render groups of Buttons.",
Expand Down Expand Up @@ -43,10 +43,10 @@
"@twilio-paste/box": "^8.1.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^6.0.0",
"@twilio-paste/design-tokens": "^9.0.1",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/style-props": "^7.0.0",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/theme": "^9.0.1",
"@twilio-paste/theme": "^9.0.2",
"@twilio-paste/types": "^4.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"prop-types": "^15.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 12.1.0

### Minor Changes

- [`6730aac19`](https://github.com/twilio-labs/paste/commit/6730aac19056d33373032eb37abb6150caea9f08) [#3112](https://github.com/twilio-labs/paste/pull/3112) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button] Add toggle button styles to `destructive_secondary` variant.

## 12.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "12.0.1",
"version": "12.1.0",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -52,13 +52,13 @@
"@twilio-paste/box": "^8.1.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^6.0.0",
"@twilio-paste/design-tokens": "^9.0.1",
"@twilio-paste/icons": "^10.0.0",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/icons": "^10.1.0",
"@twilio-paste/spinner": "^12.0.0",
"@twilio-paste/stack": "^6.0.0",
"@twilio-paste/style-props": "^7.0.0",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/theme": "^9.0.1",
"@twilio-paste/theme": "^9.0.2",
"@twilio-paste/types": "^4.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"prop-types": "^15.7.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
@@ -1,5 +1,13 @@
# Change Log

## 14.0.1

### Patch Changes

- [`1e100909f`](https://github.com/twilio-labs/paste/commit/1e100909f279ddb0b52287a1ad45de97fb3b4981) [#3105](https://github.com/twilio-labs/paste/pull/3105) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Combobox, Form Pill Group] Updated Combobox styles as part of the One Twilio design update.

Fixed height and alignment issues with Multi select Combobox and form pills

## 14.0.0

### Major 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": "14.0.0",
"version": "14.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 @@ -66,16 +66,16 @@
"@twilio-paste/anchor": "^10.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/box": "^8.0.0",
"@twilio-paste/button": "^12.0.0",
"@twilio-paste/button": "^12.1.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/combobox-primitive": "^1.0.0",
"@twilio-paste/customization": "^6.0.0",
"@twilio-paste/design-tokens": "^9.0.0",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/dropdown-library": "^2.0.0",
"@twilio-paste/flex": "^6.0.0",
"@twilio-paste/form-pill-group": "^6.0.0",
"@twilio-paste/form-pill-group": "^6.0.2",
"@twilio-paste/help-text": "^11.0.0",
"@twilio-paste/icons": "^10.0.0",
"@twilio-paste/icons": "^10.1.0",
"@twilio-paste/input": "^7.0.0",
"@twilio-paste/input-box": "^8.0.0",
"@twilio-paste/label": "^11.0.0",
Expand All @@ -87,7 +87,7 @@
"@twilio-paste/style-props": "^7.0.0",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/text": "^8.0.0",
"@twilio-paste/theme": "^9.0.0",
"@twilio-paste/theme": "^9.0.2",
"@twilio-paste/types": "^4.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"@twilio-paste/utils": "^3.0.0",
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

## 6.0.1

### Patch Changes

- [`bba742ebd`](https://github.com/twilio-labs/paste/commit/bba742ebd404274cbe78bf1726d2a83c7070bc02) [#3089](https://github.com/twilio-labs/paste/pull/3089) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [data-grid] Update styles to align with new Paste Twilio theme.

## 6.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 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": "6.0.0",
"version": "6.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 @@ -55,19 +55,19 @@
"@twilio-paste/anchor": "^10.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/box": "^8.0.0",
"@twilio-paste/button": "^12.0.0",
"@twilio-paste/button": "^12.1.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^6.0.0",
"@twilio-paste/design-tokens": "^9.0.0",
"@twilio-paste/icons": "^10.0.0",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/icons": "^10.1.0",
"@twilio-paste/reakit-library": "^1.0.0",
"@twilio-paste/screen-reader-only": "^11.0.0",
"@twilio-paste/spinner": "^12.0.0",
"@twilio-paste/stack": "^6.0.0",
"@twilio-paste/style-props": "^7.0.0",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/table": "^6.0.0",
"@twilio-paste/theme": "^9.0.0",
"@twilio-paste/theme": "^9.0.2",
"@twilio-paste/types": "^4.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"@twilio-paste/utils": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/file-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/file-picker

## 2.0.1

### Patch Changes

- [`05b0c3dda`](https://github.com/twilio-labs/paste/commit/05b0c3dda0df1564a60ce13f83586bd6fed1922d) [#3083](https://github.com/twilio-labs/paste/pull/3083) Thanks [@nkrantz](https://github.com/nkrantz)! - [File picker] Update styles to align with new Paste Twilio theme.

## 2.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/file-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/file-picker",
"version": "2.0.0",
"version": "2.0.1",
"category": "interaction",
"status": "production",
"description": "A File Picker is a form element used to upload files.",
Expand Down Expand Up @@ -50,18 +50,18 @@
"@twilio-paste/anchor": "^10.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/box": "^8.0.0",
"@twilio-paste/button": "^12.0.0",
"@twilio-paste/button": "^12.1.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^6.0.0",
"@twilio-paste/design-tokens": "^9.0.0",
"@twilio-paste/icons": "^10.0.0",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/icons": "^10.1.0",
"@twilio-paste/sibling-box": "^7.0.0",
"@twilio-paste/spinner": "^12.0.0",
"@twilio-paste/stack": "^6.0.0",
"@twilio-paste/style-props": "^7.0.0",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/text": "^8.0.0",
"@twilio-paste/theme": "^9.0.0",
"@twilio-paste/theme": "^9.0.2",
"@twilio-paste/types": "^4.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"prop-types": "^15.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/file-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/file-uploader

## 2.0.1

### Patch Changes

- [`05b0c3dda`](https://github.com/twilio-labs/paste/commit/05b0c3dda0df1564a60ce13f83586bd6fed1922d) [#3083](https://github.com/twilio-labs/paste/pull/3083) Thanks [@nkrantz](https://github.com/nkrantz)! - [File uploader] Update styles to align with new Paste Twilio theme.

## 2.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 8af66dc

Please sign in to comment.