Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): version packages
Browse files Browse the repository at this point in the history
github-actions[bot] committed Nov 6, 2024
1 parent 7c93daf commit 577d5d7
Showing 15 changed files with 67 additions and 47 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-eagles-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-owls-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-readers-scream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-ads-admire.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/in-page-navigation

## 4.3.3

### Patch Changes

- [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f) [#4143](https://github.com/twilio-labs/paste/pull/4143) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [InPageNavigation] fix issue with currently selected item causing vertical scroll

## 4.3.2

### Patch Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/in-page-navigation",
"version": "4.3.2",
"version": "4.3.3",
"category": "navigation",
"status": "production",
"description": "In Page Navigation is a set of links that lets users navigate between related pages.",
@@ -48,7 +48,7 @@
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/design-tokens": "^10.10.0",
"@twilio-paste/icons": "^12.2.2",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
6 changes: 6 additions & 0 deletions packages/paste-core/components/side-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/side-modal

## 4.2.0

### Minor Changes

- [`7c93dafd5`](https://github.com/twilio-labs/paste/commit/7c93dafd52ac78b1325b1c76f3ed0476bc98170e) [#4140](https://github.com/twilio-labs/paste/pull/4140) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Side Modal]: Align `SideModalFooterActions` to left. This change is to make `Side Modal` more aligned with `Side Panel` component. If you want to keep the actions on the right, you can use the `justifyContent` prop to align them to the right. If you are keeping them on the left, it's recommended to move the primary action to the left and the secondary action to the right.

## 4.1.3

### Patch Changes
4 changes: 2 additions & 2 deletions packages/paste-core/components/side-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/side-modal",
"version": "4.1.3",
"version": "4.2.0",
"category": "overlays",
"status": "production",
"description": "A modal that stays on the side of the screen.",
@@ -57,7 +57,7 @@
"@twilio-paste/button": "^14.1.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/design-tokens": "^10.10.0",
"@twilio-paste/heading": "^11.1.1",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/non-modal-dialog-primitive": "^2.0.2",
6 changes: 6 additions & 0 deletions packages/paste-core/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.3.1

### Patch Changes

- [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f) [#4143](https://github.com/twilio-labs/paste/pull/4143) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] fix issue with currently selected item causing vertical scroll

## 8.3.0

### Minor Changes
4 changes: 2 additions & 2 deletions packages/paste-core/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/tabs",
"version": "8.3.0",
"version": "8.3.1",
"category": "interaction",
"status": "production",
"description": "Tabs are labeled controls that allow users to switch between multiple views within a page.",
@@ -49,7 +49,7 @@
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/design-tokens": "^10.10.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/reakit-library": "^2.1.0",
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.18.0

### Minor Changes

- [`aa192283b`](https://github.com/twilio-labs/paste/commit/aa192283b3bbee127d7a31e43d1f64f3c2a58f96) [#4139](https://github.com/twilio-labs/paste/pull/4139) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] add new spacing tokens up to space-310

* [`7c93dafd5`](https://github.com/twilio-labs/paste/commit/7c93dafd52ac78b1325b1c76f3ed0476bc98170e) [#4140](https://github.com/twilio-labs/paste/pull/4140) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Side Modal]: Align `SideModalFooterActions` to left. This change is to make `Side Modal` more aligned with `Side Panel` component. If you want to keep the actions on the right, you can use the `justifyContent` prop to align them to the right. If you are keeping them on the left, it's recommended to move the primary action to the left and the secondary action to the right.

### Patch Changes

- [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f) [#4143](https://github.com/twilio-labs/paste/pull/4143) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] fix issue with currently selected item causing vertical scroll

* [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f) [#4143](https://github.com/twilio-labs/paste/pull/4143) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [InPageNavigation] fix issue with currently selected item causing vertical scroll

* Updated dependencies [[`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f), [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f), [`aa192283b`](https://github.com/twilio-labs/paste/commit/aa192283b3bbee127d7a31e43d1f64f3c2a58f96), [`7c93dafd5`](https://github.com/twilio-labs/paste/commit/7c93dafd52ac78b1325b1c76f3ed0476bc98170e)]:
- @twilio-paste/tabs@8.3.1
- @twilio-paste/in-page-navigation@4.3.3
- @twilio-paste/design-tokens@10.10.0
- @twilio-paste/side-modal@4.2.0

## 20.17.0

### Minor Changes
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.17.0",
"version": "20.18.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
@@ -102,7 +102,7 @@
"@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.9.0",
"@twilio-paste/design-tokens": "^10.10.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
@@ -118,7 +118,7 @@
"@twilio-paste/grid": "^8.1.2",
"@twilio-paste/heading": "^11.1.2",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/in-page-navigation": "^4.3.2",
"@twilio-paste/in-page-navigation": "^4.3.3",
"@twilio-paste/inline-code": "^4.1.2",
"@twilio-paste/inline-control-group": "^13.0.2",
"@twilio-paste/input": "^9.1.3",
@@ -151,7 +151,7 @@
"@twilio-paste/select": "^12.1.2",
"@twilio-paste/separator": "^8.1.1",
"@twilio-paste/sibling-box": "^9.1.1",
"@twilio-paste/side-modal": "^4.1.3",
"@twilio-paste/side-modal": "^4.2.0",
"@twilio-paste/side-panel": "^1.1.0",
"@twilio-paste/sidebar": "^1.1.2",
"@twilio-paste/skeleton-loader": "^6.1.1",
@@ -165,7 +165,7 @@
"@twilio-paste/switch": "^5.1.1",
"@twilio-paste/syntax-highlighter-library": "^3.0.0",
"@twilio-paste/table": "^8.2.1",
"@twilio-paste/tabs": "^8.3.0",
"@twilio-paste/tabs": "^8.3.1",
"@twilio-paste/tabs-primitive": "^2.0.1",
"@twilio-paste/text": "^10.1.1",
"@twilio-paste/textarea": "^10.2.0",
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.10.0

### Minor Changes

- [`aa192283b`](https://github.com/twilio-labs/paste/commit/aa192283b3bbee127d7a31e43d1f64f3c2a58f96) [#4139](https://github.com/twilio-labs/paste/pull/4139) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] add new spacing tokens up to space-310

## 10.9.0

### Minor Changes
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.9.0",
"version": "10.10.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",
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -12299,7 +12299,7 @@ __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.9.0
"@twilio-paste/design-tokens": ^10.10.0
"@twilio-paste/detail-text": ^3.1.0
"@twilio-paste/disclosure": ^12.1.0
"@twilio-paste/disclosure-primitive": ^2.1.1
@@ -12316,7 +12316,7 @@ __metadata:
"@twilio-paste/heading": ^11.1.2
"@twilio-paste/help-text": ^13.1.0
"@twilio-paste/icons": ^12.7.0
"@twilio-paste/in-page-navigation": ^4.3.2
"@twilio-paste/in-page-navigation": ^4.3.3
"@twilio-paste/inline-code": ^4.1.2
"@twilio-paste/inline-control-group": ^13.0.2
"@twilio-paste/input": ^9.1.3
@@ -12349,7 +12349,7 @@ __metadata:
"@twilio-paste/select": ^12.1.2
"@twilio-paste/separator": ^8.1.1
"@twilio-paste/sibling-box": ^9.1.1
"@twilio-paste/side-modal": ^4.1.3
"@twilio-paste/side-modal": ^4.2.0
"@twilio-paste/side-panel": ^1.1.0
"@twilio-paste/sidebar": ^1.1.2
"@twilio-paste/skeleton-loader": ^6.1.1
@@ -12363,7 +12363,7 @@ __metadata:
"@twilio-paste/switch": ^5.1.1
"@twilio-paste/syntax-highlighter-library": ^3.0.0
"@twilio-paste/table": ^8.2.1
"@twilio-paste/tabs": ^8.3.0
"@twilio-paste/tabs": ^8.3.1
"@twilio-paste/tabs-primitive": ^2.0.1
"@twilio-paste/text": ^10.1.1
"@twilio-paste/textarea": ^10.2.0
@@ -12645,7 +12645,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@^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.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:
@@ -13308,7 +13308,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/in-page-navigation@^4.3.1, @twilio-paste/in-page-navigation@^4.3.2, @twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation":
"@twilio-paste/in-page-navigation@^4.3.1, @twilio-paste/in-page-navigation@^4.3.3, @twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation":
version: 0.0.0-use.local
resolution: "@twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation"
dependencies:
@@ -13317,7 +13317,7 @@ __metadata:
"@twilio-paste/box": ^10.3.0
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/customization": ^8.1.1
"@twilio-paste/design-tokens": ^10.9.0
"@twilio-paste/design-tokens": ^10.10.0
"@twilio-paste/icons": ^12.2.2
"@twilio-paste/style-props": ^9.1.1
"@twilio-paste/styling-library": ^3.0.0
@@ -14643,7 +14643,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/side-modal@^4.1.3, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal":
"@twilio-paste/side-modal@^4.1.3, @twilio-paste/side-modal@^4.2.0, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal":
version: 0.0.0-use.local
resolution: "@twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal"
dependencies:
@@ -14653,7 +14653,7 @@ __metadata:
"@twilio-paste/button": ^14.1.1
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/customization": ^8.1.1
"@twilio-paste/design-tokens": ^10.7.0
"@twilio-paste/design-tokens": ^10.10.0
"@twilio-paste/heading": ^11.1.1
"@twilio-paste/icons": ^12.7.0
"@twilio-paste/non-modal-dialog-primitive": ^2.0.2
@@ -15268,15 +15268,15 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/tabs@^8.2.1, @twilio-paste/tabs@^8.3.0, @twilio-paste/tabs@workspace:packages/paste-core/components/tabs":
"@twilio-paste/tabs@^8.2.1, @twilio-paste/tabs@^8.3.0, @twilio-paste/tabs@^8.3.1, @twilio-paste/tabs@workspace:packages/paste-core/components/tabs":
version: 0.0.0-use.local
resolution: "@twilio-paste/tabs@workspace:packages/paste-core/components/tabs"
dependencies:
"@twilio-paste/animation-library": ^2.0.0
"@twilio-paste/box": ^10.3.0
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/customization": ^8.1.1
"@twilio-paste/design-tokens": ^10.9.0
"@twilio-paste/design-tokens": ^10.10.0
"@twilio-paste/flex": ^8.1.0
"@twilio-paste/icons": ^12.2.0
"@twilio-paste/reakit-library": ^2.1.0

0 comments on commit 577d5d7

Please sign in to comment.