@sb1/ffe-icons-react
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -6,3 +6,14 @@ # Change Log | ||
<a name="5.0.2"></a> | ||
<a name="5.0.3"></a> | ||
## [5.0.3](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons-react@5.0.2...@sb1/ffe-icons-react@5.0.3) (2018-03-13) | ||
### Bug Fixes | ||
* **ffe-icons-react:** Use relative path to `opts` ([5cfba06](https://github.com/SpareBank1/designsystem/commit/5cfba06)), closes [#67](https://github.com/SpareBank1/designsystem/issues/67) | ||
<a name="5.0.2"></a> | ||
## [5.0.2](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons-react@5.0.0...@sb1/ffe-icons-react@5.0.2) (2018-03-07) | ||
@@ -18,3 +29,3 @@ | ||
<a name="5.0.1"></a> | ||
<a name="5.0.1"></a> | ||
## [5.0.1](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons-react@5.0.0...@sb1/ffe-icons-react@5.0.1) (2018-03-02) | ||
@@ -30,3 +41,3 @@ | ||
<a name="5.0.0"></a> | ||
<a name="5.0.0"></a> | ||
# 5.0.0 (2018-02-25) | ||
@@ -33,0 +44,0 @@ |
{ | ||
"name": "@sb1/ffe-icons-react", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "React-komponenter for ffe-icons", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"clean": "rimraf tmp jsx lib", | ||
"ffe:icons": "ffe-icons --opts=designsystem/packages/ffe-icons-react/svg.sprite.config.json", | ||
"ffe:icons": "ffe-icons --opts=svg.sprite.config.json", | ||
"lint": "eslint src/.", | ||
@@ -28,3 +28,3 @@ "test": "npm run lint" | ||
"devDependencies": { | ||
"@sb1/ffe-icons": "^10.1.0", | ||
"@sb1/ffe-icons": "^11.0.0", | ||
"eslint": "^4.13.1", | ||
@@ -31,0 +31,0 @@ "eslint-loader": "^1.9.0", |
480354