From 58a1e3d64657e0c41ddf94ec613c5306643b6588 Mon Sep 17 00:00:00 2001 From: TDSBot Date: Mon, 22 Mar 2021 14:28:32 +0000 Subject: [PATCH] chore(publish): update packages - @tds/core-button@3.2.4 - @tds/core-button-link@3.2.4 --- packages/Button/CHANGELOG.md | 11 +++++++++++ packages/Button/package.json | 2 +- packages/ButtonLink/CHANGELOG.md | 8 ++++++++ packages/ButtonLink/package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/Button/CHANGELOG.md b/packages/Button/CHANGELOG.md index 91fac71f20..d17fdd216f 100644 --- a/packages/Button/CHANGELOG.md +++ b/packages/Button/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. +## [3.2.4](https://github.com/telusdigital/tds/compare/@tds/core-button@3.2.3...@tds/core-button@3.2.4) (2021-03-22) + + +### Bug Fixes + +* **core-button:** no hover on touch screens ([be8cb85](https://github.com/telusdigital/tds/commit/be8cb8566bdee071006ff7b2ee4b2900b0a74832)) + + + + + ## [3.2.3](https://github.com/telusdigital/tds/compare/@tds/core-button@3.2.2...@tds/core-button@3.2.3) (2021-01-15) **Note:** Version bump only for package @tds/core-button diff --git a/packages/Button/package.json b/packages/Button/package.json index 088bd655bc..22a461b34c 100644 --- a/packages/Button/package.json +++ b/packages/Button/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-button", - "version": "3.2.3", + "version": "3.2.4", "main": "index.cjs.js", "module": "index.es.js", "license": "MIT", diff --git a/packages/ButtonLink/CHANGELOG.md b/packages/ButtonLink/CHANGELOG.md index 5fa84e7d5f..8f634a74b3 100644 --- a/packages/ButtonLink/CHANGELOG.md +++ b/packages/ButtonLink/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.2.4](https://github.com/telusdigital/tds/compare/@tds/core-button-link@3.2.3...@tds/core-button-link@3.2.4) (2021-03-22) + +**Note:** Version bump only for package @tds/core-button-link + + + + + ## [3.2.3](https://github.com/telusdigital/tds/compare/@tds/core-button-link@3.2.2...@tds/core-button-link@3.2.3) (2021-01-15) **Note:** Version bump only for package @tds/core-button-link diff --git a/packages/ButtonLink/package.json b/packages/ButtonLink/package.json index d8d26ce0d2..b255681995 100644 --- a/packages/ButtonLink/package.json +++ b/packages/ButtonLink/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-button-link", - "version": "3.2.3", + "version": "3.2.4", "description": "A link that is styled as a button", "main": "index.cjs.js", "module": "index.es.js", @@ -26,7 +26,7 @@ "styled-components": "^4.1.3 || ^5.1.0" }, "dependencies": { - "@tds/core-button": "^3.2.3", + "@tds/core-button": "^3.2.4", "@tds/core-colours": "^2.2.1", "@tds/shared-styles": "^2.0.1", "@tds/util-helpers": "^1.6.0",