Skip to content

Commit

Permalink
Version Packages (#4158)
Browse files Browse the repository at this point in the history
* chore(release): version packages

* fix(version-packages): didn't update peer version

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Kristian Antrobus <[email protected]>
  • Loading branch information
4 people authored Dec 16, 2024
1 parent 5c7b9ba commit cd612f1
Show file tree
Hide file tree
Showing 30 changed files with 176 additions and 124 deletions.
5 changes: 0 additions & 5 deletions .changeset/confused-whale.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-windows-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-panthers-buy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-rabbits-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-islands-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-days-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-sheep-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-jokes-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-mugs-admire.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.14.0

### Minor Changes

- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users

* [`dbd982f8d`](https://github.com/twilio-labs/paste/commit/dbd982f8df4160a85a2d51a8709ea84d0fcff428) [#4157](https://github.com/twilio-labs/paste/pull/4157) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] add new export ExampleText

## 0.13.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.13.0",
"version": "0.14.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.17.0",
"@twilio-paste/core": "^20.19.0",
"tsx": "^4.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/paste-core/components/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twilio-paste/code-block

## 5.0.0

### Patch Changes

- Updated dependencies [[`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001), [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]:
- @twilio-paste/tooltip@12.0.0
- @twilio-paste/keyboard-key@1.0.0

## 4.1.3

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.3",
"version": "5.0.0",
"category": "data display",
"status": "production",
"description": "A Code Block is a component used to display readable blocks of code.",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@twilio-paste/flex": "^8.0.0",
"@twilio-paste/heading": "^11.0.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/keyboard-key": "^0.0.0",
"@twilio-paste/keyboard-key": "^1.0.0",
"@twilio-paste/reakit-library": "^2.0.0",
"@twilio-paste/screen-reader-only": "^13.0.0",
"@twilio-paste/spinner": "^14.0.0",
Expand All @@ -48,7 +48,7 @@
"@twilio-paste/tabs-primitive": "^2.0.0",
"@twilio-paste/text": "^10.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/tooltip": "^11.0.0",
"@twilio-paste/tooltip": "^12.0.0",
"@twilio-paste/tooltip-primitive": "^2.0.0",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
Expand All @@ -65,11 +65,11 @@
"@twilio-paste/clipboard-copy-library": "^3.0.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/design-tokens": "^10.11.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/heading": "^11.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/keyboard-key": "^0.0.0",
"@twilio-paste/keyboard-key": "^1.0.0",
"@twilio-paste/reakit-library": "^2.1.1",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/spinner": "^14.1.2",
Expand All @@ -81,7 +81,7 @@
"@twilio-paste/tabs-primitive": "^2.0.0",
"@twilio-paste/text": "^10.1.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/tooltip": "^11.1.0",
"@twilio-paste/tooltip": "^12.0.0",
"@twilio-paste/tooltip-primitive": "^2.0.0",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/paste-core/components/example-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @twilio-paste/example-text

## 1.0.0

### Major Changes

- [`dbd982f8d`](https://github.com/twilio-labs/paste/commit/dbd982f8df4160a85a2d51a8709ea84d0fcff428) [#4157](https://github.com/twilio-labs/paste/pull/4157) Thanks [@nkrantz](https://github.com/nkrantz)! - [Example Text] create new component Example Text which is a stylized text wrapper that distinguishes user input examples from body text.
4 changes: 2 additions & 2 deletions packages/paste-core/components/example-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/example-text",
"version": "0.0.0",
"version": "1.0.0",
"category": "typography",
"status": "production",
"description": "Example Text is a stylized text wrapper that distinguishes user input examples from body text.",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@twilio-paste/box": "^10.2.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.11.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/paste-core/components/keyboard-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @twilio-paste/keyboard-key

## 1.0.0

### Major Changes

- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users

### Patch Changes

- [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a) [#4164](https://github.com/twilio-labs/paste/pull/4164) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] fixed issue with shift key being captured as capitals on subsequesnt key presses
4 changes: 2 additions & 2 deletions packages/paste-core/components/keyboard-key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/keyboard-key",
"version": "0.0.0",
"version": "1.0.0",
"category": "typography",
"status": "production",
"description": "A Keyboard Key distinguishes a keyboard command or shortcut from other text.",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@twilio-paste/box": "^10.2.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.11.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.1",
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.2

### Patch Changes

- [`7f39856ee`](https://github.com/twilio-labs/paste/commit/7f39856ee3697235b535ea02eaef2cb105cd4d86) [#4170](https://github.com/twilio-labs/paste/pull/4170) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ProgressSteps] fixed an issue where progress steps was rerendering unnecessarily

## 2.2.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.2.1",
"version": "2.2.2",
"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.9.0",
"@twilio-paste/design-tokens": "^10.11.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/timeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/timeline

## 1.0.1

### Patch Changes

- [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430) [#4146](https://github.com/twilio-labs/paste/pull/4146) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Remove unnecessary `z-index` from `TimelineItemIcon`

## 1.0.0

### Major Changes
Expand Down
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": "1.0.0",
"version": "1.0.1",
"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.8.0",
"@twilio-paste/design-tokens": "^10.11.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
"@twilio-paste/icons": "^12.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/paste-core/components/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 12.0.0

### Minor Changes

- [`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001) [#4161](https://github.com/twilio-labs/paste/pull/4161) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tooltip] added the ability to put keyboard combinations using the KeyboardKey in the tooltip

### Patch Changes

- Updated dependencies [[`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]:
- @twilio-paste/keyboard-key@1.0.0

## 11.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/tooltip",
"version": "11.1.1",
"version": "12.0.0",
"category": "interaction",
"status": "production",
"description": "A Tooltip is a page overlay that displays non-interactive clarifying text related to an element that’s in a focused or hovered state.",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@twilio-paste/customization": "^8.0.0",
"@twilio-paste/design-tokens": "^10.0.0",
"@twilio-paste/icons": "^12.0.0",
"@twilio-paste/keyboard-key": "^0.0.0",
"@twilio-paste/keyboard-key": "^1.0.0",
"@twilio-paste/reakit-library": "^2.0.0",
"@twilio-paste/spinner": "^14.0.0",
"@twilio-paste/stack": "^8.1.0",
Expand All @@ -52,9 +52,9 @@
"@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.11.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/keyboard-key": "^0.0.0",
"@twilio-paste/keyboard-key": "^1.0.0",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
Expand Down
29 changes: 29 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 20.19.0

### Minor Changes

- [`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001) [#4161](https://github.com/twilio-labs/paste/pull/4161) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tooltip] added the ability to put keyboard combinations using the KeyboardKey in the tooltip

* [`dbd982f8d`](https://github.com/twilio-labs/paste/commit/dbd982f8df4160a85a2d51a8709ea84d0fcff428) [#4157](https://github.com/twilio-labs/paste/pull/4157) Thanks [@nkrantz](https://github.com/nkrantz)! - [Example Text] create new component Example Text which is a stylized text wrapper that distinguishes user input examples from body text.

- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added new design tokens shadowBorderBottomWeak and shadowBorderBottomInverseWeaker to support new feature, KeybaordKey.

* [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users

### Patch Changes

- [`7f39856ee`](https://github.com/twilio-labs/paste/commit/7f39856ee3697235b535ea02eaef2cb105cd4d86) [#4170](https://github.com/twilio-labs/paste/pull/4170) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ProgressSteps] fixed an issue where progress steps was rerendering unnecessarily

* [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430) [#4146](https://github.com/twilio-labs/paste/pull/4146) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Remove unnecessary `z-index` from `TimelineItemIcon`

- [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a) [#4164](https://github.com/twilio-labs/paste/pull/4164) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] fixed issue with shift key being captured as capitals on subsequesnt key presses

- Updated dependencies [[`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001), [`7f39856ee`](https://github.com/twilio-labs/paste/commit/7f39856ee3697235b535ea02eaef2cb105cd4d86), [`dbd982f8d`](https://github.com/twilio-labs/paste/commit/dbd982f8df4160a85a2d51a8709ea84d0fcff428), [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980), [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]

## 20.18.1

### Patch Changes
Expand Down
Loading

0 comments on commit cd612f1

Please sign in to comment.