diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index cd05be5b48..9fa79ab5f1 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases](https://github.com/Unleash/unleash-frontend/releases). + +# 4.2.13 +- fix: mobile percentagecircle (#502) +- fix: status chip (#501) +- Feat/new toggle overview (#497) +- chore(deps): update dependency @types/node to v14.17.33 +- chore(deps): pin dependencies +- fix: support new event format with diff will be done in th +e UI (#496) +- Merge pull request #495 from Unleash/fix/revive-archived-f +eature +- update snapshots +- fix: disable revive feature when project is deleted +- use useProjects to check if project deleted or not +- fix: add correct path for create first toggle button +- fix: remove typo from UI +- fix: rename isProject +Deleted to projectExists and add PermissionIconButton # 4.2.2 - fix: toast text - Fix/strategy sidepanel (#479) diff --git a/frontend/package.json b/frontend/package.json index 8f1e72f64c..c808d89db5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "unleash-frontend", "description": "unleash your features", - "version": "4.2.12", + "version": "4.2.13", "keywords": [ "unleash", "feature toggle",