terra-toggle-button
Advanced tools
Comparing version 2.19.0 to 2.20.0
@@ -7,2 +7,7 @@ Changelog | ||
2.19.0 - (August 1, 2018) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
2.18.0 - (July 19, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,6 +8,6 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-button | ^2.17.0 | ^16.2.0 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-doc-template | ^1.10.0 | ^16.2.0 | Provides an adjustable template for documentation pages. | | ||
| terra-icon | ^2.17.0 | ^16.2.0 | terra-icon | | ||
| terra-toggle | ^2.16.0 | ^16.2.0 | Toggle component that transitions content in and out. | | ||
| terra-button | ^2.18.0 | ^16.2.0 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-doc-template | ^1.11.0 | ^16.2.0 | Provides an adjustable template for documentation pages. | | ||
| terra-icon | ^2.18.0 | ^16.2.0 | terra-icon | | ||
| terra-toggle | ^2.17.0 | ^16.2.0 | Toggle component that transitions content in and out. | | ||
@@ -14,0 +14,0 @@ ## peerDependencies |
{ | ||
"name": "terra-toggle-button", | ||
"main": "lib/ToggleButton.js", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"description": "Toggle button component that transitions content in and out with the click on a button.", | ||
@@ -31,6 +31,6 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^2.18.0", | ||
"terra-doc-template": "^1.11.0", | ||
"terra-icon": "^2.18.0", | ||
"terra-toggle": "^2.17.0" | ||
"terra-button": "^2.19.0", | ||
"terra-doc-template": "^1.12.0", | ||
"terra-icon": "^2.19.0", | ||
"terra-toggle": "^2.18.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
106694
Updatedterra-button@^2.19.0
Updatedterra-doc-template@^1.12.0
Updatedterra-icon@^2.19.0
Updatedterra-toggle@^2.18.0