From 785a8ea52edf0f84b32035f6c3950583d36b827a Mon Sep 17 00:00:00 2001 From: Lucas Leblow Date: Tue, 14 May 2024 14:46:40 -0600 Subject: [PATCH] Update packages CHANGELOG.md --- packages/desktop/CHANGELOG.md | 14 +------------- packages/mobile/CHANGELOG.md | 18 ++---------------- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 32873225e..36baaed49 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 0539d1bcf..ce167400e 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: @@ -42,6 +26,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Allow JPEG and GIF files as profile photos ([#2332](https://github.com/TryQuiet/quiet/issues/2332)) * 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]