Skip to content

Commit 58a1e3d

Browse files
author
TDSBot
committed
chore(publish): update packages
- @tds/[email protected] - @tds/[email protected]
1 parent 97d010b commit 58a1e3d

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/Button/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.4](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-03-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **core-button:** no hover on touch screens ([be8cb85](https://github.com/telusdigital/tds/commit/be8cb8566bdee071006ff7b2ee4b2900b0a74832))
12+
13+
14+
15+
16+
617
## [3.2.3](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-01-15)
718

819
**Note:** Version bump only for package @tds/core-button

packages/Button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/core-button",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"main": "index.cjs.js",
55
"module": "index.es.js",
66
"license": "MIT",

packages/ButtonLink/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.4](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-03-22)
7+
8+
**Note:** Version bump only for package @tds/core-button-link
9+
10+
11+
12+
13+
614
## [3.2.3](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-01-15)
715

816
**Note:** Version bump only for package @tds/core-button-link

packages/ButtonLink/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/core-button-link",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "A link that is styled as a button",
55
"main": "index.cjs.js",
66
"module": "index.es.js",
@@ -26,7 +26,7 @@
2626
"styled-components": "^4.1.3 || ^5.1.0"
2727
},
2828
"dependencies": {
29-
"@tds/core-button": "^3.2.3",
29+
"@tds/core-button": "^3.2.4",
3030
"@tds/core-colours": "^2.2.1",
3131
"@tds/shared-styles": "^2.0.1",
3232
"@tds/util-helpers": "^1.6.0",

0 commit comments

Comments
 (0)