Skip to content

Commit

Permalink
chore(release): version packages (#3830)
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 Apr 4, 2024
1 parent c020ede commit d9031d0
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 52 deletions.
9 changes: 0 additions & 9 deletions .changeset/fifty-pandas-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-grapes-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-lamps-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-hats-check.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.8.0

### Minor Changes

- [`33800d2f9`](https://github.com/twilio-labs/paste/commit/33800d2f9a07114793ab9daa0e52baa4ca2df686) [#3835](https://github.com/twilio-labs/paste/pull/3835) Thanks [@TheSisb](https://github.com/TheSisb)! - [List] add `OrderedDisplayList`, `OrderedDisplayListItem`, and `OrderedDisplayListHeading` components.

These new components provide a visually enhanced numbered list to improve the scannability of sequential steps.

## 0.7.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.7.0",
"version": "0.8.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.8.0",
"@twilio-paste/core": "^20.12.0",
"tsx": "^4.0.0"
}
}
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

## 4.1.1

### Patch Changes

- [`9d096e572`](https://github.com/twilio-labs/paste/commit/9d096e5722c236df9cde766efb9c00318c79dba5) [#3841](https://github.com/twilio-labs/paste/pull/3841) Thanks [@TheSisb](https://github.com/TheSisb)! - [Codeblock] fix an error when triggering the copy button while using React v18.

## 4.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "4.1.0",
"version": "4.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 @@ -68,9 +68,9 @@
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/heading": "^11.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/reakit-library": "^2.1.1",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/spinner": "^14.1.2",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 8.2.0

### Minor Changes

- [`33800d2f9`](https://github.com/twilio-labs/paste/commit/33800d2f9a07114793ab9daa0e52baa4ca2df686) [#3835](https://github.com/twilio-labs/paste/pull/3835) Thanks [@TheSisb](https://github.com/TheSisb)! - [List] add `OrderedDisplayList`, `OrderedDisplayListItem`, and `OrderedDisplayListHeading` components.

These new components provide a visually enhanced numbered list to improve the scannability of sequential steps.

## 8.1.2

### Patch 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.1.2",
"version": "8.2.0",
"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/spinner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 14.1.2

### Patch Changes

- [`c020edefc`](https://github.com/twilio-labs/paste/commit/c020edefcf15f5cb227e79248702e2a72be82e88) [#3834](https://github.com/twilio-labs/paste/pull/3834) Thanks [@nkrantz](https://github.com/nkrantz)! - [Spinner] Fix a bug that previously occured when a Safari user zoomed in on a page with a Spinner. The animated track moving around the Spinner circle would lose its center and appear off of the circle. This was due to the fact that Safari does not accept "center" as a value for the `transformOrigin` property. The fix was to remove the extra animations for Safari windows only.

## 14.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/spinner",
"version": "14.1.1",
"version": "14.1.2",
"category": "feedback",
"status": "production",
"description": "A Spinner is an animation that communicates a loading state to users.",
Expand Down
22 changes: 22 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 20.12.0

### Minor Changes

- [`33800d2f9`](https://github.com/twilio-labs/paste/commit/33800d2f9a07114793ab9daa0e52baa4ca2df686) [#3835](https://github.com/twilio-labs/paste/pull/3835) Thanks [@TheSisb](https://github.com/TheSisb)! - [List] add `OrderedDisplayList`, `OrderedDisplayListItem`, and `OrderedDisplayListHeading` components.

These new components provide a visually enhanced numbered list to improve the scannability of sequential steps.

### Patch Changes

- [`9ab72f5b6`](https://github.com/twilio-labs/paste/commit/9ab72f5b6f84b3c7100c5dee51b6c6d9a80fbc6c) [#3829](https://github.com/twilio-labs/paste/pull/3829) Thanks [@TheSisb](https://github.com/TheSisb)! - [Reakit Library] fix `PopoverArrow` rendering on theme toggles

* [`9d096e572`](https://github.com/twilio-labs/paste/commit/9d096e5722c236df9cde766efb9c00318c79dba5) [#3841](https://github.com/twilio-labs/paste/pull/3841) Thanks [@TheSisb](https://github.com/TheSisb)! - [Codeblock] fix an error when triggering the copy button while using React v18.

- [`c020edefc`](https://github.com/twilio-labs/paste/commit/c020edefcf15f5cb227e79248702e2a72be82e88) [#3834](https://github.com/twilio-labs/paste/pull/3834) Thanks [@nkrantz](https://github.com/nkrantz)! - [Spinner] Fix a bug that previously occured when a Safari user zoomed in on a page with a Spinner. The animated track moving around the Spinner circle would lose its center and appear off of the circle. This was due to the fact that Safari does not accept "center" as a value for the `transformOrigin` property. The fix was to remove the extra animations for Safari windows only.

- Updated dependencies [[`33800d2f9`](https://github.com/twilio-labs/paste/commit/33800d2f9a07114793ab9daa0e52baa4ca2df686), [`9ab72f5b6`](https://github.com/twilio-labs/paste/commit/9ab72f5b6f84b3c7100c5dee51b6c6d9a80fbc6c), [`9d096e572`](https://github.com/twilio-labs/paste/commit/9d096e5722c236df9cde766efb9c00318c79dba5), [`c020edefc`](https://github.com/twilio-labs/paste/commit/c020edefcf15f5cb227e79248702e2a72be82e88)]:
- @twilio-paste/list@8.2.0
- @twilio-paste/reakit-library@2.1.1
- @twilio-paste/code-block@4.1.1
- @twilio-paste/spinner@14.1.2

## 20.11.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.11.0",
"version": "20.12.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@twilio-paste/chat-log": "^5.2.1",
"@twilio-paste/checkbox": "^13.1.1",
"@twilio-paste/clipboard-copy-library": "^3.0.0",
"@twilio-paste/code-block": "^4.1.0",
"@twilio-paste/code-block": "^4.1.1",
"@twilio-paste/code-editor-library": "^2.0.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox": "^16.2.1",
Expand Down Expand Up @@ -123,7 +123,7 @@
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/label": "^13.1.1",
"@twilio-paste/lexical-library": "^4.1.0",
"@twilio-paste/list": "^8.1.2",
"@twilio-paste/list": "^8.2.0",
"@twilio-paste/listbox-primitive": "^3.0.1",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/menu": "^14.1.3",
Expand All @@ -144,7 +144,7 @@
"@twilio-paste/radio-group": "^13.1.1",
"@twilio-paste/react-spectrum-library": "^2.2.0",
"@twilio-paste/react-textarea-autosize-library": "^3.0.0",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/reakit-library": "^2.1.1",
"@twilio-paste/screen-reader-only": "^13.1.1",
"@twilio-paste/select": "^12.1.2",
"@twilio-paste/separator": "^8.1.1",
Expand All @@ -153,7 +153,7 @@
"@twilio-paste/sidebar": "^1.1.1",
"@twilio-paste/skeleton-loader": "^6.1.1",
"@twilio-paste/slider": "^3.0.1",
"@twilio-paste/spinner": "^14.1.1",
"@twilio-paste/spinner": "^14.1.2",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/status": "^2.1.1",
"@twilio-paste/style-props": "^9.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-libraries/reakit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.1

### Patch Changes

- [`9ab72f5b6`](https://github.com/twilio-labs/paste/commit/9ab72f5b6f84b3c7100c5dee51b6c6d9a80fbc6c) [#3829](https://github.com/twilio-labs/paste/pull/3829) Thanks [@TheSisb](https://github.com/TheSisb)! - [Reakit Library] fix `PopoverArrow` rendering on theme toggles

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-libraries/reakit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/reakit-library",
"version": "2.1.0",
"version": "2.1.1",
"category": "library",
"status": "production",
"description": "The reakit third-party library.",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11980,7 +11980,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/code-block@^4.1.0, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block":
"@twilio-paste/code-block@^4.1.0, @twilio-paste/code-block@^4.1.1, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block":
version: 0.0.0-use.local
resolution: "@twilio-paste/code-block@workspace:packages/paste-core/components/code-block"
dependencies:
Expand All @@ -11995,9 +11995,9 @@ __metadata:
"@twilio-paste/flex": ^8.1.0
"@twilio-paste/heading": ^11.1.0
"@twilio-paste/icons": ^12.2.0
"@twilio-paste/reakit-library": ^2.1.0
"@twilio-paste/reakit-library": ^2.1.1
"@twilio-paste/screen-reader-only": ^13.1.0
"@twilio-paste/spinner": ^14.1.0
"@twilio-paste/spinner": ^14.1.2
"@twilio-paste/stack": ^8.1.0
"@twilio-paste/style-props": ^9.1.0
"@twilio-paste/styling-library": ^3.0.0
Expand Down Expand Up @@ -12071,7 +12071,7 @@ __metadata:
"@babel/core": ^7.21.4
"@babel/plugin-proposal-object-rest-spread": ^7.20.7
"@babel/preset-env": ^7.21.4
"@twilio-paste/core": ^20.8.0
"@twilio-paste/core": ^20.12.0
chalk: 4.1.2
execa: 3.2.0
globby: "npm:[email protected]"
Expand Down Expand Up @@ -12190,7 +12190,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@^20.8.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.12.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
version: 0.0.0-use.local
resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle"
dependencies:
Expand All @@ -12213,7 +12213,7 @@ __metadata:
"@twilio-paste/chat-log": ^5.2.1
"@twilio-paste/checkbox": ^13.1.1
"@twilio-paste/clipboard-copy-library": ^3.0.0
"@twilio-paste/code-block": ^4.1.0
"@twilio-paste/code-block": ^4.1.1
"@twilio-paste/code-editor-library": ^2.0.0
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/combobox": ^16.2.1
Expand Down Expand Up @@ -12247,7 +12247,7 @@ __metadata:
"@twilio-paste/input-box": ^10.1.1
"@twilio-paste/label": ^13.1.1
"@twilio-paste/lexical-library": ^4.1.0
"@twilio-paste/list": ^8.1.2
"@twilio-paste/list": ^8.2.0
"@twilio-paste/listbox-primitive": ^3.0.1
"@twilio-paste/media-object": ^10.1.0
"@twilio-paste/menu": ^14.1.3
Expand All @@ -12268,7 +12268,7 @@ __metadata:
"@twilio-paste/radio-group": ^13.1.1
"@twilio-paste/react-spectrum-library": ^2.2.0
"@twilio-paste/react-textarea-autosize-library": ^3.0.0
"@twilio-paste/reakit-library": ^2.1.0
"@twilio-paste/reakit-library": ^2.1.1
"@twilio-paste/screen-reader-only": ^13.1.1
"@twilio-paste/select": ^12.1.2
"@twilio-paste/separator": ^8.1.1
Expand All @@ -12277,7 +12277,7 @@ __metadata:
"@twilio-paste/sidebar": ^1.1.1
"@twilio-paste/skeleton-loader": ^6.1.1
"@twilio-paste/slider": ^3.0.1
"@twilio-paste/spinner": ^14.1.1
"@twilio-paste/spinner": ^14.1.2
"@twilio-paste/stack": ^8.1.0
"@twilio-paste/status": ^2.1.1
"@twilio-paste/style-props": ^9.1.1
Expand Down Expand Up @@ -13467,7 +13467,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/list@^8.1.2, @twilio-paste/list@workspace:packages/paste-core/components/list":
"@twilio-paste/list@^8.1.2, @twilio-paste/list@^8.2.0, @twilio-paste/list@workspace:packages/paste-core/components/list":
version: 0.0.0-use.local
resolution: "@twilio-paste/list@workspace:packages/paste-core/components/list"
dependencies:
Expand Down Expand Up @@ -14350,7 +14350,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/reakit-library@^2.0.0, @twilio-paste/reakit-library@^2.1.0, @twilio-paste/reakit-library@workspace:packages/paste-libraries/reakit":
"@twilio-paste/reakit-library@^2.0.0, @twilio-paste/reakit-library@^2.1.0, @twilio-paste/reakit-library@^2.1.1, @twilio-paste/reakit-library@workspace:packages/paste-libraries/reakit":
version: 0.0.0-use.local
resolution: "@twilio-paste/reakit-library@workspace:packages/paste-libraries/reakit"
dependencies:
Expand Down Expand Up @@ -14723,7 +14723,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/spinner@^14.0.0, @twilio-paste/spinner@^14.1.0, @twilio-paste/spinner@^14.1.1, @twilio-paste/spinner@workspace:packages/paste-core/components/spinner":
"@twilio-paste/spinner@^14.0.0, @twilio-paste/spinner@^14.1.0, @twilio-paste/spinner@^14.1.1, @twilio-paste/spinner@^14.1.2, @twilio-paste/spinner@workspace:packages/paste-core/components/spinner":
version: 0.0.0-use.local
resolution: "@twilio-paste/spinner@workspace:packages/paste-core/components/spinner"
dependencies:
Expand Down

0 comments on commit d9031d0

Please sign in to comment.