terra-toggle-button
Advanced tools
Comparing version 3.35.0 to 3.36.0
@@ -7,2 +7,9 @@ ChangeLog | ||
3.36.0 - (April 28, 2020) | ||
------------------ | ||
### Changed | ||
* Removed "View Component Source Code" from docs in favour of source code badge | ||
### Added | ||
* Added clinical-lowlight-theme wdio screenshots | ||
3.35.0 - (April 22, 2020) | ||
@@ -9,0 +16,0 @@ ------------------ |
{ | ||
"name": "terra-toggle-button", | ||
"main": "lib/ToggleButton.js", | ||
"version": "3.35.0", | ||
"version": "3.36.0", | ||
"description": "Toggle button component that transitions content in and out with the click on a button.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cerner/terra-core.git" | ||
"url": "git+https://github.com/cerner/terra-core.git", | ||
"directory": "packages/terra-toggle-button" | ||
}, | ||
@@ -30,5 +31,5 @@ "keywords": [ | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.36.0", | ||
"terra-icon": "^3.29.0", | ||
"terra-toggle": "^3.30.0" | ||
"terra-button": "^3.37.0", | ||
"terra-icon": "^3.30.0", | ||
"terra-toggle": "^3.31.0" | ||
}, | ||
@@ -48,3 +49,3 @@ "scripts": { | ||
}, | ||
"gitHead": "6f0be72ae8cf3ca0c11f2a6ea6b2345373d4ee89" | ||
"gitHead": "5e0b4b9f28277197ff0dfba8ff6ba0e60ebd0672" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111310
Updatedterra-button@^3.37.0
Updatedterra-icon@^3.30.0
Updatedterra-toggle@^3.31.0