From ce5a8b0494159659aed1e72353d67e1561f7492c Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Tue, 5 Jan 2021 20:19:35 +0200 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1cc2..8fe1bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,25 @@ 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). +#### [1.0.1](https://github.com/eea/volto-workflow-progress/compare/1.0.0...1.0.1) + +- added proptypes [`bc1a8cf`](https://github.com/eea/volto-workflow-progress/commit/bc1a8cf2692f08cebe4fc3e5503cce54c8914b7d) +- Release on npm by default [`4f774e5`](https://github.com/eea/volto-workflow-progress/commit/4f774e56de395557d00e7ae642b35ed417b45840) + #### 1.0.0 + +> 28 December 2020 + +- [JENKINS] - Add cypress [`4c87839`](https://github.com/eea/volto-workflow-progress/commit/4c878396f2006f1a6c3ca4770f060bc179e0c8ba) +- implemented workflow tracker based on route. uses redux. [`40dd7de`](https://github.com/eea/volto-workflow-progress/commit/40dd7de5cca6a73b34f03e95ece19ff8fae25001) +- Initial commit [`2e96b2d`](https://github.com/eea/volto-workflow-progress/commit/2e96b2d72d77f1ec2ca1ef00b260b7fe7cca07c9) +- fixed errors for components without workflow, improved css, small clean [`cc31acb`](https://github.com/eea/volto-workflow-progress/commit/cc31acbb46bcbba615e659dd69fc3a5084382838) +- fixed issue with pregress showing for anonymous browsing, breaking desing [`f16991e`](https://github.com/eea/volto-workflow-progress/commit/f16991e0723a10a7ab3641a6c9f08c639c283bdb) +- yarn bootstrap [`477e9a8`](https://github.com/eea/volto-workflow-progress/commit/477e9a8f8e5d15ebf6df2e845f212e02179b8553) +- fixed warning for useEffect dependencies [`2358c73`](https://github.com/eea/volto-workflow-progress/commit/2358c73d03db014c059c8d0edbaf4182207fec02) +- css and comments [`4523233`](https://github.com/eea/volto-workflow-progress/commit/45232334876e86b6a6af9e9bd8ae5b38bca4dc01) +- changed config for appExtras inside config.settings [`115d7b7`](https://github.com/eea/volto-workflow-progress/commit/115d7b77f7445537ad2d0421139010c1b3be9d7b) +- Release 1.0.0 [`68f48cc`](https://github.com/eea/volto-workflow-progress/commit/68f48cc50a1bb426ed6d101d8fb15326d5025488) +- fixed show blue on all 100% nu just public state, fix update State on change without refresh [`90a3795`](https://github.com/eea/volto-workflow-progress/commit/90a379532d4ce4ac5e91120fae10abfd389f1dd3) +- fixed workflow remaining on logout [`299fb43`](https://github.com/eea/volto-workflow-progress/commit/299fb43bfb34455fdfd29cd1664a5b9dd9a78972) +- added key to items in map [`bad1456`](https://github.com/eea/volto-workflow-progress/commit/bad14568d09954bace9dce68bbf7a4fa6202c34d) diff --git a/package.json b/package.json index 2e590ba..4b7fafa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-workflow-progress", - "version": "1.0.0", + "version": "1.0.1", "description": "volto-workflow-progress: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",