From 18d5e7dd518b8d0fd9a0970251cded6baa1be586 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 | 17 +---------------- 2 files changed, 2 insertions(+), 29 deletions(-) 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]