Skip to content

Commit

Permalink
chore(release): version packages (#3447)
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] committed Aug 31, 2023
1 parent e770583 commit 6670026
Show file tree
Hide file tree
Showing 40 changed files with 252 additions and 190 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-lobsters-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curvy-pumpkins-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-seahorses-rest.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-teachers-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-lemons-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-colts-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-zebras-allow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-ties-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-sloths-greet.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/swift-squids-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-readers-accept.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] New addition of Meter package.

## 0.3.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-codemods/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/codemods",
"version": "0.3.8",
"version": "0.4.0",
"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": "^20.0.0"
"@twilio-paste/core": "^20.2.0"
}
}
@@ -1,5 +1,11 @@
# Change Log

## 13.0.1

### Patch Changes

- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - Slightly improved Label component types

## 13.0.0

### Major Changes
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/base-radio-checkbox",
"version": "13.0.0",
"version": "13.0.1",
"category": "user input",
"status": "production",
"description": "A shared base component for radio and checks",
Expand Down Expand Up @@ -56,15 +56,15 @@
"@twilio-paste/design-tokens": "^10.0.0",
"@twilio-paste/flex": "^8.0.0",
"@twilio-paste/help-text": "^13.0.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/label": "^13.0.0",
"@twilio-paste/icons": "^12.1.0",
"@twilio-paste/label": "^13.0.1",
"@twilio-paste/media-object": "^10.0.0",
"@twilio-paste/screen-reader-only": "^13.0.0",
"@twilio-paste/sibling-box": "^9.0.0",
"@twilio-paste/style-props": "^9.0.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/text": "^10.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.0.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
"@types/react": "^18.0.27",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 14.0.2

### Patch Changes

