terra-list
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -7,2 +7,7 @@ Changelog | ||
1.16.0 - (November 16, 2017) | ||
------------------ | ||
### Fixed | ||
* Chevron positioning | ||
1.15.0 - (November 7, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,5 +8,5 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-arrange | ^1.13.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-arrange | ^1.14.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^2.6.1 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-icon | ^1.12.1 | ^15.4.2 | terra-icon | | ||
| terra-icon | ^1.13.0 | ^15.4.2 | terra-icon | | ||
@@ -24,2 +24,2 @@ ## devDependencies | ||
| terra-base | ^2.6.1 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-icon | ^1.12.1 | ^15.4.2 | terra-icon | | ||
| terra-icon | ^1.13.0 | ^15.4.2 | terra-icon | |
{ | ||
"name": "terra-list", | ||
"main": "lib/List.js", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "terra-list", | ||
@@ -29,4 +29,4 @@ "repository": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^2.6.1", | ||
"terra-icon": "^1.13.0" | ||
"terra-base": "^2.7.0", | ||
"terra-icon": "^1.14.0" | ||
}, | ||
@@ -36,5 +36,5 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^1.14.0", | ||
"terra-base": "^2.6.1", | ||
"terra-icon": "^1.13.0" | ||
"terra-arrange": "^1.15.0", | ||
"terra-base": "^2.7.0", | ||
"terra-icon": "^1.14.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
41974
Updatedterra-arrange@^1.15.0
Updatedterra-base@^2.7.0
Updatedterra-icon@^1.14.0