@eeacms/volto-editing-progress 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +7 -1
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.2](https://github.com/eea/volto-editing-progress/compare/0.2.1...0.2.2) - 24 July 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - test: add e2e tests for EditingProgress - refs #254313 [ana-oprea - [`9df86f5`](https://github.com/eea/volto-editing-progress/commit/9df86f55d26c75655036d922bcc422a4b1261471)]
7
12
  ### [0.2.1](https://github.com/eea/volto-editing-progress/compare/0.2.0...0.2.1) - 12 June 2023
8
13
 
9
14
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-editing-progress",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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",
@@ -16,6 +16,12 @@
16
16
  "type": "git",
17
17
  "url": "git@github.com:eea/volto-editing-progress.git"
18
18
  },
19
+ "addons": [
20
+ "@eeacms/volto-workflow-progress"
21
+ ],
22
+ "dependencies": {
23
+ "@eeacms/volto-workflow-progress": "*"
24
+ },
19
25
  "devDependencies": {
20
26
  "@cypress/code-coverage": "^3.9.5",
21
27
  "babel-plugin-transform-class-properties": "^6.24.1",