Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #4050

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/curly-ants-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-hats-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eleven-wombats-sniff.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.

6 changes: 0 additions & 6 deletions .changeset/nice-cats-leave.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/proud-months-melt.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.

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

## 0.12.0

### Minor Changes

- [`d108aeb7f`](https://github.com/twilio-labs/paste/commit/d108aeb7f9f8e455fb5490ae790e21d32f0a7ec9) [#4065](https://github.com/twilio-labs/paste/pull/4065) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Progress Steps] Add `ProgressStepsContent` component to add additional content during vertical orientation

* [`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/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/badge

## 8.3.1

### Patch Changes

- [`ae522366f`](https://github.com/twilio-labs/paste/commit/ae522366f61aa1c841e3c915468be013355a11ec) [#4072](https://github.com/twilio-labs/paste/pull/4072) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] add a min-width of size-base-50 to small badges to ensure badges with only one character (e.g. "1") render as a circle rather than an oval.

## 8.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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": "8.3.0",
"version": "8.3.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 @@ -50,7 +50,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/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.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/progress-steps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/progress-steps

## 2.2.0

### Minor Changes

- [`d108aeb7f`](https://github.com/twilio-labs/paste/commit/d108aeb7f9f8e455fb5490ae790e21d32f0a7ec9) [#4065](https://github.com/twilio-labs/paste/pull/4065) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Progress Steps] Add `ProgressStepsContent` component to add additional content during vertical orientation

## 2.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "2.1.1",
"version": "2.2.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,7 +46,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/icons": "^12.2.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.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
6 changes: 3 additions & 3 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 @@ -55,12 +55,12 @@
"devDependencies": {
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/badge": "^8.1.0",
"@twilio-paste/badge": "^8.3.1",
"@twilio-paste/box": "^10.2.0",
"@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
Loading
Loading