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 Sep 16, 2024
1 parent f8a5583 commit 0f3e538
Show file tree
Hide file tree
Showing 38 changed files with 186 additions and 143 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-ants-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-experts-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-cobras-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-vans-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-moons-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-houses-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-weeks-rhyme.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/plenty-rockets-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-games-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-colts-attack.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-cows-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-zoos-kick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-kings-tap.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.12.0

### Minor Changes

- [`43bd80a01`](https://github.com/twilio-labs/paste/commit/43bd80a018b2887522af4aa9bea3995ddb023051) [#4054](https://github.com/twilio-labs/paste/pull/4054) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Codemods] new export (timeline)

## 0.11.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.11.0",
"version": "0.12.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.15.0",
"@twilio-paste/core": "^20.16.0",
"tsx": "^4.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 14.1.1

### Patch Changes

- [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout, Alert] updated styling

## 14.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/alert",
"version": "14.1.0",
"version": "14.1.1",
"category": "feedback",
"status": "production",
"description": "An Alert is a banner that notifies users to high-priority or time-sensitive information.",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
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

## 4.2.0

### Minor Changes

- [`bc7d13f43`](https://github.com/twilio-labs/paste/commit/bc7d13f43b777af3cd379ddf63bd46825dcdbaf0) [#4051](https://github.com/twilio-labs/paste/pull/4051) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button Group] add justifyContent prop on unattached button groups. Use flex for unattached button groups.

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "4.1.1",
"version": "4.2.0",
"category": "interaction",
"status": "production",
"description": "A Button Group is a component used to render groups of Buttons.",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/callout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.2.0

### Minor Changes

- [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout] added dismissible functionality to the component

### Patch Changes

- [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout, Alert] updated styling

## 4.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/callout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/callout",
"version": "4.1.0",
"version": "4.2.0",
"category": "feedback",
"status": "production",
"description": "A Callout is a banner that highlights important information on a page.",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/spinner": "^14.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 16.3.0

### Minor Changes

- [`37acfcdf6`](https://github.com/twilio-labs/paste/commit/37acfcdf605aeda52ebf1b4b345717a9682f0ed6) [#4049](https://github.com/twilio-labs/paste/pull/4049) Thanks [@nkrantz](https://github.com/nkrantz)! - [Combobox] Add new prop `usePortal` which defaults to `true`. The prop was introduced to address a bug when Comboboxes are placed in Popovers. usePortal should be set to false when using a Combobox inside a Popover in order to retain full functionality.

### Patch Changes

- [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57) [#4047](https://github.com/twilio-labs/paste/pull/4047) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Combobox] added ellipse styling to text that exceeds length of a single select combobox when not active

## 16.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "16.3.0",
"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 @@ -72,10 +72,10 @@
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox-primitive": "^2.1.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/dropdown-library": "^3.0.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/form-pill-group": "^8.0.1",
"@twilio-paste/form-pill-group": "^8.1.1",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/input": "^9.1.1",
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

## 8.1.1

### Patch Changes

- [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57) [#4047](https://github.com/twilio-labs/paste/pull/4047) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [FormPillGroup] fixed a bug where long text in a form pill would wrap and break styling. Text within FormPill is now truncated so FormPill(s) will not stretch beyond FormPillGroup width.

## 8.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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": "8.1.0",
"version": "8.1.1",
"category": "interaction",
"status": "production",
"description": "A Form Pill Group is an editable set of Pills that represent a collection of selectable or removable objects.",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/sidebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/sidebar

## 1.1.2

### Patch Changes

- [`7ae14af12`](https://github.com/twilio-labs/paste/commit/7ae14af1293eee0f3af149f6ebc3612fe9b028b7) [#4011](https://github.com/twilio-labs/paste/pull/4011) Thanks [@cogwizzle](https://github.com/cogwizzle)! - [Sidebar] Updating the unselected Sidebar Disclosure Header and SidebarNavigationItems.

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/sidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/sidebar",
"version": "1.1.1",
"version": "1.1.2",
"category": "layout",
"status": "alpha",
"description": "Sidebar contains navigation controls that rest on the left side of the screen.",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
"@twilio-paste/icons": "^12.2.1",
"@twilio-paste/reakit-library": "^2.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/timeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @twilio-paste/timeline

## 1.0.0

### Major Changes

- [`43bd80a01`](https://github.com/twilio-labs/paste/commit/43bd80a018b2887522af4aa9bea3995ddb023051) [#4054](https://github.com/twilio-labs/paste/pull/4054) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Added a new Timeline component to the library to display events in chronological order
4 changes: 2 additions & 2 deletions packages/paste-core/components/timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/timeline",
"version": "0.0.0",
"version": "1.0.0",
"category": "layout",
"status": "production",
"description": "A Timeline is a visual representation of events displayed in chronological order.",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@twilio-paste/card": "^9.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
"@twilio-paste/icons": "^12.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 12.2.1

### Patch Changes

- [`2951f5c07`](https://github.com/twilio-labs/paste/commit/2951f5c07c4dc537150c83e6985348fc2196f20e) [#4058](https://github.com/twilio-labs/paste/pull/4058) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Toast] resolved issue where multiple toasts were not being dismissed

## 12.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/toast",
"version": "12.2.0",
"version": "12.2.1",
"category": "feedback",
"status": "production",
"description": "A Toast is an animated, temporary banner that communicates an immediate and direct response to a user action.",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/reakit-library": "^2.1.0",
Expand Down
Loading

0 comments on commit 0f3e538

Please sign in to comment.