Skip to content

Commit

Permalink
Merge pull request #21 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 1d08a40 + 3778071 commit f7dbcaf
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,24 +4,29 @@ 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-banner/compare/2.2.1...3.0.0) - 26 October 2022
### [3.0.1](https://github.com/eea/volto-banner/compare/3.0.0...3.0.1) - 16 November 2022

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

- refactor: Latest volto compatibility [Miu Razvan - [`40e60b9`](https://github.com/eea/volto-banner/commit/40e60b9c43ca4a9865ee40e007ae5ca679c123c9)]
- test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`edafef0`](https://github.com/eea/volto-banner/commit/edafef0f67297b261477f03b5eefbc3246ec4582)]
## [3.0.0](https://github.com/eea/volto-banner/compare/2.2.1...3.0.0) - 27 October 2022

#### :hammer_and_wrench: Others

- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`c3aa9a4`](https://github.com/eea/volto-banner/commit/c3aa9a497db7cd976cb83029ac12b877175e43f0)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`831a521`](https://github.com/eea/volto-banner/commit/831a5211b7381de884c436404559959519668851)]
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`3156197`](https://github.com/eea/volto-banner/commit/31561978030af1dd294b2f5f5a671d69c8ff0cb9)]
### [2.2.1](https://github.com/eea/volto-banner/compare/2.2.0...2.2.1) - 30 June 2022

#### :hammer_and_wrench: Others

- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`5a818f5`](https://github.com/eea/volto-banner/commit/5a818f5ab409e0b67ffb820e03c5f440a2b51e16)]
### [2.2.0](https://github.com/eea/volto-banner/compare/2.1.0...2.2.0) - 8 April 2022

#### :hammer_and_wrench: Others

- Bumped to version 2.2 [kreafox - [`e1043a1`](https://github.com/eea/volto-banner/commit/e1043a1727fb717690f20b106508207ea83f2781)]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`f5c8af2`](https://github.com/eea/volto-banner/commit/f5c8af266788ae1778d23fc36da9f1b4a274edf7)]
### [2.1.0](https://github.com/eea/volto-banner/compare/2.0.0...2.1.0) - 9 March 2022

#### :hammer_and_wrench: Others
Expand All @@ -30,6 +35,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [Feature #146857] Separate close behaviour for static and dynamic banner [Mihai Slobozeanu - [`6a29aa2`](https://github.com/eea/volto-banner/commit/6a29aa2ed162ffdd354f7d9cc5708b7233972442)]
- [Feature #146857] Add banner close button - code review fix [Mihai Slobozeanu - [`3274f93`](https://github.com/eea/volto-banner/commit/3274f935b5d21f87ed1e15ebe9a117847200a811)]
- [Feature #146857] Add banner close button [Mihai Slobozeanu - [`8844b17`](https://github.com/eea/volto-banner/commit/8844b17c691f9602d6d0121025a5d79cebe7bceb)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`2b36633`](https://github.com/eea/volto-banner/commit/2b36633d382bf77a2ff6b5b6e2455b1192e7bc81)]
## [2.0.0](https://github.com/eea/volto-banner/compare/1.0.4...2.0.0) - 16 February 2022

#### :hammer_and_wrench: Others
Expand All @@ -47,23 +53,30 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### :hammer_and_wrench: Others

- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`9d69833`](https://github.com/eea/volto-banner/commit/9d69833392946512eeae3226d20527c60b3cc604)]
### [1.0.2](https://github.com/eea/volto-banner/compare/1.0.1...1.0.2) - 10 December 2021

#### :hammer_and_wrench: Others

- Correct one comment [Silviu Bogan - [`6ff7654`](https://github.com/eea/volto-banner/commit/6ff76545a1aca6a9b5e7b1e0586fd251f7ce02c8)]
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`34f7c8e`](https://github.com/eea/volto-banner/commit/34f7c8e82d6cd37f500ad58b600fb170074b5628)]
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`fd21e21`](https://github.com/eea/volto-banner/commit/fd21e2133b7f9877871f7cf7f38227395acfaf84)]
### [1.0.1](https://github.com/eea/volto-banner/compare/1.0.0...1.0.1) - 10 November 2021

#### :hammer_and_wrench: Others

- Refs #141204 added has-banner class to the body when volto-banner is rendered: [David Ichim - [`c91db3c`](https://github.com/eea/volto-banner/commit/c91db3cf8ee1630c14262b6d0a8bf41442932466)]
- Removed container padding override, you can add your own override of the semantic ui classes: [David Ichim - [`994a82e`](https://github.com/eea/volto-banner/commit/994a82eabd9f966c96889beb4d9473cfca5a467a)]
- Padding variable [Miu Razvan - [`336046e`](https://github.com/eea/volto-banner/commit/336046e49d6edcf98cf24911bf71084b32f5be67)]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`66fd1ca`](https://github.com/eea/volto-banner/commit/66fd1caa3c3e6fbedf48aaafe48286d770afb2fb)]
- Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`0a85dc7`](https://github.com/eea/volto-banner/commit/0a85dc76aef1d3c6ccac40f5a64bb9c2fd1417a3)]
- Add Sonarqube tag using forests-frontend addons list [EEA Jenkins - [`97bba71`](https://github.com/eea/volto-banner/commit/97bba71301c37c21a2bfd46b90f7cba48c774428)]
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`0aad1ab`](https://github.com/eea/volto-banner/commit/0aad1ab13f6911a4d75e6fdb92a328cfb5ffa6cf)]
## [1.0.0](https://github.com/eea/volto-banner/compare/0.1.7...1.0.0) - 29 September 2021

#### :hammer_and_wrench: Others

- yarn stylelint:fix [Alin Voinea - [`8799866`](https://github.com/eea/volto-banner/commit/879986634cd2776a3dff40273ef18cc1c5cb6ef7)]
- Fix padding when resolution is between 760 and 1400px [Alin Voinea - [`850706a`](https://github.com/eea/volto-banner/commit/850706a208f15ebaf61483ecba49cc96b84fbaf1)]
- Allow HTML with bannerMessahe [Alin Voinea - [`6ab587d`](https://github.com/eea/volto-banner/commit/6ab587d66f0aebc0500d33a734b370631e98984f)]
### [0.1.7](https://github.com/eea/volto-banner/compare/0.1.6...0.1.7) - 28 September 2021
Expand All @@ -72,6 +85,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- cosmetics [nileshgulia1 - [`414ed83`](https://github.com/eea/volto-banner/commit/414ed830c1e4fbc8db45480016e6afa17a9982a1)]
- make icon, header and content customizable [nileshgulia1 - [`74a5c8c`](https://github.com/eea/volto-banner/commit/74a5c8c15dc4610c41883e71a2244a0edb66c7a4)]
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`0cd24e7`](https://github.com/eea/volto-banner/commit/0cd24e7a124b18c82b37ccd0655ee10ffe2d7087)]
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`fbe6228`](https://github.com/eea/volto-banner/commit/fbe622843226b96e00d41ac974be7ff47354e4f7)]
### [0.1.6](https://github.com/eea/volto-banner/compare/0.1.5...0.1.6) - 26 August 2021

#### :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-banner",
"version": "3.0.0",
"version": "3.0.1",
"description": "@eeacms/volto-banner: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit f7dbcaf

Please sign in to comment.