@ecl/generic-component-file
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -6,40 +6,18 @@ # Change Log | ||
<a name="1.3.0"></a> | ||
# 1.3.0 (2019-03-19) | ||
<a name="1.4.0"></a> | ||
# 1.4.0 (2019-04-04) | ||
<a name="1.3.0"></a> | ||
# 1.3.0 (2018-12-21) | ||
<a name="1.3.1"></a> | ||
## 1.3.1 (2019-03-19) | ||
<a name="1.2.0"></a> | ||
# 1.2.0 (2018-07-09) | ||
<a name="1.3.0"></a> | ||
# 1.3.0 (2018-12-21) | ||
### 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) | ||
<a name="1.2.0"></a> | ||
# 1.2.0 (2018-07-09) | ||
@@ -62,21 +40,1 @@ | ||
* **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.1.0"></a> | ||
# 1.1.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)) |
@@ -5,14 +5,14 @@ { | ||
"license": "EUPL-1.1", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "ECL Buttons", | ||
"style": "generic-component-file.scss", | ||
"dependencies": { | ||
"@ecl/generic-base": "^1.0.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.3.0", | ||
"@ecl/generic-utility-aria": "^1.0.0", | ||
"@ecl/generic-utility-ratio": "^1.0.0", | ||
"@ecl/generic-utility-screen-reader": "^1.0.0" | ||
"@ecl/generic-base": "^1.1.0", | ||
"@ecl/generic-component-button": "^1.4.0", | ||
"@ecl/generic-component-link": "^1.4.0", | ||
"@ecl/generic-layout-grid": "^1.1.0", | ||
"@ecl/generic-style-icon": "^1.4.0", | ||
"@ecl/generic-utility-aria": "^1.1.0", | ||
"@ecl/generic-utility-ratio": "^1.1.0", | ||
"@ecl/generic-utility-screen-reader": "^1.1.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "publishConfig": { |
20739
Updated@ecl/generic-base@^1.1.0