Skip to content

Commit

Permalink
chore(release): version packages (#4152)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TwilioPasteBot and github-actions[bot] authored Nov 12, 2024
1 parent 0f7cb22 commit 65d6054
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/healthy-squids-cheat.md

This file was deleted.

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

## 4.1.3

### Patch Changes

- [`0f7cb22a0`](https://github.com/twilio-labs/paste/commit/0f7cb22a05d803b2a2c32d62bdf892c48f218775) [#4148](https://github.com/twilio-labs/paste/pull/4148) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs, CodeBlock, InPageNavigation] fixed a bug where items in the tabs list may not complete the scroll, still showing the overflow right button.

## 4.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/code-block",
"version": "4.1.2",
"version": "4.1.3",
"category": "data display",
"status": "production",
"description": "A Code Block is a component used to display readable blocks of code.",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/syntax-highlighter-library": "^3.0.0",
"@twilio-paste/tabs": "^8.3.0",
"@twilio-paste/tabs": "^8.3.2",
"@twilio-paste/tabs-primitive": "^2.0.0",
"@twilio-paste/text": "^10.1.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/in-page-navigation

## 4.3.4

### Patch Changes

- [`0f7cb22a0`](https://github.com/twilio-labs/paste/commit/0f7cb22a05d803b2a2c32d62bdf892c48f218775) [#4148](https://github.com/twilio-labs/paste/pull/4148) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs, CodeBlock, InPageNavigation] fixed a bug where items in the tabs list may not complete the scroll, still showing the overflow right button.

## 4.3.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/in-page-navigation",
"version": "4.3.3",
"version": "4.3.4",
"category": "navigation",
"status": "production",
"description": "In Page Navigation is a set of links that lets users navigate between related pages.",
Expand Down
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.2

### Patch Changes

- [`0f7cb22a0`](https://github.com/twilio-labs/paste/commit/0f7cb22a05d803b2a2c32d62bdf892c48f218775) [#4148](https://github.com/twilio-labs/paste/pull/4148) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs, CodeBlock, InPageNavigation] fixed a bug where items in the tabs list may not complete the scroll, still showing the overflow right button.

## 8.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "8.3.2",
"category": "interaction",
"status": "production",
"description": "Tabs are labeled controls that allow users to switch between multiple views within a page.",
Expand Down
11 changes: 11 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 20.18.1

### Patch Changes

- [`0f7cb22a0`](https://github.com/twilio-labs/paste/commit/0f7cb22a05d803b2a2c32d62bdf892c48f218775) [#4148](https://github.com/twilio-labs/paste/pull/4148) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs, CodeBlock, InPageNavigation] fixed a bug where items in the tabs list may not complete the scroll, still showing the overflow right button.

- Updated dependencies [[`0f7cb22a0`](https://github.com/twilio-labs/paste/commit/0f7cb22a05d803b2a2c32d62bdf892c48f218775)]:
- @twilio-paste/code-block@4.1.3
- @twilio-paste/in-page-navigation@4.3.4
- @twilio-paste/tabs@8.3.2

## 20.18.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.18.0",
"version": "20.18.1",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@twilio-paste/chat-log": "^5.2.1",
"@twilio-paste/checkbox": "^13.1.2",
"@twilio-paste/clipboard-copy-library": "^3.0.0",
"@twilio-paste/code-block": "^4.1.2",
"@twilio-paste/code-block": "^4.1.3",
"@twilio-paste/code-editor-library": "^2.0.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox": "^16.3.0",
Expand All @@ -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.3",
"@twilio-paste/in-page-navigation": "^4.3.4",
"@twilio-paste/inline-code": "^4.1.2",
"@twilio-paste/inline-control-group": "^13.0.2",
"@twilio-paste/input": "^9.1.3",
Expand Down Expand Up @@ -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.1",
"@twilio-paste/tabs": "^8.3.2",
"@twilio-paste/tabs-primitive": "^2.0.1",
"@twilio-paste/text": "^10.1.1",
"@twilio-paste/textarea": "^10.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12052,7 +12052,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/code-block@^4.1.0, @twilio-paste/code-block@^4.1.2, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block":
"@twilio-paste/code-block@^4.1.0, @twilio-paste/code-block@^4.1.3, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block":
version: 0.0.0-use.local
resolution: "@twilio-paste/code-block@workspace:packages/paste-core/components/code-block"
dependencies:
Expand All @@ -12074,7 +12074,7 @@ __metadata:
"@twilio-paste/style-props": ^9.1.0
"@twilio-paste/styling-library": ^3.0.0
"@twilio-paste/syntax-highlighter-library": ^3.0.0
"@twilio-paste/tabs": ^8.3.0
"@twilio-paste/tabs": ^8.3.2
"@twilio-paste/tabs-primitive": ^2.0.0
"@twilio-paste/text": ^10.1.0
"@twilio-paste/theme": ^11.0.0
Expand Down Expand Up @@ -12288,7 +12288,7 @@ __metadata:
"@twilio-paste/chat-log": ^5.2.1
"@twilio-paste/checkbox": ^13.1.2
"@twilio-paste/clipboard-copy-library": ^3.0.0
"@twilio-paste/code-block": ^4.1.2
"@twilio-paste/code-block": ^4.1.3
"@twilio-paste/code-editor-library": ^2.0.0
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/combobox": ^16.3.0
Expand Down Expand Up @@ -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.3
"@twilio-paste/in-page-navigation": ^4.3.4
"@twilio-paste/inline-code": ^4.1.2
"@twilio-paste/inline-control-group": ^13.0.2
"@twilio-paste/input": ^9.1.3
Expand Down Expand Up @@ -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.1
"@twilio-paste/tabs": ^8.3.2
"@twilio-paste/tabs-primitive": ^2.0.1
"@twilio-paste/text": ^10.1.1
"@twilio-paste/textarea": ^10.2.0
Expand Down Expand Up @@ -13308,7 +13308,7 @@ __metadata:
languageName: unknown
linkType: soft

"@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":
"@twilio-paste/in-page-navigation@^4.3.1, @twilio-paste/in-page-navigation@^4.3.4, @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:
Expand Down Expand Up @@ -15268,7 +15268,7 @@ __metadata:
languageName: unknown
linkType: soft

"@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":
"@twilio-paste/tabs@^8.2.1, @twilio-paste/tabs@^8.3.2, @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:
Expand Down

0 comments on commit 65d6054

Please sign in to comment.