@ecl/generic-component-file
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)) | ||
* **files:** display translation for language not title - INNO-909 ([#714](https://github.com/ec-europa/europa-component-library/issues/714)) ([ba8f49d](https://github.com/ec-europa/europa-component-library/commit/ba8f49d)) | ||
<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,6 +11,6 @@ "style": "generic-component-file.scss", | ||
"@ecl/generic-base": "^1.0.0", | ||
"@ecl/generic-component-button": "^1.2.0", | ||
"@ecl/generic-component-link": "^1.2.0", | ||
"@ecl/generic-component-button": "^1.3.0", | ||
"@ecl/generic-component-link": "^1.3.0", | ||
"@ecl/generic-layout-grid": "^1.0.0", | ||
"@ecl/generic-style-icon": "^1.2.0", | ||
"@ecl/generic-style-icon": "^1.3.0", | ||
"@ecl/generic-utility-aria": "^1.0.0", | ||
@@ -17,0 +17,0 @@ "@ecl/generic-utility-ratio": "^1.0.0", |
22294