From b67fb868cebd4446c11ec8b37d5ccc3e94296811 Mon Sep 17 00:00:00 2001 From: Kalin Chernev Date: Tue, 11 Dec 2018 16:19:20 +0200 Subject: [PATCH] chore(release): mark 0.4.1 - noissue (#178) Sync to master. --- CHANGELOG.md | 21 +++++++++++++++++++ demo/dashboard/server/package.json | 2 +- lerna.json | 2 +- services/ingestion/etl/devco/csv/package.json | 2 +- services/ingestion/etl/eac/xls/package.json | 2 +- tools/eubfr-cli/package.json | 2 +- 6 files changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e5f390b..49b815121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 0.4.1 (2018-11-28) + +#### :rocket: New Feature + +- [#168](https://github.com/ec-europa/eubfr-data-lake/pull/168) feat(etl): add data from DEVCO - EUBFR-217 ([@kalinchernev](https://github.com/kalinchernev)) +- [#174](https://github.com/ec-europa/eubfr-data-lake/pull/174) feat(secrets-manager): improve workflows using AWS Secrets Manager service - EUBFR-224 ([@kalinchernev](https://github.com/kalinchernev)) + +#### :bug: Bug Fix + +- [#172](https://github.com/ec-europa/eubfr-data-lake/pull/172) fix(etl): correct type field in BUDG ETL - EUBFR-220 ([@MrGRA](https://github.com/MrGRA)) +- [#170](https://github.com/ec-europa/eubfr-data-lake/pull/170) fix(etl): correct type field in BUDG ETL - EUBFR-220 ([@MrGRA](https://github.com/MrGRA)) + +#### :nail_care: Enhancement + +- [#175](https://github.com/ec-europa/eubfr-data-lake/pull/175) refactor(etls): change budg to eac and update mapping - EUBFR-222 ([@kalinchernev](https://github.com/kalinchernev)) + +#### Committers: 2 + +- Guilherme Almeida ([@MrGRA](https://github.com/MrGRA)) +- Kalin Chernev ([@kalinchernev](https://github.com/kalinchernev)) + ## 0.3.1 (2018-11-08) #### :bug: Bug Fix diff --git a/demo/dashboard/server/package.json b/demo/dashboard/server/package.json index 4dfcf26f9..86bff286b 100644 --- a/demo/dashboard/server/package.json +++ b/demo/dashboard/server/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@eubfr/demo-dashboard-server", "description": "", - "version": "0.1.0", + "version": "0.4.1", "scripts": { "deploy": "sls deploy -v", "start": "sls offline start" diff --git a/lerna.json b/lerna.json index fb8239751..25602e72b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.3.1", + "version": "0.4.1", "npmClient": "yarn", "useWorkspaces": true, "changelog": { diff --git a/services/ingestion/etl/devco/csv/package.json b/services/ingestion/etl/devco/csv/package.json index bc4ec2fb6..7ec3c28d0 100644 --- a/services/ingestion/etl/devco/csv/package.json +++ b/services/ingestion/etl/devco/csv/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@eubfr/ingestion-etl-devco-csv", - "version": "0.3.0", + "version": "0.4.1", "scripts": { "deploy": "sls deploy -v", "test:unit": "jest --testPathPattern=unit" diff --git a/services/ingestion/etl/eac/xls/package.json b/services/ingestion/etl/eac/xls/package.json index 8724041ce..13b007cf6 100644 --- a/services/ingestion/etl/eac/xls/package.json +++ b/services/ingestion/etl/eac/xls/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@eubfr/ingestion-etl-eac-xls", - "version": "0.3.0", + "version": "0.4.1", "scripts": { "deploy": "sls deploy -v", "test:unit": "jest --testPathPattern=unit" diff --git a/tools/eubfr-cli/package.json b/tools/eubfr-cli/package.json index a17c525f2..880a07c3b 100644 --- a/tools/eubfr-cli/package.json +++ b/tools/eubfr-cli/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@eubfr/cli", - "version": "0.3.0", + "version": "0.4.1", "bin": { "eubfr-cli": "./bin/cli.js" },