- [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068) [#3454](https://github.com/twilio-labs/paste/pull/3454) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Button] improved reset variant typing to allow style props enabling the creation of custom buttons

## 14.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "14.0.1",
"version": "14.0.2",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -54,12 +54,12 @@
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.0.0",
"@twilio-paste/design-tokens": "^10.1.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/icons": "^12.1.0",
"@twilio-paste/spinner": "^14.0.0",
"@twilio-paste/stack": "^8.0.0",
"@twilio-paste/style-props": "^9.0.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.0.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
"@types/react": "^18.0.27",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 16.0.1

### Patch Changes

- [`e6ebb11f7`](https://github.com/twilio-labs/paste/commit/e6ebb11f71ee930a0cc5fb7256f750ff5caa8498) [#3450](https://github.com/twilio-labs/paste/pull/3450) Thanks [@TheSisb](https://github.com/TheSisb)! - [MultiselectCombobox] fix bug where passing `required` would block form submit events. `required` now only blocks the submit event if no items are selected rather than when the input box is blank.

* [`29b6b7b65`](https://github.com/twilio-labs/paste/commit/29b6b7b65ced04ee9f7ac3361fdd5c60025f21bf) [#3459](https://github.com/twilio-labs/paste/pull/3459) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Now opens the dropdown menu upwards when positioned towards the bottom of the viewport.

## 16.0.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/paste-core/components/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "16.0.0",
"version": "16.0.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 @@ -67,7 +67,7 @@
"@twilio-paste/anchor": "^12.0.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.0.0",
"@twilio-paste/button": "^14.0.0",
"@twilio-paste/button": "^14.0.2",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox-primitive": "^2.0.0",
"@twilio-paste/customization": "^8.0.0",
Expand All @@ -76,10 +76,10 @@
"@twilio-paste/flex": "^8.0.0",
"@twilio-paste/form-pill-group": "^8.0.0",
"@twilio-paste/help-text": "^13.0.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/input": "^9.0.0",
"@twilio-paste/icons": "^12.1.0",
"@twilio-paste/input": "^9.0.2",
"@twilio-paste/input-box": "^10.0.0",
"@twilio-paste/label": "^13.0.0",
"@twilio-paste/label": "^13.0.1",
"@twilio-paste/media-object": "^10.0.0",
"@twilio-paste/reakit-library": "^2.0.0",
"@twilio-paste/screen-reader-only": "^13.0.0",
Expand All @@ -88,7 +88,7 @@
"@twilio-paste/style-props": "^9.0.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/text": "^10.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.0.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
"@twilio-paste/utils": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/file-uploader/CHANGELOG.md
@@ -1,5 +1,11 @@
# @twilio-paste/file-uploader

## 4.0.1

### Patch Changes

- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - Slightly improved Label component types

## 4.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/file-uploader/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/file-uploader",
"version": "4.0.0",
"version": "4.0.1",
"category": "user input",
"status": "production",
"description": "A file uploader is a form element used to upload multiple files.",
Expand Down Expand Up @@ -57,21 +57,21 @@
"@twilio-paste/anchor": "^12.0.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.0.0",
"@twilio-paste/button": "^14.0.0",
"@twilio-paste/button": "^14.0.2",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.0.0",
"@twilio-paste/design-tokens": "^10.0.0",
"@twilio-paste/help-text": "^13.0.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/label": "^13.0.0",
"@twilio-paste/icons": "^12.1.0",
"@twilio-paste/label": "^13.0.1",
"@twilio-paste/media-object": "^10.0.0",
"@twilio-paste/screen-reader-only": "^13.0.0",
"@twilio-paste/spinner": "^14.0.0",
"@twilio-paste/stack": "^8.0.0",
"@twilio-paste/style-props": "^9.0.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/text": "^10.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.0.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "2.0.0",
"@types/react": "^18.0.27",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/input/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 9.0.2

### Patch Changes

- [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068) [#3454](https://github.com/twilio-labs/paste/pull/3454) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Input] increment and decrement button types corrected for tabIndex

## 9.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/input",
"version": "9.0.1",
"version": "9.0.2",
"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,17 +51,17 @@
"@twilio-paste/anchor": "^12.0.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.0.0",
"@twilio-paste/button": "^14.0.1",
"@twilio-paste/button": "^14.0.2",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.0.0",
"@twilio-paste/design-tokens": "^10.1.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/icons": "^12.1.0",
"@twilio-paste/input-box": "^10.0.1",
"@twilio-paste/spinner": "^14.0.0",
"@twilio-paste/stack": "^8.0.0",
"@twilio-paste/style-props": "^9.0.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.0.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
"@twilio-paste/utils": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/label/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 13.0.1

### Patch Changes

- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - Slightly improved Label component types

## 13.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/label",
"version": "13.0.0",
"version": "13.0.1",
"category": "user input",
"status": "production",
"description": "A Label is text that provides a visible and accessible name to a form element.",
Expand Down Expand Up @@ -49,12 +49,12 @@
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.0.0",
"@twilio-paste/design-tokens": "^10.0.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/icons": "^12.1.0",
"@twilio-paste/media-object": "^10.0.0",
"@twilio-paste/screen-reader-only": "^13.0.0",
"@twilio-paste/style-props": "^9.0.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.0.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
"@types/react": "^18.0.27",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/meter/CHANGELOG.md
@@ -0,0 +1,8 @@
# @twilio-paste/meter

## 1.0.0
### Major Changes



- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - [Meter] Create Meter package. Meter is a visual representation of a numerical value within a known range.
8 changes: 4 additions & 4 deletions packages/paste-core/components/meter/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/meter",
"version": "0.0.0",
"version": "1.0.0",
"category": "data display",
"status": "alpha",
"description": "Meter is a visual representation of a numerical value within a known range.",
Expand Down Expand Up @@ -52,15 +52,15 @@
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.0.0",
"@twilio-paste/design-tokens": "^10.0.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/label": "^13.0.0",
"@twilio-paste/icons": "^12.1.0",
"@twilio-paste/label": "^13.0.1",
"@twilio-paste/media-object": "^10.0.0",
"@twilio-paste/react-spectrum-library": "^2.0.0",
"@twilio-paste/screen-reader-only": "^13.0.0",
"@twilio-paste/style-props": "^9.0.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/text": "^10.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.0.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
"@types/react": "^18.0.27",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/progress-bar/CHANGELOG.md
@@ -0,0 +1,7 @@
# @twilio-paste/progress-bar

## 1.0.0

### Major Changes

- [`424fa78d5`](https://github.com/twilio-labs/paste/commit/424fa78d559b8820b6bd8f221652ce24540a3608) [#3435](https://github.com/twilio-labs/paste/pull/3435) Thanks [@TheSisb](https://github.com/TheSisb)! - [Progress Bar] add new Progress Bar package. A Progress Bar visually displays the progression/duration of a system operation such as downloading, uploading, or processing information.

0 comments on commit 6670026

Please sign in to comment.