Skip to content

Commit

Permalink
feat: Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 22, 2023
1 parent 2cd3491 commit 5296adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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-workflow-progress",
"version": "3.1.1",
"version": "4.0.0",
"description": "volto-workflow-progress: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
6 changes: 3 additions & 3 deletions src/__snapshots__/ProgressWorkflow.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ProgressWorkflow renders the ProgressWorkflow component 1`] = `null`;
exports[`ProgressWorkflow renders the ProgressWorkflow component 1`] = `""`;

exports[`ProgressWorkflow renders the ProgressWorkflow component with Percent showing correct value 1`] = `null`;
exports[`ProgressWorkflow renders the ProgressWorkflow component with Percent showing correct value 1`] = `""`;

exports[`ProgressWorkflow renders the ProgressWorkflow component without breaking if props and workflow are empty 1`] = `null`;
exports[`ProgressWorkflow renders the ProgressWorkflow component without breaking if props and workflow are empty 1`] = `""`;

0 comments on commit 5296adf

Please sign in to comment.