Skip to content

Commit

Permalink
v0.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 committed Feb 14, 2018
1 parent bc1f9bc commit ad32bc3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#### 0.34.3 (2018-02-14)

##### Bug Fixes

* **select:**
* Remove background-color: transparent because it is not doing anything ([78058a8e](https://github.com/telusdigital/tds/commit/78058a8ed7cd690509db84af7990732978361f3b))
* Add pointer-events attribute ([a594a905](https://github.com/telusdigital/tds/commit/a594a905a189f3720335cbbd0a9754ad87aed971))
* Make chevron visible and clickable ([bec4ac06](https://github.com/telusdigital/tds/commit/bec4ac06e1bd024b40dd0dae9e12f38eadd9a7a5))
* **responsive:** use defaultmatches for all uses (#471) (#461) ([7d305eb1](https://github.com/telusdigital/tds/commit/7d305eb14e30a4fc6c85f036423241d0d773043f))

##### Other Changes

* **expand-collapse:** Fix expand collapse ssr test ([bc1f9bcc](https://github.com/telusdigital/tds/commit/bc1f9bccdb8efeae46d079e95353a2c142d7a916))

#### 0.34.0 (2018-01-17)

##### Build System / Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telusdigital/tds",
"version": "0.34.2",
"version": "0.34.3",
"description": "TELUS Design System",
"license": "ISC",
"main": "dist/tds.cjs.js",
Expand Down

0 comments on commit ad32bc3

Please sign in to comment.