Skip to content

Commit

Permalink
chore(release): version packages (#3253)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TwilioPasteBot and github-actions[bot] authored Jun 28, 2023
1 parent cd30f9b commit 8cd2459
Show file tree
Hide file tree
Showing 55 changed files with 329 additions and 268 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-insects-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-emus-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-grapes-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-peaches-kick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-pumpkins-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-deers-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-donuts-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-wolves-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-sheep-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-radios-press.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-cameras-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-peas-burn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-walls-thank.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/short-gifts-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-candles-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-taxis-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-countries-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-hornets-build.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-kids-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-poems-smash.md

This file was deleted.

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

## 0.3.5

### Patch Changes

- [`9e5b3b7f0`](https://github.com/twilio-labs/paste/commit/9e5b3b7f05b591af9349d17f646cf8e4f51c6981) [#3224](https://github.com/twilio-labs/paste/pull/3224) Thanks [@TheSisb](https://github.com/TheSisb)! - [Codemods] add SidebarNavigation components

* [`a2c1c910a`](https://github.com/twilio-labs/paste/commit/a2c1c910addc4efc2a5db87b11eac2289489de38) [#3272](https://github.com/twilio-labs/paste/pull/3272) Thanks [@TheSisb](https://github.com/TheSisb)! - [Codemods] add new ProgressSteps package

- [`66127dd15`](https://github.com/twilio-labs/paste/commit/66127dd15e5e2738e711bd9533e24deaf7d13986) [#3254](https://github.com/twilio-labs/paste/pull/3254) Thanks [@nkrantz](https://github.com/nkrantz)! - Add to user dialog package

## 0.3.4

### Patch 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.3.4",
"version": "0.3.5",
"status": "production",
"description": "A collection of codemods for maintaining projects built with Paste.",
"author": "Twilio Inc.",
Expand All @@ -25,6 +25,6 @@
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.21.4",
"@twilio-paste/core": "^19.2.0"
"@twilio-paste/core": "^19.3.0"
}
}
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

## 13.0.3

### Patch Changes

- [`9e5b3b7f0`](https://github.com/twilio-labs/paste/commit/9e5b3b7f05b591af9349d17f646cf8e4f51c6981) [#3224](https://github.com/twilio-labs/paste/pull/3224) Thanks [@TheSisb](https://github.com/TheSisb)! - [Button] allow passing all style props to Button with variant="reset", effectively making it a Button primitive.

## 13.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "13.0.2",
"version": "13.0.3",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -53,8 +53,8 @@
"@twilio-paste/box": "^9.1.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.2.0",
"@twilio-paste/icons": "^11.1.0",
"@twilio-paste/design-tokens": "^9.2.1",
"@twilio-paste/icons": "^11.2.0",
"@twilio-paste/spinner": "^13.0.0",
"@twilio-paste/stack": "^7.0.0",
"@twilio-paste/style-props": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/chat-log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/chat-log

## 4.1.0

### Minor Changes

- [`be917a43f`](https://github.com/twilio-labs/paste/commit/be917a43f5024be62c7e7ba91e2d5d1ea9ff8f8b) [#3271](https://github.com/twilio-labs/paste/pull/3271) Thanks [@TheSisb](https://github.com/TheSisb)! - [Chat Log] `useChatLogger` now exposes a `clear` function to clear all chats at once. Also, the animations have been slightly adjusted.

## 4.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/chat-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/chat-log",
"version": "4.0.0",
"version": "4.1.0",
"category": "data display",
"status": "alpha",
"description": "Chat log is a collection of components that allow users to read a series of messages over time.",
Expand Down Expand Up @@ -53,11 +53,11 @@
"@twilio-paste/anchor": "^11.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/box": "^9.0.0",
"@twilio-paste/button": "^13.0.0",
"@twilio-paste/button": "^13.0.3",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/icons": "^11.0.0",
"@twilio-paste/design-tokens": "^9.2.1",
"@twilio-paste/icons": "^11.2.0",
"@twilio-paste/media-object": "^9.0.0",
"@twilio-paste/screen-reader-only": "^12.0.0",
"@twilio-paste/spinner": "^13.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/code-block

## 3.1.1

### Patch Changes

- [`53e20c6de`](https://github.com/twilio-labs/paste/commit/53e20c6de2941bb14f1ea456ad3ed6467bd77e92) [#3242](https://github.com/twilio-labs/paste/pull/3242) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codeblock] Update styles

## 3.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/code-block",
"version": "3.1.0",
"version": "3.1.1",
"category": "data display",
"status": "production",
"description": "A Code Block is a component used to display readable blocks of code.",
Expand Down Expand Up @@ -60,14 +60,14 @@
"@twilio-paste/anchor": "^11.0.0",
"@twilio-paste/animation-library": "1.0.0",
"@twilio-paste/box": "^9.1.0",
"@twilio-paste/button": "^13.0.1",
"@twilio-paste/button": "^13.0.3",
"@twilio-paste/clipboard-copy-library": "^2.0.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.1.0",
"@twilio-paste/design-tokens": "^9.2.1",
"@twilio-paste/flex": "^7.0.0",
"@twilio-paste/heading": "^10.0.0",
"@twilio-paste/icons": "^11.0.0",
"@twilio-paste/icons": "^11.2.0",
"@twilio-paste/reakit-library": "^1.0.0",
"@twilio-paste/screen-reader-only": "^12.0.0",
"@twilio-paste/spinner": "^13.0.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

## 15.0.2

### Patch Changes

- [`1ada1e37c`](https://github.com/twilio-labs/paste/commit/1ada1e37c758bc79c6ed0e5641e4b74dbe685553) [#3260](https://github.com/twilio-labs/paste/pull/3260) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] prevent selection of disabled items when using keyboard navigation and the enter key

## 15.0.1

### 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": "15.0.1",
"version": "15.0.2",
"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 @@ -67,16 +67,16 @@
"@twilio-paste/anchor": "^11.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/box": "^9.0.0",
"@twilio-paste/button": "^13.0.0",
"@twilio-paste/button": "^13.0.3",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/combobox-primitive": "^1.0.0",
"@twilio-paste/combobox-primitive": "^1.0.1",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.0.3",
"@twilio-paste/design-tokens": "^9.2.1",
"@twilio-paste/dropdown-library": "^2.0.0",
"@twilio-paste/flex": "^7.0.0",
"@twilio-paste/form-pill-group": "^7.0.0",
"@twilio-paste/help-text": "^12.0.0",
"@twilio-paste/icons": "^11.0.0",
"@twilio-paste/icons": "^11.2.0",
"@twilio-paste/input": "^8.0.0",
"@twilio-paste/input-box": "^9.0.0",
"@twilio-paste/label": "^12.0.1",
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

## 7.0.1

### Patch Changes

- [`8fc130d03`](https://github.com/twilio-labs/paste/commit/8fc130d03556970df344a3db6d851f09c3c1a1bf) [#3261](https://github.com/twilio-labs/paste/pull/3261) Thanks [@TheSisb](https://github.com/TheSisb)! - [Table, DataGrid] Typescript type improvements for Tr, Th, and Td elements

## 7.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": "7.0.0",
"version": "7.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 @@ -56,18 +56,18 @@
"@twilio-paste/anchor": "^11.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/box": "^9.0.0",
"@twilio-paste/button": "^13.0.0",
"@twilio-paste/button": "^13.0.3",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/icons": "^11.0.0",
"@twilio-paste/design-tokens": "^9.2.1",
"@twilio-paste/icons": "^11.2.0",
"@twilio-paste/reakit-library": "^1.0.0",
"@twilio-paste/screen-reader-only": "^12.0.0",
"@twilio-paste/spinner": "^13.0.0",
"@twilio-paste/stack": "^7.0.0",
"@twilio-paste/style-props": "^8.0.0",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/table": "^7.0.0",
"@twilio-paste/table": "^7.0.1",
"@twilio-paste/theme": "^10.0.0",
"@twilio-paste/types": "^5.0.0",
"@twilio-paste/uid-library": "^1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/progress-steps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @twilio-paste/progress-steps

## 1.0.0

### Major Changes

- [`a2c1c910a`](https://github.com/twilio-labs/paste/commit/a2c1c910addc4efc2a5db87b11eac2289489de38) [#3272](https://github.com/twilio-labs/paste/pull/3272) Thanks [@TheSisb](https://github.com/TheSisb)! - [ProgressSteps] Add new ProgressSteps package. Progress steps show a user a clear path to complete a complex multi step task.
6 changes: 3 additions & 3 deletions packages/paste-core/components/progress-steps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/progress-steps",
"version": "0.0.0",
"version": "1.0.0",
"category": "data display",
"status": "production",
"description": "Progress Steps can be a presentational or interactive component and shows users an outline of a complex multi-step task.",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@twilio-paste/box": "^9.1.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.0.0",
"@twilio-paste/icons": "^11.1.0",
"@twilio-paste/design-tokens": "^9.2.1",
"@twilio-paste/icons": "^11.2.0",
"@twilio-paste/style-props": "^8.0.0",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/theme": "^10.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/sidebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @twilio-paste/sidebar

## 0.3.0

### Minor Changes

- [`9e5b3b7f0`](https://github.com/twilio-labs/paste/commit/9e5b3b7f05b591af9349d17f646cf8e4f51c6981) [#3224](https://github.com/twilio-labs/paste/pull/3224) Thanks [@TheSisb](https://github.com/TheSisb)! - [Sidebar] add SidebarNavigation and all relevant sub-components

### Patch Changes

- [`53e20c6de`](https://github.com/twilio-labs/paste/commit/53e20c6de2941bb14f1ea456ad3ed6467bd77e92) [#3242](https://github.com/twilio-labs/paste/pull/3242) Thanks [@nkrantz](https://github.com/nkrantz)! - [Sidebar] Update styles

## 0.2.0

### Minor Changes
Expand Down
Loading

0 comments on commit 8cd2459

Please sign in to comment.