Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent dbd982f commit 6e433cb
Show file tree
Hide file tree
Showing 19 changed files with 81 additions and 61 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/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/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"
}
}
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
7 changes: 7 additions & 0 deletions packages/paste-core/components/keyboard-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @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
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/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
20 changes: 20 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 20.19.0

### Minor 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.

* [`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

- [`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`

- Updated dependencies [[`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), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]:
- @twilio-paste/example-text@1.0.0
- @twilio-paste/timeline@1.0.1
- @twilio-paste/design-tokens@10.11.0
- @twilio-paste/keyboard-key@1.0.0

## 20.18.1

### Patch 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.18.1",
"version": "20.19.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -102,15 +102,15 @@
"@twilio-paste/data-visualization-library": "^5.1.0",
"@twilio-paste/date-picker": "^6.1.1",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.10.0",
"@twilio-paste/design-tokens": "^10.11.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
"@twilio-paste/display-heading": "^4.1.0",
"@twilio-paste/display-pill-group": "^8.0.1",
"@twilio-paste/dropdown-library": "^3.0.0",
"@twilio-paste/editable-code-block": "^2.1.0",
"@twilio-paste/example-text": "^0.0.0",
"@twilio-paste/example-text": "^1.0.0",
"@twilio-paste/file-picker": "^4.1.0",
"@twilio-paste/file-uploader": "^4.1.0",
"@twilio-paste/flex": "^8.1.0",
Expand All @@ -124,7 +124,7 @@
"@twilio-paste/inline-control-group": "^13.0.2",
"@twilio-paste/input": "^9.1.3",
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/keyboard-key": "^0.0.0",
"@twilio-paste/keyboard-key": "^1.0.0",
"@twilio-paste/label": "^13.1.1",
"@twilio-paste/lexical-library": "^4.2.0",
"@twilio-paste/list": "^8.2.1",
Expand Down Expand Up @@ -173,7 +173,7 @@
"@twilio-paste/textarea": "^10.2.0",
"@twilio-paste/theme": "^11.1.0",
"@twilio-paste/time-picker": "^6.1.1",
"@twilio-paste/timeline": "^1.0.0",
"@twilio-paste/timeline": "^1.0.1",
"@twilio-paste/toast": "^12.2.1",
"@twilio-paste/tooltip": "^11.1.1",
"@twilio-paste/tooltip-primitive": "^2.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.11.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)! - [Design Tokens] added new design tokens shadowBorderBottomWeak and shadowBorderBottomInverseWeaker to support new feature, KeybaordKey.

## 10.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/design-tokens",
"version": "10.10.0",
"version": "10.11.0",
"description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.",
"main": "dist/tokens.common.js",
"module": "dist/tokens.es6.js",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12143,7 +12143,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.17.0
"@twilio-paste/core": ^20.19.0
chalk: 4.1.2
execa: 3.2.0
globby: "npm:[email protected]"
Expand Down Expand Up @@ -12264,7 +12264,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.17.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.19.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 Down Expand Up @@ -12299,15 +12299,15 @@ __metadata:
"@twilio-paste/data-visualization-library": ^5.1.0
"@twilio-paste/date-picker": ^6.1.1
"@twilio-paste/description-list": ^4.2.0
"@twilio-paste/design-tokens": ^10.10.0
"@twilio-paste/design-tokens": ^10.11.0
"@twilio-paste/detail-text": ^3.1.0
"@twilio-paste/disclosure": ^12.1.0
"@twilio-paste/disclosure-primitive": ^2.1.1
"@twilio-paste/display-heading": ^4.1.0
"@twilio-paste/display-pill-group": ^8.0.1
"@twilio-paste/dropdown-library": ^3.0.0
"@twilio-paste/editable-code-block": ^2.1.0
"@twilio-paste/example-text": ^0.0.0
"@twilio-paste/example-text": ^1.0.0
"@twilio-paste/file-picker": ^4.1.0
"@twilio-paste/file-uploader": ^4.1.0
"@twilio-paste/flex": ^8.1.0
Expand All @@ -12322,7 +12322,7 @@ __metadata:
"@twilio-paste/inline-control-group": ^13.0.2
"@twilio-paste/input": ^9.1.3
"@twilio-paste/input-box": ^10.1.1
"@twilio-paste/keyboard-key": ^0.0.0
"@twilio-paste/keyboard-key": ^1.0.0
"@twilio-paste/label": ^13.1.1
"@twilio-paste/lexical-library": ^4.2.0
"@twilio-paste/list": ^8.2.1
Expand Down Expand Up @@ -12371,7 +12371,7 @@ __metadata:
"@twilio-paste/textarea": ^10.2.0
"@twilio-paste/theme": ^11.1.0
"@twilio-paste/time-picker": ^6.1.1
"@twilio-paste/timeline": ^1.0.0
"@twilio-paste/timeline": ^1.0.1
"@twilio-paste/toast": ^12.2.1
"@twilio-paste/tooltip": ^11.1.1
"@twilio-paste/tooltip-primitive": ^2.0.1
Expand Down Expand Up @@ -12647,7 +12647,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^10.9.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens":
"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.11.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^10.9.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens":
version: 0.0.0-use.local
resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens"
dependencies:
Expand Down Expand Up @@ -12924,15 +12924,15 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/example-text@^0.0.0, @twilio-paste/example-text@workspace:packages/paste-core/components/example-text":
"@twilio-paste/example-text@^1.0.0, @twilio-paste/example-text@workspace:packages/paste-core/components/example-text":
version: 0.0.0-use.local
resolution: "@twilio-paste/example-text@workspace:packages/paste-core/components/example-text"
dependencies:
"@twilio-paste/animation-library": ^2.0.0
"@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 Expand Up @@ -13564,15 +13564,15 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/keyboard-key@^0.0.0, @twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key":
"@twilio-paste/keyboard-key@^1.0.0, @twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key":
version: 0.0.0-use.local
resolution: "@twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key"
dependencies:
"@twilio-paste/animation-library": ^2.0.0
"@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 Expand Up @@ -15562,7 +15562,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/timeline@^1.0.0, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline":
"@twilio-paste/timeline@^1.0.0, @twilio-paste/timeline@^1.0.1, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline":
version: 0.0.0-use.local
resolution: "@twilio-paste/timeline@workspace:packages/paste-core/components/timeline"
dependencies:
Expand All @@ -15573,7 +15573,7 @@ __metadata:
"@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

0 comments on commit 6e433cb

Please sign in to comment.