diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 32873225e4..36baaed49a 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,16 +1,3 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [2.2.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.2.0-alpha.4...@quiet/desktop@2.2.0-alpha.5) (2024-05-14) - -**Note:** Version bump only for package @quiet/desktop - - - - - [unreleased] # New features: @@ -38,6 +25,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Fix issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) * Fix package.json license inconsistency * Fixes issue with reconnecting to peers on resume on iOS ([#2424](https://github.com/TryQuiet/quiet/issues/2424)) +* Reorder the closing of services, prevent sagas running multiple times and close backend server properly [2.1.2] diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 6f4da53c02..36baaed49a 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,19 +1,3 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [2.2.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.2.0-alpha.4...@quiet/mobile@2.2.0-alpha.5) (2024-05-14) - - -### Bug Fixes - -* Reorder the closing of services, prevent sagas running multiple times and close backend server properly ([#2499](https://github.com/TryQuiet/quiet/issues/2499)) ([134fbcb](https://github.com/TryQuiet/quiet/commit/134fbcb3249ffb4743e0fcfb30b08be355440566)) - - - - - [unreleased] # New features: @@ -41,6 +25,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Fix issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) * Fix package.json license inconsistency * Fixes issue with reconnecting to peers on resume on iOS ([#2424](https://github.com/TryQuiet/quiet/issues/2424)) +* Reorder the closing of services, prevent sagas running multiple times and close backend server properly [2.1.2]