@ecl/generic-component-button
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -6,3 +6,35 @@ # Change Log | ||
<a name="1.3.0"></a> | ||
# 1.3.0 (2019-03-19) | ||
<a name="1.3.0"></a> | ||
# 1.3.0 (2018-12-21) | ||
<a name="1.2.0"></a> | ||
# 1.2.0 (2018-07-09) | ||
### Bug Fixes | ||
* **buttons:** add default type to every button - INNO-1041 ([#708](https://github.com/ec-europa/europa-component-library/issues/708)) ([4049c2b](https://github.com/ec-europa/europa-component-library/commit/4049c2b)) | ||
* **patches:** apply some patches from Open Europa - INNO-1090 ([#704](https://github.com/ec-europa/europa-component-library/issues/704)) ([560f5c8](https://github.com/ec-europa/europa-component-library/commit/560f5c8)) | ||
<a name="1.0.0"></a> | ||
# 1.0.0 (2018-04-27) | ||
### Features | ||
* **systems:** merge systems into the master - INNO-1025 ([#681](https://github.com/ec-europa/europa-component-library/issues/681)) ([fc6f726](https://github.com/ec-europa/europa-component-library/commit/fc6f726)) | ||
<a name="1.2.0"></a> | ||
# 1.2.0 (2018-12-21) | ||
@@ -9,0 +41,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.1", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "ECL Buttons", | ||
@@ -11,3 +11,3 @@ "style": "generic-component-button.scss", | ||
"@ecl/generic-base": "^1.0.0", | ||
"@ecl/generic-style-icon": "^1.2.0" | ||
"@ecl/generic-style-icon": "^1.3.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "publishConfig": { |
11905