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 37acfcd commit 5445b2f
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/healthy-cobras-whisper.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/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
14 changes: 14 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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.

### 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), [`e95c7121a`](https://github.com/twilio-labs/paste/commit/e95c7121a52d111114fc5acb95f46e939031063e)]:
- @twilio-paste/combobox@16.3.0
- @twilio-paste/design-tokens@10.7.1

## 20.15.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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 @@ -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
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
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 @@ -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 5445b2f

Please sign in to comment.