terra-status
Advanced tools
Comparing version 1.16.0 to 1.17.0
@@ -7,2 +7,7 @@ Changelog | ||
1.17.0 - (January 5, 2018) | ||
------------------ | ||
### Changed | ||
* Minor version bump | ||
1.16.0 - (November 28, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,3 +8,3 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-base | ^2.7.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-base | ^2.8.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
@@ -14,3 +14,3 @@ ## devDependencies | ||
|-|-|-|-| | ||
| terra-arrange | ^1.15.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-arrange | ^1.16.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-props-table | ^1.10.1 | ^15.4.2 | terra-props-table | | ||
@@ -23,2 +23,2 @@ | ||
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. | | ||
| terra-base | ^2.7.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-base | ^2.8.0 | ^15.4.2 | The base component sets minimal global styles for an application. | |
{ | ||
"name": "terra-status", | ||
"main": "lib/Status.js", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"description": "The status component provides a customizable color indictor to signify a specific condition.", | ||
@@ -36,3 +36,3 @@ "repository": { | ||
"devDependencies": { | ||
"terra-arrange": "^1.16.0", | ||
"terra-arrange": "^1.17.0", | ||
"terra-props-table": "^1.10.1" | ||
@@ -43,3 +43,3 @@ }, | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^2.8.0" | ||
"terra-base": "^2.9.0" | ||
}, | ||
@@ -49,4 +49,4 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-base": "^2.8.0" | ||
"terra-base": "^2.9.0" | ||
} | ||
} |
20245
Updatedterra-base@^2.9.0