Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

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 70b5b48 + 380330a commit aedb213
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 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: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,58 @@ 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).

### [4.0.0](https://github.com/eea/volto-widgets-view/compare/3.0.5...4.0.0) - 25 October 2022
### [4.0.1](https://github.com/eea/volto-widgets-view/compare/4.0.0...4.0.1) - 16 November 2022

#### :hammer_and_wrench: Others

- test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`6523ae0`](https://github.com/eea/volto-widgets-view/commit/6523ae001439968b7f374adab331057241978ec0)]
## [4.0.0](https://github.com/eea/volto-widgets-view/compare/3.0.5...4.0.0) - 27 October 2022

#### :hammer_and_wrench: Others

- Typo [Miu Razvan - [`c123633`](https://github.com/eea/volto-widgets-view/commit/c123633c0d4a9d72dcd76f24cbc3042ed0222575)]
- Prepare 4.0.0 release [Miu Razvan - [`f8f9998`](https://github.com/eea/volto-widgets-view/commit/f8f9998d471a81b814d650bd56f1e25bb6b6626b)]
- Use latest cypress [Miu Razvan - [`268171e`](https://github.com/eea/volto-widgets-view/commit/268171e64f6f9d6b0e77632e599fc251063941ad)]
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`0e0c45d`](https://github.com/eea/volto-widgets-view/commit/0e0c45d96cb880b979f9048f721ec4a6ee7ff890)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`1ca6e8b`](https://github.com/eea/volto-widgets-view/commit/1ca6e8b06655717caa73777ec10a2b7ba7c3ee3b)]
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`7620cbb`](https://github.com/eea/volto-widgets-view/commit/7620cbbe00279f1e31bc5356dfb33d32714f187a)]
### [3.0.5](https://github.com/eea/volto-widgets-view/compare/3.0.4...3.0.5) - 30 June 2022

#### :hammer_and_wrench: Others

- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`44e5140`](https://github.com/eea/volto-widgets-view/commit/44e5140b561f15d2a2f776e0d6e2795ebfed6d24)]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`8e15565`](https://github.com/eea/volto-widgets-view/commit/8e15565eb071ad28097599c2f22db18853fe71c5)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`045318e`](https://github.com/eea/volto-widgets-view/commit/045318e2bd2a5ebb4a6fac2c08a3aaa01ad98131)]
### [3.0.4](https://github.com/eea/volto-widgets-view/compare/3.0.3...3.0.4) - 3 January 2022

### [3.0.3](https://github.com/eea/volto-widgets-view/compare/3.0.2...3.0.3) - 18 December 2021

#### :hammer_and_wrench: Others

- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`d546460`](https://github.com/eea/volto-widgets-view/commit/d5464603838564bb1020ee79f3b0fd005be8e68d)]
### [3.0.2](https://github.com/eea/volto-widgets-view/compare/3.0.1...3.0.2) - 10 December 2021

#### :hammer_and_wrench: Others

- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`1820d1b`](https://github.com/eea/volto-widgets-view/commit/1820d1b968813be6510243468dd6df430a8655d1)]
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`c5bb4d0`](https://github.com/eea/volto-widgets-view/commit/c5bb4d03399609d3fa96e6a2124d82141d52b9b1)]
### [3.0.1](https://github.com/eea/volto-widgets-view/compare/3.0.0...3.0.1) - 19 October 2021

#### :hammer_and_wrench: Others

- Add date locale config settings [Alin Voinea - [`f425e19`](https://github.com/eea/volto-widgets-view/commit/f425e1980697f519cd8b0a26ae6945fbcbfc821d)]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`a839312`](https://github.com/eea/volto-widgets-view/commit/a8393128bdfaac7375c9779553196ae83215cca9)]
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`b59f8af`](https://github.com/eea/volto-widgets-view/commit/b59f8afa65098f622805b62ab0d4aaf2b5a7376c)]
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`000cdcf`](https://github.com/eea/volto-widgets-view/commit/000cdcf47d18a3b47e0aac11376796daa8de730b)]
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`71f0633`](https://github.com/eea/volto-widgets-view/commit/71f0633a04d5aac5aa9cb0c5ad33ebccfe3dddd7)]
## [3.0.0](https://github.com/eea/volto-widgets-view/compare/2.1.2...3.0.0) - 3 September 2021

#### :hammer_and_wrench: Others

- Code cleanup [Alin Voinea - [`2becdc5`](https://github.com/eea/volto-widgets-view/commit/2becdc5a196edaa9db8d1741cd7752fdac39013f)]
- Release 3.0.0 [Alin Voinea - [`95a63b3`](https://github.com/eea/volto-widgets-view/commit/95a63b3745100fe1bf59bf6e63258554d2685239)]
- Fix config.widgets.views in order to be able to register views from other add-ons [Alin Voinea - [`1c01da9`](https://github.com/eea/volto-widgets-view/commit/1c01da963a43339422019ab2a07ec46db1abed82)]
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`8274ffb`](https://github.com/eea/volto-widgets-view/commit/8274ffb7e96066c21680b2addfcd131a52aaa461)]
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`852108b`](https://github.com/eea/volto-widgets-view/commit/852108bf32a2e16e0f1212f993a2c467ada89a69)]
### [2.1.2](https://github.com/eea/volto-widgets-view/compare/2.1.1...2.1.2) - 27 May 2021

### [2.1.1](https://github.com/eea/volto-widgets-view/compare/2.1.0...2.1.1) - 14 May 2021
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-widgets-view",
"version": "4.0.0",
"version": "4.0.1",
"description": "Volto Widgets in View mode",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit aedb213

Please sign in to comment.