Skip to content

Commit

Permalink
chore(publish): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TDSBot committed Mar 22, 2021
1 parent 97d010b commit 58a1e3d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/Button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@tds/[email protected]) (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/[email protected]...@tds/[email protected]) (2021-01-15)

**Note:** Version bump only for package @tds/core-button
Expand Down
2 changes: 1 addition & 1 deletion packages/Button/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/ButtonLink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@tds/[email protected]) (2021-03-22)

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





## [3.2.3](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-01-15)

**Note:** Version bump only for package @tds/core-button-link
Expand Down
4 changes: 2 additions & 2 deletions packages/ButtonLink/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 58a1e3d

Please sign in to comment.