From cd3f73f7e1cb6c2d03484d0ac114f15666f8bdd7 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 2 Nov 2021 18:49:29 +0200 Subject: [PATCH 1/8] Release 3.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96491691..c6670272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.1.2](https://github.com/eea/industry-frontend/compare/3.1.1...3.1.2) + +- Set script exec permissions [`60c5e4d`](https://github.com/eea/industry-frontend/commit/60c5e4ddfc8cc971929cb94c625882f07ac0de64) + #### [3.1.1](https://github.com/eea/industry-frontend/compare/3.1.0...3.1.1) +> 2 November 2021 + +- Release 3.1.1 [`044f3ac`](https://github.com/eea/industry-frontend/commit/044f3ac7adf7e45a60b834a393a661e1e97cf9f6) - Update [`d03e614`](https://github.com/eea/industry-frontend/commit/d03e614a0e69840481ad596eab3bc0e6bb729a74) #### [3.1.0](https://github.com/eea/industry-frontend/compare/3.0.0-beta.0...3.1.0) diff --git a/package.json b/package.json index 46ce4284..91261a17 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/industry-frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "3.1.1", + "version": "3.1.2", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend", From 32050eecea55d9fa14b16ffa2a10f6eac2a52d13 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 2 Nov 2021 19:57:54 +0200 Subject: [PATCH 2/8] Update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91261a17..8b77a134 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@eeacms/volto-columns-block": "4.4.6", "@eeacms/volto-eea-kitkat": "4.1.1", - "@eeacms/volto-industry-theme": "0.1.2", + "@eeacms/volto-industry-theme": "1.0.0", "@plone/volto": "13.15.1" }, "devDependencies": { From 1d1a2e184bc6a0547a5c0965868da7eda899a34e Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 2 Nov 2021 23:58:53 +0200 Subject: [PATCH 3/8] Update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b77a134..ed823d94 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@eeacms/volto-columns-block": "4.4.6", "@eeacms/volto-eea-kitkat": "4.1.1", - "@eeacms/volto-industry-theme": "1.0.0", + "@eeacms/volto-industry-theme": "1.0.1", "@plone/volto": "13.15.1" }, "devDependencies": { From 085b7f247e4a468402313749bea7b31473225eab Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Wed, 3 Nov 2021 00:09:19 +0200 Subject: [PATCH 4/8] Release 3.1.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6670272..2a80bf3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.1.3](https://github.com/eea/industry-frontend/compare/3.1.2...3.1.3) + +- Update [`1d1a2e1`](https://github.com/eea/industry-frontend/commit/1d1a2e184bc6a0547a5c0965868da7eda899a34e) +- Update [`32050ee`](https://github.com/eea/industry-frontend/commit/32050eecea55d9fa14b16ffa2a10f6eac2a52d13) + #### [3.1.2](https://github.com/eea/industry-frontend/compare/3.1.1...3.1.2) +> 2 November 2021 + +- Release 3.1.2 [`cd3f73f`](https://github.com/eea/industry-frontend/commit/cd3f73f7e1cb6c2d03484d0ac114f15666f8bdd7) - Set script exec permissions [`60c5e4d`](https://github.com/eea/industry-frontend/commit/60c5e4ddfc8cc971929cb94c625882f07ac0de64) #### [3.1.1](https://github.com/eea/industry-frontend/compare/3.1.0...3.1.1) diff --git a/package.json b/package.json index ed823d94..259f84c6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/industry-frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "3.1.2", + "version": "3.1.3", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend", From da91e22663eb1be08d52bffce58aa74e49c86591 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Mon, 8 Nov 2021 12:47:34 +0200 Subject: [PATCH 5/8] Update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 259f84c6..99e5289a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@eeacms/volto-columns-block": "4.4.6", "@eeacms/volto-eea-kitkat": "4.1.1", - "@eeacms/volto-industry-theme": "1.0.1", + "@eeacms/volto-industry-theme": "1.1.0", "@plone/volto": "13.15.1" }, "devDependencies": { From 052f9152d2325434e1d61173b7cfb4d8bf29387e Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Mon, 8 Nov 2021 12:48:00 +0200 Subject: [PATCH 6/8] Release 3.1.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a80bf3a..b00279ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.1.4](https://github.com/eea/industry-frontend/compare/3.1.3...3.1.4) + +- Update [`da91e22`](https://github.com/eea/industry-frontend/commit/da91e22663eb1be08d52bffce58aa74e49c86591) + #### [3.1.3](https://github.com/eea/industry-frontend/compare/3.1.2...3.1.3) +> 3 November 2021 + +- Release 3.1.3 [`085b7f2`](https://github.com/eea/industry-frontend/commit/085b7f247e4a468402313749bea7b31473225eab) - Update [`1d1a2e1`](https://github.com/eea/industry-frontend/commit/1d1a2e184bc6a0547a5c0965868da7eda899a34e) - Update [`32050ee`](https://github.com/eea/industry-frontend/commit/32050eecea55d9fa14b16ffa2a10f6eac2a52d13) diff --git a/package.json b/package.json index 99e5289a..243e4148 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/industry-frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "3.1.3", + "version": "3.1.4", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend", From 6253aac28b2c4beab34e9488835f65b4c7729e80 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 9 Nov 2021 12:29:19 +0200 Subject: [PATCH 7/8] Update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 243e4148..fd04bf51 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@eeacms/volto-columns-block": "4.4.6", "@eeacms/volto-eea-kitkat": "4.1.1", - "@eeacms/volto-industry-theme": "1.1.0", + "@eeacms/volto-industry-theme": "1.1.2", "@plone/volto": "13.15.1" }, "devDependencies": { From 12e55640d312c42a9d206c5d304007b4f56a5ab3 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 9 Nov 2021 12:29:58 +0200 Subject: [PATCH 8/8] Release 3.1.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00279ab..44fa851e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.1.5](https://github.com/eea/industry-frontend/compare/3.1.4...3.1.5) + +- Update [`6253aac`](https://github.com/eea/industry-frontend/commit/6253aac28b2c4beab34e9488835f65b4c7729e80) + #### [3.1.4](https://github.com/eea/industry-frontend/compare/3.1.3...3.1.4) +> 8 November 2021 + +- Release 3.1.4 [`052f915`](https://github.com/eea/industry-frontend/commit/052f9152d2325434e1d61173b7cfb4d8bf29387e) - Update [`da91e22`](https://github.com/eea/industry-frontend/commit/da91e22663eb1be08d52bffce58aa74e49c86591) #### [3.1.3](https://github.com/eea/industry-frontend/compare/3.1.2...3.1.3) diff --git a/package.json b/package.json index fd04bf51..f9a24916 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/industry-frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "3.1.4", + "version": "3.1.5", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend",