diff --git a/packages/Tabs/CHANGELOG.md b/packages/Tabs/CHANGELOG.md index 06fe8107c..b31851cb9 100644 --- a/packages/Tabs/CHANGELOG.md +++ b/packages/Tabs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.3](https://github.com/telus/tds-community/compare/@tds/community-tabs@0.4.2...@tds/community-tabs@0.4.3) (2021-02-16) + + +### Bug Fixes + +* **community-tabs:** fix scroll issue ([e2708f0](https://github.com/telus/tds-community/commit/e2708f01aa8ed09183b6abb6e8524e0afb7dae95)) + + + + + ## [0.4.2](https://github.com/telus/tds-community/compare/@tds/community-tabs@0.4.1...@tds/community-tabs@0.4.2) (2021-02-08) diff --git a/packages/Tabs/package.json b/packages/Tabs/package.json index cb5455b3e..a29453cf7 100644 --- a/packages/Tabs/package.json +++ b/packages/Tabs/package.json @@ -1,6 +1,6 @@ { "name": "@tds/community-tabs", - "version": "0.4.2", + "version": "0.4.3", "description": "", "main": "index.cjs.js", "module": "index.es.js",