Skip to content

Commit

Permalink
Merge pull request #15 from eea/develop
Browse files Browse the repository at this point in the history
Fix .project.eslintrc.js
  • Loading branch information
avoinea authored Nov 16, 2022
2 parents 630eed0 + f6daf8c commit 71e42a2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .project.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
const fs = require('fs');
const path = require('path');

const projectRootPath = fs.realpathSync('./project'); // __dirname
const projectRootPath = fs.existsSync('./project')
? fs.realpathSync('./project')
: fs.realpathSync('./../../../');
const packageJson = require(path.join(projectRootPath, 'package.json'));
const jsConfig = require(path.join(projectRootPath, 'jsconfig.json')).compilerOptions;

Expand Down
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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.0.0](https://github.com/eea/volto-corsproxy/compare/2.1.6...3.0.0) - 25 October 2022
### [3.0.1](https://github.com/eea/volto-corsproxy/compare/3.0.0...3.0.1) - 16 November 2022

#### :nail_care: Enhancements
#### :hammer_and_wrench: Others

- refactor: Use latest cypress [Miu Razvan - [`8d828b9`](https://github.com/eea/volto-corsproxy/commit/8d828b9f8bbd1618185fe0f75e539a4a319e5cc5)]
- test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`79fed6b`](https://github.com/eea/volto-corsproxy/commit/79fed6b79fd1175a8f971ad2793278a9df940776)]
## [3.0.0](https://github.com/eea/volto-corsproxy/compare/2.1.6...3.0.0) - 27 October 2022

#### :hammer_and_wrench: Others

Expand All @@ -21,22 +22,35 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Use plone/volto-addon-ci:alpha [Miu Razvan - [`de2958d`](https://github.com/eea/volto-corsproxy/commit/de2958db298093cfeb96d5d16b465ad8cd7edd7b)]
- Bump version [Miu Razvan - [`ae69fa3`](https://github.com/eea/volto-corsproxy/commit/ae69fa30feac6b3eddc6438510e1bb8728c7c46f)]
- volto 16.0.0-alpha.14 for cypress [Andrei Grigore - [`c2e1d3d`](https://github.com/eea/volto-corsproxy/commit/c2e1d3d3c65ffa1bb745ed05c3b0f5e2732f88c7)]
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`4ee1846`](https://github.com/eea/volto-corsproxy/commit/4ee1846ca9f58f7a712165c61e34afbe5cb2ec42)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`caf8cec`](https://github.com/eea/volto-corsproxy/commit/caf8cec9c166445072abcb56315474581133c85b)]
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`9d9835d`](https://github.com/eea/volto-corsproxy/commit/9d9835d9ff5246f9d2b99a2158334c3fd41975bb)]
### [2.1.6](https://github.com/eea/volto-corsproxy/compare/2.1.5...2.1.6) - 30 June 2022

#### :hammer_and_wrench: Others

- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`9a38ebe`](https://github.com/eea/volto-corsproxy/commit/9a38ebe9bc4f298cf0f9da62f248f3faf650fdd4)]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`2eddbbb`](https://github.com/eea/volto-corsproxy/commit/2eddbbb15bf944e88ddb079b1a72950dc638fd79)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`f0ac9ae`](https://github.com/eea/volto-corsproxy/commit/f0ac9aeb12c436c673740533abab32fb3e0fa227)]
### [2.1.5](https://github.com/eea/volto-corsproxy/compare/2.1.4...2.1.5) - 3 January 2022

#### :hammer_and_wrench: Others

- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`d4aeeb9`](https://github.com/eea/volto-corsproxy/commit/d4aeeb95613f880ddb6a2b5426f3d5895856a17d)]
### [2.1.4](https://github.com/eea/volto-corsproxy/compare/2.1.3...2.1.4) - 16 December 2021

### [2.1.3](https://github.com/eea/volto-corsproxy/compare/2.1.2...2.1.3) - 10 December 2021

#### :hammer_and_wrench: Others

- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`8f4f380`](https://github.com/eea/volto-corsproxy/commit/8f4f38083912d1f67c86a6c72316cb83aba3b3a8)]
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`efaa0c0`](https://github.com/eea/volto-corsproxy/commit/efaa0c0a1b585badabfdef5663174df2ca71865d)]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`4690ad1`](https://github.com/eea/volto-corsproxy/commit/4690ad118518b6acb536e4f3fb0c864c8fc6d3ca)]
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`4119c01`](https://github.com/eea/volto-corsproxy/commit/4119c0108d3ca5d31a0df0a5885fb211c131cf4c)]
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`489e7fe`](https://github.com/eea/volto-corsproxy/commit/489e7fed7466110f81d942cf8dbd302fb3b7fe89)]
- Add Sonarqube tag using forests-frontend addons list [EEA Jenkins - [`ae28f09`](https://github.com/eea/volto-corsproxy/commit/ae28f093d0908c8bd61fd89ebc4259af4a6ed761)]
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`86e5c2b`](https://github.com/eea/volto-corsproxy/commit/86e5c2b3195bef4f332f1be28040597a63b85ff6)]
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`0bc6a65`](https://github.com/eea/volto-corsproxy/commit/0bc6a6533a35c1f2df841e9a6db6ad35f25edc86)]
### [2.1.2](https://github.com/eea/volto-corsproxy/compare/2.1.1...2.1.2) - 27 May 2021

### [2.1.1](https://github.com/eea/volto-corsproxy/compare/2.1.0...2.1.1) - 14 May 2021
Expand Down Expand Up @@ -66,6 +80,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Release 1.0.0 [Alin Voinea - [`086e9f1`](https://github.com/eea/volto-corsproxy/commit/086e9f1ad99da57b14ac8f570c08ab05493fad1c)]
- Fix release-it.json [Alin Voinea - [`42003c7`](https://github.com/eea/volto-corsproxy/commit/42003c728acdad9b1d5fd57babb0d59a0c6d61c7)]
- Prepare public release [Alin Voinea - [`10572aa`](https://github.com/eea/volto-corsproxy/commit/10572aa4fe7ad5f4f16346207f706888e2ea0d6f)]
- yarn prettier [Alin Voinea - [`307acb8`](https://github.com/eea/volto-corsproxy/commit/307acb8e81e5a022f36c78c636eeee41d77f3722)]
### [0.1.3](https://github.com/eea/volto-corsproxy/compare/0.1.2...0.1.3) - 5 October 2020

#### :hammer_and_wrench: Others
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-corsproxy",
"version": "3.0.0",
"version": "3.0.1",
"description": "volto-corsproxy: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 71e42a2

Please sign in to comment.