@eeacms/volto-editing-progress 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [0.2.1](https://github.com/eea/volto-editing-progress/compare/0.2.0...0.2.1) - 12 June 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - test: jest should look for addons in node_modules Refs #253277 [valentinab25 - [`5af61aa`](https://github.com/eea/volto-editing-progress/commit/5af61aa64bdabe0f220a556cb9ec25789f7ebf82)]
7
12
  ### [0.2.0](https://github.com/eea/volto-editing-progress/compare/0.1.8...0.2.0) - 9 June 2023
8
13
 
9
14
  #### :rocket: New Features
@@ -16,10 +21,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
16
21
 
17
22
  #### :house: Internal changes
18
23
 
24
+ - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`e1331b0`](https://github.com/eea/volto-editing-progress/commit/e1331b0128e01b2dce90ca2ba74a168d23063896)]
19
25
 
20
26
  #### :hammer_and_wrench: Others
21
27
 
22
- - Release 0.2.0 [Alin Voinea - [`8380466`](https://github.com/eea/volto-editing-progress/commit/8380466e0f3a25e00a56f37071b08062a29a0fd7)]
23
28
  - test: Fix test config, coverage Refs #253277 [valentinab25 - [`206e055`](https://github.com/eea/volto-editing-progress/commit/206e0556c70598664997cafa14293f6caf49ac30)]
24
29
  - Avoid fatal errors on null states [Alin Voinea - [`571d00b`](https://github.com/eea/volto-editing-progress/commit/571d00bddd7ee5ace272a4e324870c9f4eeb9948)]
25
30
  ### [0.1.8](https://github.com/eea/volto-editing-progress/compare/0.1.7...0.1.8) - 3 January 2022
@@ -31,6 +36,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
31
36
  #### :hammer_and_wrench: Others
32
37
 
33
38
  - Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`ecaea55`](https://github.com/eea/volto-editing-progress/commit/ecaea55e1987fdcf4228075fa05414f71922ba0c)]
39
+ - Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`3d7f5f4`](https://github.com/eea/volto-editing-progress/commit/3d7f5f42e4c2046a5cf25ffcfb6a7d846063eedf)]
34
40
  ### [0.1.5](https://github.com/eea/volto-editing-progress/compare/0.1.4...0.1.5) - 24 June 2021
35
41
 
36
42
  #### :hammer_and_wrench: Others
@@ -12,7 +12,7 @@ module.exports = {
12
12
  '@package/(.*)$': '<rootDir>/src/$1',
13
13
  '@root/(.*)$': '<rootDir>/src/$1',
14
14
  '@plone/volto-quanta/(.*)$': '<rootDir>/src/addons/volto-quanta/src/$1',
15
- '@eeacms/(.*?)/(.*)$': '<rootDir>/src/addons/$1/src/$2',
15
+ '@eeacms/(.*?)/(.*)$': '<rootDir>/node_modules/@eeacms/$1/src/$2',
16
16
  '@plone/volto-slate':
17
17
  '<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
18
18
  '~/(.*)$': '<rootDir>/src/$1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-editing-progress",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "@eeacms/volto-editing-progress: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",