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 Aug 29, 2024
1 parent bc7d13f commit f1d09a0
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 35 deletions.
6 changes: 0 additions & 6 deletions .changeset/healthy-cobras-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-games-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-kings-tap.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-core/components/button-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/button-group

## 4.2.0

### Minor Changes

- [`bc7d13f43`](https://github.com/twilio-labs/paste/commit/bc7d13f43b777af3cd379ddf63bd46825dcdbaf0) [#4051](https://github.com/twilio-labs/paste/pull/4051) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button Group] add justifyContent prop on unattached button groups. Use flex for unattached button groups.

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button-group",
"version": "4.1.1",
"version": "4.2.0",
"category": "interaction",
"status": "production",
"description": "A Button Group is a component used to render groups of Buttons.",
Expand Down Expand Up @@ -44,7 +44,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.2.0",
"@twilio-paste/design-tokens": "^10.7.1",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 16.3.0

### Minor Changes

- [`37acfcdf6`](https://github.com/twilio-labs/paste/commit/37acfcdf605aeda52ebf1b4b345717a9682f0ed6) [#4049](https://github.com/twilio-labs/paste/pull/4049) Thanks [@nkrantz](https://github.com/nkrantz)! - [Combobox] Add new prop `usePortal` which defaults to `true`. The prop was introduced to address a bug when Comboboxes are placed in Popovers. usePortal should be set to false when using a Combobox inside a Popover in order to retain full functionality.

## 16.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "16.2.1",
"version": "16.3.0",
"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 @@ -71,7 +71,7 @@
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox-primitive": "^2.1.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.7.1",
"@twilio-paste/dropdown-library": "^3.0.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/form-pill-group": "^8.0.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 20.16.0

### Minor Changes

- [`37acfcdf6`](https://github.com/twilio-labs/paste/commit/37acfcdf605aeda52ebf1b4b345717a9682f0ed6) [#4049](https://github.com/twilio-labs/paste/pull/4049) Thanks [@nkrantz](https://github.com/nkrantz)! - [Combobox] Add new prop `usePortal` which defaults to `true`. The prop was introduced to address a bug when Comboboxes are placed in Popovers. usePortal should be set to false when using a Combobox inside a Popover in order to retain full functionality.

* [`bc7d13f43`](https://github.com/twilio-labs/paste/commit/bc7d13f43b777af3cd379ddf63bd46825dcdbaf0) [#4051](https://github.com/twilio-labs/paste/pull/4051) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button Group] add justifyContent prop on unattached button groups. Use flex for unattached button groups.

### Patch Changes

- [`e95c7121a`](https://github.com/twilio-labs/paste/commit/e95c7121a52d111114fc5acb95f46e939031063e) [#4043](https://github.com/twilio-labs/paste/pull/4043) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Design Tokens] Update box shadow tokens. Remove hardcoded values.

- Updated dependencies [[`37acfcdf6`](https://github.com/twilio-labs/paste/commit/37acfcdf605aeda52ebf1b4b345717a9682f0ed6), [`bc7d13f43`](https://github.com/twilio-labs/paste/commit/bc7d13f43b777af3cd379ddf63bd46825dcdbaf0), [`e95c7121a`](https://github.com/twilio-labs/paste/commit/e95c7121a52d111114fc5acb95f46e939031063e)]:
- @twilio-paste/combobox@16.3.0
- @twilio-paste/button-group@4.2.0
- @twilio-paste/design-tokens@10.7.1

## 20.15.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.15.0",
"version": "20.16.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/breadcrumb": "^11.1.1",
"@twilio-paste/button": "^14.1.2",
"@twilio-paste/button-group": "^4.1.1",
"@twilio-paste/button-group": "^4.2.0",
"@twilio-paste/callout": "^4.1.0",
"@twilio-paste/card": "^9.1.0",
"@twilio-paste/chat-composer": "^5.2.1",
Expand All @@ -94,15 +94,15 @@
"@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",
"@twilio-paste/combobox": "^16.3.0",
"@twilio-paste/combobox-primitive": "^2.1.1",
"@twilio-paste/corner-ornament": "^1.0.0",
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/data-grid": "^8.3.1",
"@twilio-paste/data-visualization-library": "^5.0.0",
"@twilio-paste/date-picker": "^6.1.1",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/design-tokens": "^10.7.1",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.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.7.1

### Patch Changes

- [`e95c7121a`](https://github.com/twilio-labs/paste/commit/e95c7121a52d111114fc5acb95f46e939031063e) [#4043](https://github.com/twilio-labs/paste/pull/4043) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Design Tokens] Update box shadow tokens. Remove hardcoded values.

## 10.7.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.7.0",
"version": "10.7.1",
"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
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11706,15 +11706,15 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/button-group@^4.1.1, @twilio-paste/button-group@workspace:packages/paste-core/components/button-group":
"@twilio-paste/button-group@^4.1.1, @twilio-paste/button-group@^4.2.0, @twilio-paste/button-group@workspace:packages/paste-core/components/button-group":
version: 0.0.0-use.local
resolution: "@twilio-paste/button-group@workspace:packages/paste-core/components/button-group"
dependencies:
"@twilio-paste/animation-library": ^2.0.0
"@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.7.1
"@twilio-paste/style-props": ^9.1.0
"@twilio-paste/styling-library": ^3.0.0
"@twilio-paste/theme": ^11.0.0
Expand Down Expand Up @@ -12177,7 +12177,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/combobox@^16.2.1, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox":
"@twilio-paste/combobox@^16.2.1, @twilio-paste/combobox@^16.3.0, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox":
version: 0.0.0-use.local
resolution: "@twilio-paste/combobox@workspace:packages/paste-core/components/combobox"
dependencies:
Expand All @@ -12189,7 +12189,7 @@ __metadata:
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/combobox-primitive": ^2.1.0
"@twilio-paste/customization": ^8.1.0
"@twilio-paste/design-tokens": ^10.2.0
"@twilio-paste/design-tokens": ^10.7.1
"@twilio-paste/dropdown-library": ^3.0.0
"@twilio-paste/flex": ^8.1.0
"@twilio-paste/form-pill-group": ^8.0.1
Expand Down Expand Up @@ -12271,7 +12271,7 @@ __metadata:
"@twilio-paste/box": ^10.3.0
"@twilio-paste/breadcrumb": ^11.1.1
"@twilio-paste/button": ^14.1.2
"@twilio-paste/button-group": ^4.1.1
"@twilio-paste/button-group": ^4.2.0
"@twilio-paste/callout": ^4.1.0
"@twilio-paste/card": ^9.1.0
"@twilio-paste/chat-composer": ^5.2.1
Expand All @@ -12281,15 +12281,15 @@ __metadata:
"@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
"@twilio-paste/combobox": ^16.3.0
"@twilio-paste/combobox-primitive": ^2.1.1
"@twilio-paste/corner-ornament": ^1.0.0
"@twilio-paste/customization": ^8.2.0
"@twilio-paste/data-grid": ^8.3.1
"@twilio-paste/data-visualization-library": ^5.0.0
"@twilio-paste/date-picker": ^6.1.1
"@twilio-paste/description-list": ^4.2.0
"@twilio-paste/design-tokens": ^10.7.0
"@twilio-paste/design-tokens": ^10.7.1
"@twilio-paste/detail-text": ^3.1.0
"@twilio-paste/disclosure": ^12.1.0
"@twilio-paste/disclosure-primitive": ^2.1.1
Expand Down Expand Up @@ -12634,7 +12634,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/design-tokens@^10.0.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@workspace:packages/paste-design-tokens":
"@twilio-paste/design-tokens@^10.0.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.7.1, @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

0 comments on commit f1d09a0

Please sign in to comment.