@lightspeed/cirrus-button
Advanced tools
Comparing version 5.1.3 to 6.0.0
@@ -6,2 +6,22 @@ # Change Log | ||
<a name="6.0.0"></a> | ||
# [6.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-button@5.1.3...@lightspeed/cirrus-button@6.0.0) (2018-01-18) | ||
### Chore | ||
* Fix dependecies ([#323](https://github.com/lightspeedretail/cirrus/issues/323)) ([c79915a](https://github.com/lightspeedretail/cirrus/commit/c79915a)) | ||
### BREAKING CHANGES | ||
* * we want to keep the ranges | ||
* Fix dependecies | ||
* update yarn.lock & snapshot | ||
<a name="5.1.3"></a> | ||
@@ -8,0 +28,0 @@ ## [5.1.3](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-button@5.1.2...@lightspeed/cirrus-button@5.1.3) (2018-01-15) |
{ | ||
"name": "@lightspeed/cirrus-button", | ||
"version": "5.1.3", | ||
"version": "6.0.0", | ||
"description": "Cirrus Button Component", | ||
@@ -10,8 +10,8 @@ "author": "Lightspeed", | ||
"dependencies": { | ||
"@lightspeed/cirrus-icon": "^3.10.0", | ||
"@lightspeed/cirrus-spinner": "^1.0.0", | ||
"classnames": "^2.2.5" | ||
}, | ||
"peerDependencies": { | ||
"@lightspeed/cirrus-icon": "^3.7.0", | ||
"@lightspeed/cirrus-spinner": "^0.1.0", | ||
"@lightspeed/cirrus-tokens": "^2.3.0", | ||
"@lightspeed/cirrus-tokens": ">=2.3.0", | ||
"prop-types": "^15.5.10", | ||
@@ -18,0 +18,0 @@ "react": "^15.6.1 || ^16.0.0-0" |
26867
+ Added@lightspeed/cirrus-spinner@1.0.3(transitive)
+ Added@lightspeed/cirrus-tokens@4.0.1(transitive)
- Removed@lightspeed/cirrus-spinner@0.1.3(transitive)
- Removed@lightspeed/cirrus-tokens@2.8.0(transitive)