Skip to content

Commit d0eea12

Browse files
chore(release): version packages (#4145)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c93daf commit d0eea12

File tree

15 files changed

+67
-47
lines changed

15 files changed

+67
-47
lines changed

.changeset/cold-eagles-search.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/hot-owls-dream.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/shy-readers-scream.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/smooth-ads-admire.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/paste-core/components/in-page-navigation/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/in-page-navigation
22

3+
## 4.3.3
4+
5+
### Patch Changes
6+
7+
- [`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
8+
39
## 4.3.2
410

511
### Patch Changes

packages/paste-core/components/in-page-navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/in-page-navigation",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"category": "navigation",
55
"status": "production",
66
"description": "In Page Navigation is a set of links that lets users navigate between related pages.",
@@ -48,7 +48,7 @@
4848
"@twilio-paste/box": "^10.3.0",
4949
"@twilio-paste/color-contrast-utils": "^5.0.0",
5050
"@twilio-paste/customization": "^8.1.1",
51-
"@twilio-paste/design-tokens": "^10.9.0",
51+
"@twilio-paste/design-tokens": "^10.10.0",
5252
"@twilio-paste/icons": "^12.2.2",
5353
"@twilio-paste/style-props": "^9.1.1",
5454
"@twilio-paste/styling-library": "^3.0.0",

packages/paste-core/components/side-modal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/side-modal
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [`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.
8+
39
## 4.1.3
410

511
### Patch Changes

packages/paste-core/components/side-modal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/side-modal",
3-
"version": "4.1.3",
3+
"version": "4.2.0",
44
"category": "overlays",
55
"status": "production",
66
"description": "A modal that stays on the side of the screen.",
@@ -57,7 +57,7 @@
5757
"@twilio-paste/button": "^14.1.1",
5858
"@twilio-paste/color-contrast-utils": "^5.0.0",
5959
"@twilio-paste/customization": "^8.1.1",
60-
"@twilio-paste/design-tokens": "^10.7.0",
60+
"@twilio-paste/design-tokens": "^10.10.0",
6161
"@twilio-paste/heading": "^11.1.1",
6262
"@twilio-paste/icons": "^12.7.0",
6363
"@twilio-paste/non-modal-dialog-primitive": "^2.0.2",

packages/paste-core/components/tabs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 8.3.1
4+
5+
### Patch Changes
6+
7+
- [`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+
39
## 8.3.0
410

511
### Minor Changes

packages/paste-core/components/tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/tabs",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"category": "interaction",
55
"status": "production",
66
"description": "Tabs are labeled controls that allow users to switch between multiple views within a page.",
@@ -49,7 +49,7 @@
4949
"@twilio-paste/box": "^10.3.0",
5050
"@twilio-paste/color-contrast-utils": "^5.0.0",
5151
"@twilio-paste/customization": "^8.1.1",
52-
"@twilio-paste/design-tokens": "^10.9.0",
52+
"@twilio-paste/design-tokens": "^10.10.0",
5353
"@twilio-paste/flex": "^8.1.0",
5454
"@twilio-paste/icons": "^12.2.0",
5555
"@twilio-paste/reakit-library": "^2.1.0",

0 commit comments

Comments
 (0)