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 Oct 19, 2023
1 parent 3f33da8 commit 565670c
Show file tree
Hide file tree
Showing 86 changed files with 499 additions and 365 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-chicken-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clean-adults-nail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clever-cobras-taste.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clever-waves-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cold-brooms-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-bottles-shop.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/early-frogs-applaud.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/eleven-ducks-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-peas-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-pugs-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-rabbits-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-nails-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-knives-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-melons-cry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-chicken-march.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-ravens-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-plants-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silly-mirrors-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-bottles-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-foxes-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-humans-peel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-knives-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-toes-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-bananas-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-dots-reply.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/thirty-forks-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-eels-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-glasses-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-poems-cry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.6.0

### Minor Changes

- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] updated exports for type updates

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/codemods",
"version": "0.5.0",
"version": "0.6.0",
"status": "production",
"description": "A collection of codemods for maintaining projects built with Paste.",
"author": "Twilio Inc.",
Expand All @@ -25,7 +25,7 @@
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.21.4",
"@twilio-paste/core": "^20.4.0",
"@twilio-paste/core": "^20.5.0",
"tsx": "^3.12.10"
}
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 11.1.1

### Patch Changes

- [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261) [#3522](https://github.com/twilio-labs/paste/pull/3522) Thanks [@abereghici](https://github.com/abereghici)! - chore: removed unnecessary type assertions

## 11.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/breadcrumb",
"version": "11.1.0",
"version": "11.1.1",
"category": "navigation",
"status": "production",
"description": "A Breadcrumb is text that shows navigation hierarchy and lets users navigate a nested path of pages.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/chat-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/chat-composer

## 5.1.1

### Patch Changes

- [`1a70ec030`](https://github.com/twilio-labs/paste/commit/1a70ec030da48161ec296034cab19d34ce24f01d) [#3543](https://github.com/twilio-labs/paste/pull/3543) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Change overflowY from "scroll" to "auto" to prevent non-scrollable scrollbar bug

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/chat-composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/chat-composer",
"version": "5.1.0",
"version": "5.1.1",
"category": "user input",
"status": "production",
"description": "A Chat Composer is an input made for users to type rich chat messages.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 13.1.1

### Patch Changes

- [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261) [#3522](https://github.com/twilio-labs/paste/pull/3522) Thanks [@abereghici](https://github.com/abereghici)! - chore: removed unnecessary type assertions

## 13.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/checkbox",
"version": "13.1.0",
"version": "13.1.1",
"category": "user input",
"status": "production",
"description": "A Checkbox is a form element that enables a binary choice and a Checkbox Group is a collection of Checkboxes.",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/inline-control-group": "^13.0.0",
"@twilio-paste/label": "^13.1.0",
"@twilio-paste/inline-control-group": "^13.0.1",
"@twilio-paste/label": "^13.1.1",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/sibling-box": "^9.1.0",
Expand Down
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

## 16.2.1

### Patch Changes

- [`c58b3bfbd`](https://github.com/twilio-labs/paste/commit/c58b3bfbd50d07221eff953feed9bbb2b9a84186) [#3540](https://github.com/twilio-labs/paste/pull/3540) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Fix `placeholder` cropping issue in MultiselectCombobox

## 16.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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": "16.2.0",
"version": "16.2.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 @@ -77,9 +77,9 @@
"@twilio-paste/form-pill-group": "^8.0.1",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/input": "^9.1.0",
"@twilio-paste/input-box": "^10.1.0",
"@twilio-paste/label": "^13.1.0",
"@twilio-paste/input": "^9.1.1",
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/label": "^13.1.1",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/paste-core/components/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @twilio-paste/data-grid

## 8.2.0

### Minor Changes

- [`3f6e05d10`](https://github.com/twilio-labs/paste/commit/3f6e05d10553b563cc81dd5c246610be330fb23a) [#3541](https://github.com/twilio-labs/paste/pull/3541) Thanks [@nkrantz](https://github.com/nkrantz)! - [Data Grid] Add ability to override default "grid" role to be "treegrid" for making custom tree grid components using Data Grid. "treegrid" is the only valid type that can be passed to role.

### Patch Changes

- [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d) [#3545](https://github.com/twilio-labs/paste/pull/3545) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Data Grid] Fix issue where form elements in the data-grid that immediately re-render on mount cause the tabIndex management system to faulter.

* [`a684a6bc7`](https://github.com/twilio-labs/paste/commit/a684a6bc79a66987659d7838945b54648faeed4f) [#3516](https://github.com/twilio-labs/paste/pull/3516) Thanks [@abereghici](https://github.com/abereghici)! - chore(data-grid): change isCell function into a type guard and remove unnecessary type assertions

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.1.0",
"version": "8.2.0",
"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
6 changes: 6 additions & 0 deletions packages/paste-core/components/description-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/description-list

## 4.2.0

### Minor Changes

- [`c023e7345`](https://github.com/twilio-labs/paste/commit/c023e73456e29ef13cee26850a872bc2d57037ba) [#3528](https://github.com/twilio-labs/paste/pull/3528) Thanks [@nkrantz](https://github.com/nkrantz)! - [Description List] Adjust spacing on Description List component. Description List was previously inheriting 14px of top and bottom margin from the HTML element. This change removes that spacing, so the component now has 0px of top/bottom margin. The same amount of spacing remains between DescriptionListTerms and DescriptionListDetails. In order to maintain designs with Description Lists, you may have to replace the removed spacing to your layout.

## 4.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/description-list",
"version": "4.1.0",
"version": "4.2.0",
"category": "typography",
"status": "production",
"description": "A Description List is a set or sets of terms and their definitions, or details, used to display data.",
Expand Down
Loading

0 comments on commit 565670c

Please sign in to comment.