From 2a844cc6fde53fa2fa14913116606e439d959106 Mon Sep 17 00:00:00 2001 From: Alexandru Ghica Date: Thu, 14 Oct 2021 21:21:41 +0300 Subject: [PATCH 1/3] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eeeebdd..13942e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { GIT_NAME="industry-frontend" NAMESPACE = "@eeacms" - registry = "eeacms/eprtr-frontend" + registry = "eeacms/industry-frontend" template = "templates/volto-industry" RANCHER_STACKID = "1st1851" RANCHER_ENVID = "1a332957" From afac4a06db6e367a18597d4f476de5a20c1967d9 Mon Sep 17 00:00:00 2001 From: Alexandru Ghica Date: Thu, 14 Oct 2021 21:22:20 +0300 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d780df8..9e86da3 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": "2.5.0", + "version": "2.6.0", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend", From 6e69c90b14427b2827b32e886784cd5dfa254435 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 14 Oct 2021 18:33:56 +0000 Subject: [PATCH 3/3] Automated release 2.6.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6971218..ac67ac3 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). +#### [2.6.0](https://github.com/eea/industry-frontend/compare/2.5.0...2.6.0) + +- Update package.json [`afac4a0`](https://github.com/eea/industry-frontend/commit/afac4a06db6e367a18597d4f476de5a20c1967d9) + #### [2.5.0](https://github.com/eea/industry-frontend/compare/2.4.0-beta.4...2.5.0) +> 14 October 2021 + +- Develop rename eprtr to industry [`#22`](https://github.com/eea/industry-frontend/pull/22) - Rename repo [`17af166`](https://github.com/eea/industry-frontend/commit/17af1662d6cab4d75dadf4204502ba159a557627) #### [2.4.0-beta.4](https://github.com/eea/industry-frontend/compare/2.4.0-beta.3...2.4.0-beta.4)