Skip to content

Commit

Permalink
chore(release): version packages (#3854)
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 May 28, 2024
1 parent 825dc39 commit cb3b0f4
Show file tree
Hide file tree
Showing 31 changed files with 163 additions and 123 deletions.
6 changes: 0 additions & 6 deletions .changeset/gold-boats-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-spoons-listen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-swans-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-steaks-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-ants-try.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-lobsters-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-jeans-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-suns-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-geese-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-rabbits-tie.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.9.0

### Minor Changes

- [`bb893822d`](https://github.com/twilio-labs/paste/commit/bb893822d9f1fbea00ebe97a0cb463a4392e369f) [#3827](https://github.com/twilio-labs/paste/pull/3827) Thanks [@nkrantz](https://github.com/nkrantz)! - [codemods] add new package: Side Panel

## 0.8.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.8.0",
"version": "0.9.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.12.0",
"@twilio-paste/core": "^20.13.0",
"tsx": "^4.0.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

## 14.1.1

### Patch Changes

- [`1177b8f06`](https://github.com/twilio-labs/paste/commit/1177b8f06b0e961a10c0ef7521ac713681ba889b) [#3878](https://github.com/twilio-labs/paste/pull/3878) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Adding help text to the paste button component via JSDoc to ensure the design system guidance is accessible via the Language Server output. Minor updates to the syntax of the button component to modernize it.

## 14.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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": "14.1.0",
"version": "14.1.1",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/icons": "^12.5.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 9.1.3

### Patch Changes

- [`825dc39a3`](https://github.com/twilio-labs/paste/commit/825dc39a36170a6975a7a150fe82665aa3c531af) [#3917](https://github.com/twilio-labs/paste/pull/3917) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Input] updated focus stylings on increment/decrement buttons for number input type on both default and inverse variants

## 9.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/input",
"version": "9.1.2",
"version": "9.1.3",
"category": "user input",
"status": "production",
"description": "An Input is a form element that lets users enter one of various types of text on a single line.",
Expand Down Expand Up @@ -51,11 +51,11 @@
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/button": "^14.1.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/design-tokens": "^10.4.1",
"@twilio-paste/icons": "^12.2.3",
"@twilio-paste/icons": "^12.5.0",
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.2.1

### Patch Changes

- [`d6c1b73ad`](https://github.com/twilio-labs/paste/commit/d6c1b73addd4589ee0153eee66efb553169e02a3) [#3805](https://github.com/twilio-labs/paste/pull/3805) Thanks [@nkrantz](https://github.com/nkrantz)! - [List] improve text alignment for OrderedDisplayList between the list item number and the corresponding heading.

## 8.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/list",
"version": "8.2.0",
"version": "8.2.1",
"category": "typography",
"status": "production",
"description": "A List is a set of text objects in a bulleted or numbered format.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 16.1.2

### Patch Changes

- [`7d5c312f7`](https://github.com/twilio-labs/paste/commit/7d5c312f79e11396e07ddcb25d8f02d94ae2a6d2) [#3846](https://github.com/twilio-labs/paste/pull/3846) Thanks [@TheSisb](https://github.com/TheSisb)! - [Modal] fix padding around ModalFooter for when the content overflows and scrolls.

## 16.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/modal",
"version": "16.1.1",
"version": "16.1.2",
"category": "overlay",
"status": "production",
"description": "A Modal is a page overlay that displays information and blocks interaction with the page until an action is taken or the Modal is dismissed.",
Expand Down Expand Up @@ -54,13 +54,13 @@
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/button": "^14.1.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/heading": "^11.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/icons": "^12.5.0",
"@twilio-paste/modal-dialog-primitive": "^2.0.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/spinner": "^14.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/side-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/side-modal

## 4.1.2

### Patch Changes

- [`383658791`](https://github.com/twilio-labs/paste/commit/383658791c200aceae72135ef778e07b1d134c94) [#3886](https://github.com/twilio-labs/paste/pull/3886) Thanks [@TheSisb](https://github.com/TheSisb)! - [SideModal] fix position of SideModalContainer when using the state hook

## 4.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/side-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/side-modal",
"version": "4.1.1",
"version": "4.1.2",
"category": "overlays",
"status": "production",
"description": "A modal that stays on the side of the screen.",
Expand Down Expand Up @@ -54,12 +54,12 @@
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.2.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/button": "^14.1.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/heading": "^11.1.1",
"@twilio-paste/icons": "^12.2.1",
"@twilio-paste/icons": "^12.5.0",
"@twilio-paste/non-modal-dialog-primitive": "^2.0.2",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/screen-reader-only": "^13.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/paste-core/components/side-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @twilio-paste/side-panel

## 1.0.0

### Major Changes

- [`bb893822d`](https://github.com/twilio-labs/paste/commit/bb893822d9f1fbea00ebe97a0cb463a4392e369f) [#3827](https://github.com/twilio-labs/paste/pull/3827) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] add new Side Panel component. Side panel is a container that pushes the main page content when open.

### Patch Changes

- [`a3b7520bf`](https://github.com/twilio-labs/paste/commit/a3b7520bf6907e017ff8bd4215c769c3acf61844) [#3904](https://github.com/twilio-labs/paste/pull/3904) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Fix positioning of close button when no header actions are being used by adding justifyContent="space-between"
6 changes: 3 additions & 3 deletions packages/paste-core/components/side-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/side-panel",
"version": "0.0.0",
"version": "1.0.0",
"category": "layout",
"status": "production",
"description": "Side Panel is a container that pushes the main page content when open.",
Expand Down Expand Up @@ -52,11 +52,11 @@
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/badge": "^8.2.0",
"@twilio-paste/box": "^10.2.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/button": "^14.1.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/icons": "^12.4.0",
"@twilio-paste/icons": "^12.5.0",
"@twilio-paste/spinner": "^14.1.2",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.1",
Expand Down
32 changes: 32 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Change Log

## 20.13.0

### Minor Changes

- [`5bb1b010b`](https://github.com/twilio-labs/paste/commit/5bb1b010bb106e4133bb4f4c256e3e09ae925c4a) [#3903](https://github.com/twilio-labs/paste/pull/3903) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] add 8 new icons: CartIcon, CustomerCareIcon, PaymentIcon, RepeatPurchaseIcon, TransferIcon, UpsellIcon, WinbackIcon, and ProductAccountDashboardIcon, and modify 1 existing icon: ProductAdminAccountsIcon.

* [`bb893822d`](https://github.com/twilio-labs/paste/commit/bb893822d9f1fbea00ebe97a0cb463a4392e369f) [#3827](https://github.com/twilio-labs/paste/pull/3827) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] add new Side Panel component. Side panel is a container that pushes the main page content when open.

- [`dfb08d575`](https://github.com/twilio-labs/paste/commit/dfb08d575a097baa7ca95147cc95021ea4f56ffa) [#3884](https://github.com/twilio-labs/paste/pull/3884) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add 6 new icons: ProductConversationalInsightsIcon, DataArrayIcon, DataBooleanIcon, DataNumberIcon, DataObectIcon, and DataStringIcon.

### Patch Changes

- [`1177b8f06`](https://github.com/twilio-labs/paste/commit/1177b8f06b0e961a10c0ef7521ac713681ba889b) [#3878](https://github.com/twilio-labs/paste/pull/3878) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Adding help text to the paste button component via JSDoc to ensure the design system guidance is accessible via the Language Server output. Minor updates to the syntax of the button component to modernize it.

* [`d6c1b73ad`](https://github.com/twilio-labs/paste/commit/d6c1b73addd4589ee0153eee66efb553169e02a3) [#3805](https://github.com/twilio-labs/paste/pull/3805) Thanks [@nkrantz](https://github.com/nkrantz)! - [List] improve text alignment for OrderedDisplayList between the list item number and the corresponding heading.

- [`7d5c312f7`](https://github.com/twilio-labs/paste/commit/7d5c312f79e11396e07ddcb25d8f02d94ae2a6d2) [#3846](https://github.com/twilio-labs/paste/pull/3846) Thanks [@TheSisb](https://github.com/TheSisb)! - [Modal] fix padding around ModalFooter for when the content overflows and scrolls.

* [`825dc39a3`](https://github.com/twilio-labs/paste/commit/825dc39a36170a6975a7a150fe82665aa3c531af) [#3917](https://github.com/twilio-labs/paste/pull/3917) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Input] updated focus stylings on increment/decrement buttons for number input type on both default and inverse variants

- [`a3b7520bf`](https://github.com/twilio-labs/paste/commit/a3b7520bf6907e017ff8bd4215c769c3acf61844) [#3904](https://github.com/twilio-labs/paste/pull/3904) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Fix positioning of close button when no header actions are being used by adding justifyContent="space-between"

* [`383658791`](https://github.com/twilio-labs/paste/commit/383658791c200aceae72135ef778e07b1d134c94) [#3886](https://github.com/twilio-labs/paste/pull/3886) Thanks [@TheSisb](https://github.com/TheSisb)! - [SideModal] fix position of SideModalContainer when using the state hook

* Updated dependencies [[`1177b8f06`](https://github.com/twilio-labs/paste/commit/1177b8f06b0e961a10c0ef7521ac713681ba889b), [`bb893822d`](https://github.com/twilio-labs/paste/commit/bb893822d9f1fbea00ebe97a0cb463a4392e369f), [`d6c1b73ad`](https://github.com/twilio-labs/paste/commit/d6c1b73addd4589ee0153eee66efb553169e02a3), [`7d5c312f7`](https://github.com/twilio-labs/paste/commit/7d5c312f79e11396e07ddcb25d8f02d94ae2a6d2), [`825dc39a3`](https://github.com/twilio-labs/paste/commit/825dc39a36170a6975a7a150fe82665aa3c531af), [`a3b7520bf`](https://github.com/twilio-labs/paste/commit/a3b7520bf6907e017ff8bd4215c769c3acf61844), [`383658791`](https://github.com/twilio-labs/paste/commit/383658791c200aceae72135ef778e07b1d134c94)]:
- @twilio-paste/button@14.1.1
- @twilio-paste/side-panel@1.0.0
- @twilio-paste/list@8.2.1
- @twilio-paste/modal@16.1.2
- @twilio-paste/input@9.1.3
- @twilio-paste/side-modal@4.1.2

## 20.12.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/paste-core/core-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "20.12.0",
"version": "20.13.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@twilio-paste/base-radio-checkbox": "^13.1.0",
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/breadcrumb": "^11.1.1",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/button": "^14.1.1",
"@twilio-paste/button-group": "^4.1.0",
"@twilio-paste/callout": "^4.1.0",
"@twilio-paste/card": "^9.1.0",
Expand Down Expand Up @@ -119,18 +119,18 @@
"@twilio-paste/in-page-navigation": "^4.3.1",
"@twilio-paste/inline-code": "^4.1.1",
"@twilio-paste/inline-control-group": "^13.0.2",
"@twilio-paste/input": "^9.1.2",
"@twilio-paste/input": "^9.1.3",
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/label": "^13.1.1",
"@twilio-paste/lexical-library": "^4.1.0",
"@twilio-paste/list": "^8.2.0",
"@twilio-paste/list": "^8.2.1",
"@twilio-paste/listbox-primitive": "^3.0.1",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/menu": "^14.1.3",
"@twilio-paste/menu-primitive": "^2.1.1",
"@twilio-paste/meter": "^1.0.3",
"@twilio-paste/minimizable-dialog": "^4.1.1",
"@twilio-paste/modal": "^16.1.1",
"@twilio-paste/modal": "^16.1.2",
"@twilio-paste/modal-dialog-primitive": "^2.0.1",
"@twilio-paste/non-modal-dialog-primitive": "^2.0.2",
"@twilio-paste/page-header": "^1.0.0",
Expand All @@ -149,8 +149,8 @@
"@twilio-paste/select": "^12.1.2",
"@twilio-paste/separator": "^8.1.1",
"@twilio-paste/sibling-box": "^9.1.1",
"@twilio-paste/side-modal": "^4.1.1",
"@twilio-paste/side-panel": "^0.0.0",
"@twilio-paste/side-modal": "^4.1.2",
"@twilio-paste/side-panel": "^1.0.0",
"@twilio-paste/sidebar": "^1.1.1",
"@twilio-paste/skeleton-loader": "^6.1.1",
"@twilio-paste/slider": "^3.0.1",
Expand Down Expand Up @@ -188,7 +188,7 @@
"react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/icons": "^12.4.0",
"@twilio-paste/icons": "^12.5.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"react": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 12.5.0

### Minor Changes

- [`5bb1b010b`](https://github.com/twilio-labs/paste/commit/5bb1b010bb106e4133bb4f4c256e3e09ae925c4a) [#3903](https://github.com/twilio-labs/paste/pull/3903) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] add 8 new icons: CartIcon, CustomerCareIcon, PaymentIcon, RepeatPurchaseIcon, TransferIcon, UpsellIcon, WinbackIcon, and ProductAccountDashboardIcon, and modify 1 existing icon: ProductAdminAccountsIcon.

* [`dfb08d575`](https://github.com/twilio-labs/paste/commit/dfb08d575a097baa7ca95147cc95021ea4f56ffa) [#3884](https://github.com/twilio-labs/paste/pull/3884) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add 6 new icons: ProductConversationalInsightsIcon, DataArrayIcon, DataBooleanIcon, DataNumberIcon, DataObectIcon, and DataStringIcon.

## 12.4.0

### Minor Changes
Expand Down
Loading

0 comments on commit cb3b0f4

Please sign in to comment.