From c0dc3581564c9045cc2a82ba9849b139e913cc76 Mon Sep 17 00:00:00 2001 From: TDSBot Date: Wed, 9 Dec 2020 21:24:52 +0000 Subject: [PATCH] chore(publish): update packages - @tds/community-tabs@0.2.0 --- packages/Tabs/CHANGELOG.md | 12 ++++++++++++ packages/Tabs/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/Tabs/CHANGELOG.md b/packages/Tabs/CHANGELOG.md index bbf79e997..188aae4a0 100644 --- a/packages/Tabs/CHANGELOG.md +++ b/packages/Tabs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/telus/tds-community/compare/@tds/community-tabs@0.1.5...@tds/community-tabs@0.2.0) (2020-12-09) + + +### Features + +* **community-tabs:** hr-1595 add tests, update example text ([6321712](https://github.com/telus/tds-community/commit/63217124fd268b36d9cdfcfc8ceddf9a51e7cae2)) +* **community-tabs:** hr-1595 controlled mode ([9752181](https://github.com/telus/tds-community/commit/975218117201ad9d42a0f635df9d8a5f47424eac)) + + + + + ## [0.1.5](https://github.com/telus/tds-community/compare/@tds/community-tabs@0.1.4...@tds/community-tabs@0.1.5) (2020-11-11) diff --git a/packages/Tabs/package.json b/packages/Tabs/package.json index ae630d612..e984fde9c 100644 --- a/packages/Tabs/package.json +++ b/packages/Tabs/package.json @@ -1,6 +1,6 @@ { "name": "@tds/community-tabs", - "version": "0.1.5", + "version": "0.2.0", "description": "", "main": "index.cjs.js", "module": "index.es.js",