terra-toggle-button
Advanced tools
Comparing version 3.41.0 to 3.42.0
@@ -7,2 +7,7 @@ ChangeLog | ||
3.42.0 - (July 7, 2020) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
3.41.0 - (June 11, 2020) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-toggle-button", | ||
"main": "lib/ToggleButton.js", | ||
"version": "3.41.0", | ||
"version": "3.42.0", | ||
"description": "Toggle button component that transitions content in and out with the click on a button.", | ||
@@ -31,5 +31,5 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.42.0", | ||
"terra-icon": "^3.32.0", | ||
"terra-toggle": "^3.33.0" | ||
"terra-button": "^3.43.0", | ||
"terra-icon": "^3.33.0", | ||
"terra-toggle": "^3.34.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "scripts": { | ||
}, | ||
"gitHead": "ff8271d46fd2519bc59bd1ad7bd11a718dec326c" | ||
"gitHead": "60d0cac8d2ed1b17bf1b30a0ddd53dd4c0ac9b3a" | ||
} |
111941
Updatedterra-button@^3.43.0
Updatedterra-icon@^3.33.0
Updatedterra-toggle@^3.34.0