@lightspeed/cirrus-button
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="5.1.3"></a> | ||
## [5.1.3](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-button@5.1.2...@lightspeed/cirrus-button@5.1.3) (2018-01-15) | ||
### Bug Fixes | ||
* **deps:** add react 16 as valid peerdependency ([#309](https://github.com/lightspeedretail/cirrus/issues/309)) ([cb84a1e](https://github.com/lightspeedretail/cirrus/commit/cb84a1e)) | ||
<a name="5.1.2"></a> | ||
@@ -8,0 +19,0 @@ ## [5.1.2](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-button@5.1.0...@lightspeed/cirrus-button@5.1.2) (2018-01-08) |
{ | ||
"name": "@lightspeed/cirrus-button", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Cirrus Button Component", | ||
@@ -17,3 +17,3 @@ "author": "Lightspeed", | ||
"prop-types": "^15.5.10", | ||
"react": "^15.6.1" | ||
"react": "^15.6.1 || ^16.0.0-0" | ||
}, | ||
@@ -20,0 +20,0 @@ "publishConfig": { |
26428