Skip to content

Commit 65d6054

Browse files
chore(release): version packages (#4152)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f7cb22 commit 65d6054

File tree

10 files changed

+44
-23
lines changed

10 files changed

+44
-23
lines changed

.changeset/healthy-squids-cheat.md

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

packages/paste-core/components/code-block/CHANGELOG.md

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

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

511
### Patch Changes

packages/paste-core/components/code-block/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/code-block",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"category": "data display",
55
"status": "production",
66
"description": "A Code Block is a component used to display readable blocks of code.",
@@ -75,7 +75,7 @@
7575
"@twilio-paste/style-props": "^9.1.0",
7676
"@twilio-paste/styling-library": "^3.0.0",
7777
"@twilio-paste/syntax-highlighter-library": "^3.0.0",
78-
"@twilio-paste/tabs": "^8.3.0",
78+
"@twilio-paste/tabs": "^8.3.2",
7979
"@twilio-paste/tabs-primitive": "^2.0.0",
8080
"@twilio-paste/text": "^10.1.0",
8181
"@twilio-paste/theme": "^11.0.0",

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

511
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/in-page-navigation",
3-
"version": "4.3.3",
3+
"version": "4.3.4",
44
"category": "navigation",
55
"status": "production",
66
"description": "In Page Navigation is a set of links that lets users navigate between related pages.",

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

511
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/tabs",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"category": "interaction",
55
"status": "production",
66
"description": "Tabs are labeled controls that allow users to switch between multiple views within a page.",

packages/paste-core/core-bundle/CHANGELOG.md

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

3+
## 20.18.1
4+
5+
### Patch Changes
6+
7+
- [`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+
9+
- Updated dependencies [[`0f7cb22a0`](https://github.com/twilio-labs/paste/commit/0f7cb22a05d803b2a2c32d62bdf892c48f218775)]:
10+
- @twilio-paste/code-block@4.1.3
11+
- @twilio-paste/in-page-navigation@4.3.4
12+
- @twilio-paste/tabs@8.3.2
13+
314
## 20.18.0
415

516
### Minor Changes

packages/paste-core/core-bundle/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/core",
3-
"version": "20.18.0",
3+
"version": "20.18.1",
44
"status": "production",
55
"description": "Core contains all the packages from the Paste design system.",
66
"author": "Twilio Inc.",
@@ -91,7 +91,7 @@
9191
"@twilio-paste/chat-log": "^5.2.1",
9292
"@twilio-paste/checkbox": "^13.1.2",
9393
"@twilio-paste/clipboard-copy-library": "^3.0.0",
94-
"@twilio-paste/code-block": "^4.1.2",
94+
"@twilio-paste/code-block": "^4.1.3",
9595
"@twilio-paste/code-editor-library": "^2.0.0",
9696
"@twilio-paste/color-contrast-utils": "^5.0.0",
9797
"@twilio-paste/combobox": "^16.3.0",
@@ -118,7 +118,7 @@
118118
"@twilio-paste/grid": "^8.1.2",
119119
"@twilio-paste/heading": "^11.1.2",
120120
"@twilio-paste/help-text": "^13.1.0",
121-
"@twilio-paste/in-page-navigation": "^4.3.3",
121+
"@twilio-paste/in-page-navigation": "^4.3.4",
122122
"@twilio-paste/inline-code": "^4.1.2",
123123
"@twilio-paste/inline-control-group": "^13.0.2",
124124
"@twilio-paste/input": "^9.1.3",
@@ -165,7 +165,7 @@
165165
"@twilio-paste/switch": "^5.1.1",
166166
"@twilio-paste/syntax-highlighter-library": "^3.0.0",
167167
"@twilio-paste/table": "^8.2.1",
168-
"@twilio-paste/tabs": "^8.3.1",
168+
"@twilio-paste/tabs": "^8.3.2",
169169
"@twilio-paste/tabs-primitive": "^2.0.1",
170170
"@twilio-paste/text": "^10.1.1",
171171
"@twilio-paste/textarea": "^10.2.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12052,7 +12052,7 @@ __metadata:
1205212052
languageName: unknown
1205312053
linkType: soft
1205412054

12055-
"@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":
12055+
"@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":
1205612056
version: 0.0.0-use.local
1205712057
resolution: "@twilio-paste/code-block@workspace:packages/paste-core/components/code-block"
1205812058
dependencies:
@@ -12074,7 +12074,7 @@ __metadata:
1207412074
"@twilio-paste/style-props": ^9.1.0
1207512075
"@twilio-paste/styling-library": ^3.0.0
1207612076
"@twilio-paste/syntax-highlighter-library": ^3.0.0
12077-
"@twilio-paste/tabs": ^8.3.0
12077+
"@twilio-paste/tabs": ^8.3.2
1207812078
"@twilio-paste/tabs-primitive": ^2.0.0
1207912079
"@twilio-paste/text": ^10.1.0
1208012080
"@twilio-paste/theme": ^11.0.0
@@ -12288,7 +12288,7 @@ __metadata:
1228812288
"@twilio-paste/chat-log": ^5.2.1
1228912289
"@twilio-paste/checkbox": ^13.1.2
1229012290
"@twilio-paste/clipboard-copy-library": ^3.0.0
12291-
"@twilio-paste/code-block": ^4.1.2
12291+
"@twilio-paste/code-block": ^4.1.3
1229212292
"@twilio-paste/code-editor-library": ^2.0.0
1229312293
"@twilio-paste/color-contrast-utils": ^5.0.0
1229412294
"@twilio-paste/combobox": ^16.3.0
@@ -12316,7 +12316,7 @@ __metadata:
1231612316
"@twilio-paste/heading": ^11.1.2
1231712317
"@twilio-paste/help-text": ^13.1.0
1231812318
"@twilio-paste/icons": ^12.7.0
12319-
"@twilio-paste/in-page-navigation": ^4.3.3
12319+
"@twilio-paste/in-page-navigation": ^4.3.4
1232012320
"@twilio-paste/inline-code": ^4.1.2
1232112321
"@twilio-paste/inline-control-group": ^13.0.2
1232212322
"@twilio-paste/input": ^9.1.3
@@ -12363,7 +12363,7 @@ __metadata:
1236312363
"@twilio-paste/switch": ^5.1.1
1236412364
"@twilio-paste/syntax-highlighter-library": ^3.0.0
1236512365
"@twilio-paste/table": ^8.2.1
12366-
"@twilio-paste/tabs": ^8.3.1
12366+
"@twilio-paste/tabs": ^8.3.2
1236712367
"@twilio-paste/tabs-primitive": ^2.0.1
1236812368
"@twilio-paste/text": ^10.1.1
1236912369
"@twilio-paste/textarea": ^10.2.0
@@ -13308,7 +13308,7 @@ __metadata:
1330813308
languageName: unknown
1330913309
linkType: soft
1331013310

13311-
"@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":
13311+
"@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":
1331213312
version: 0.0.0-use.local
1331313313
resolution: "@twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation"
1331413314
dependencies:
@@ -15268,7 +15268,7 @@ __metadata:
1526815268
languageName: unknown
1526915269
linkType: soft
1527015270

15271-
"@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":
15271+
"@twilio-paste/tabs@^8.2.1, @twilio-paste/tabs@^8.3.2, @twilio-paste/tabs@workspace:packages/paste-core/components/tabs":
1527215272
version: 0.0.0-use.local
1527315273
resolution: "@twilio-paste/tabs@workspace:packages/paste-core/components/tabs"
1527415274
dependencies:

0 commit comments

Comments
 (0)