diff --git a/.changeset/healthy-squids-cheat.md b/.changeset/healthy-squids-cheat.md deleted file mode 100644 index 38d21e00c8..0000000000 --- a/.changeset/healthy-squids-cheat.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@twilio-paste/code-block": patch -"@twilio-paste/in-page-navigation": patch -"@twilio-paste/tabs": patch -"@twilio-paste/core": patch ---- - -[Tabs, CodeBlock, InPageNavigation] fixed a bug where items in the tabs list may not complete the scroll, still showing the overflow right button. \ No newline at end of file diff --git a/packages/paste-core/components/code-block/CHANGELOG.md b/packages/paste-core/components/code-block/CHANGELOG.md index 04b99d4676..eb206ae549 100644 --- a/packages/paste-core/components/code-block/CHANGELOG.md +++ b/packages/paste-core/components/code-block/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/code-block/package.json b/packages/paste-core/components/code-block/package.json index e1cb458ffb..730d516b39 100644 --- a/packages/paste-core/components/code-block/package.json +++ b/packages/paste-core/components/code-block/package.json @@ -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.", @@ -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", diff --git a/packages/paste-core/components/in-page-navigation/CHANGELOG.md b/packages/paste-core/components/in-page-navigation/CHANGELOG.md index 849743cbb8..07d867dc35 100644 --- a/packages/paste-core/components/in-page-navigation/CHANGELOG.md +++ b/packages/paste-core/components/in-page-navigation/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/in-page-navigation/package.json b/packages/paste-core/components/in-page-navigation/package.json index abc3b38cec..2b4aac7e14 100644 --- a/packages/paste-core/components/in-page-navigation/package.json +++ b/packages/paste-core/components/in-page-navigation/package.json @@ -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.", diff --git a/packages/paste-core/components/tabs/CHANGELOG.md b/packages/paste-core/components/tabs/CHANGELOG.md index 224b8dd93d..287a625b12 100644 --- a/packages/paste-core/components/tabs/CHANGELOG.md +++ b/packages/paste-core/components/tabs/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/tabs/package.json b/packages/paste-core/components/tabs/package.json index 65d4ab73d7..14ceb3921e 100644 --- a/packages/paste-core/components/tabs/package.json +++ b/packages/paste-core/components/tabs/package.json @@ -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.", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 06aa20d1fa..f65cd76f69 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 04d0007182..ff66bff890 100644 --- a/packages/paste-core/core-bundle/package.json +++ b/packages/paste-core/core-bundle/package.json @@ -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.", @@ -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", @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index ee72b418f6..fb6443790a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: @@ -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: