From 231a700cc1d65f4be5df041cdabedc64f5b35cf6 Mon Sep 17 00:00:00 2001 From: TDSBot Date: Tue, 8 Sep 2020 17:08:53 +0000 Subject: [PATCH] chore(publish): update packages - @tds/core-interactive-icon@2.1.0 - @tds/core-notification@3.1.2 --- packages/InteractiveIcon/CHANGELOG.md | 16 ++++++++++++++++ packages/InteractiveIcon/package.json | 2 +- packages/Notification/CHANGELOG.md | 8 ++++++++ packages/Notification/package.json | 4 ++-- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/packages/InteractiveIcon/CHANGELOG.md b/packages/InteractiveIcon/CHANGELOG.md index 8a13e3e430..fb876dde89 100644 --- a/packages/InteractiveIcon/CHANGELOG.md +++ b/packages/InteractiveIcon/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/telus/tds-core/compare/@tds/core-interactive-icon@2.0.6...@tds/core-interactive-icon@2.1.0) (2020-09-08) + + +### Bug Fixes + +* **core-interactive-icon:** make size prop responsive ([090f0a0](https://github.com/telus/tds-core/commit/090f0a0f5f19b90aa95cd95eeec0730c242927db)) + + +### Features + +* **core-interactive-icon:** add size property ([a59265b](https://github.com/telus/tds-core/commit/a59265b67d8b229c7c0ea586947c74221c6f33eb)) + + + + + ## [2.0.6](https://github.com/telus/tds-core/compare/@tds/core-interactive-icon@2.0.5...@tds/core-interactive-icon@2.0.6) (2020-09-08) diff --git a/packages/InteractiveIcon/package.json b/packages/InteractiveIcon/package.json index 9e2d990f62..47742e10b9 100644 --- a/packages/InteractiveIcon/package.json +++ b/packages/InteractiveIcon/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-interactive-icon", - "version": "2.0.6", + "version": "2.1.0", "description": "", "main": "index.cjs.js", "module": "index.es.js", diff --git a/packages/Notification/CHANGELOG.md b/packages/Notification/CHANGELOG.md index ada2170a13..c06ddd720e 100644 --- a/packages/Notification/CHANGELOG.md +++ b/packages/Notification/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.2](https://github.com/telusdigital/tds/compare/@tds/core-notification@3.1.1...@tds/core-notification@3.1.2) (2020-09-08) + +**Note:** Version bump only for package @tds/core-notification + + + + + ## [3.1.1](https://github.com/telusdigital/tds/compare/@tds/core-notification@3.1.0...@tds/core-notification@3.1.1) (2020-09-08) diff --git a/packages/Notification/package.json b/packages/Notification/package.json index 8a3fbcd800..03b9582834 100644 --- a/packages/Notification/package.json +++ b/packages/Notification/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-notification", - "version": "3.1.1", + "version": "3.1.2", "description": "A banner that highlights important messages", "main": "index.cjs.js", "module": "index.es.js", @@ -30,7 +30,7 @@ "@tds/core-colours": "^2.2.1", "@tds/core-feedback-icon": "^1.0.9", "@tds/core-flex-grid": "^3.1.2", - "@tds/core-interactive-icon": "^2.0.6", + "@tds/core-interactive-icon": "^2.1.0", "@tds/core-paragraph": "^2.0.15", "@tds/shared-animation": "^3.0.1", "@tds/shared-styles": "^2.0.0",