@lightspeed/cirrus-tokens
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="2.1.1"></a> | ||
## [2.1.1](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.1.0...@lightspeed/cirrus-tokens@2.1.1) (2017-09-22) | ||
### Bug Fixes | ||
* **tokens:** update dive color ([#162](https://github.com/lightspeedretail/cirrus/issues/162)) ([9e6c365](https://github.com/lightspeedretail/cirrus/commit/9e6c365)) | ||
<a name="2.1.0"></a> | ||
@@ -7,0 +18,0 @@ # [2.1.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.0.0...@lightspeed/cirrus-tokens@2.1.0) (2017-07-12) |
{ | ||
"name": "@lightspeed/cirrus-tokens", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Cirrus's Foundation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ const colorsMap = { | ||
'maple-300': '#872525', | ||
dive: '#323a45', | ||
dive: '#232a3b', | ||
'dive-100': '#3c7797', | ||
@@ -9,0 +9,0 @@ 'dive-200': '#32637e', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34524