From 880159351cbbfd0c15990b02c034aa728fd470fa Mon Sep 17 00:00:00 2001 From: Lucas Leblow Date: Fri, 12 Apr 2024 08:44:34 -0700 Subject: [PATCH] Update packages CHANGELOG.md --- packages/desktop/CHANGELOG.md | 30 +++++++++++------------------- packages/mobile/CHANGELOG.md | 31 +++++++++++-------------------- 2 files changed, 22 insertions(+), 39 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index a0647f6d73..e5ad80e5c2 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,35 +1,27 @@ -# 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.1](/compare/@quiet/desktop@2.2.0-alpha.0...@quiet/desktop@2.2.0-alpha.1) (2024-04-12) - - -### Bug Fixes +[unreleased] -* Remove unused dmPublicKey to prevent UI delay during joining (#2392) c089c68, closes #2392 +# New features: +# Refactorings: +# Fixes: +[2.2.0] +# New features: -[unreleased] +* Add utilities for emoji detection in messages and make all-emoji message larger font size ([#519](https://github.com/TryQuiet/quiet/issues/519)) -* Refactored package.json to have consistent license "GPL-3.0-or-later" - # Refactorings: * Use ack for CREATE_NETWORK and simplify +* Move Community model to the backend -# Fixes +# Fixes: * Allow JPEG and GIF files as profile photos ([#2332](https://github.com/TryQuiet/quiet/issues/2332)) -* Fixes issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) - -# New features - -* Add utilities for emoji detection in messages and make all-emoji message larger font size ([#519](https://github.com/TryQuiet/quiet/issues/519)) +* Fix issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) +* Fix package.json license inconsistency [2.1.2] diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 1eff753a00..e5ad80e5c2 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,36 +1,27 @@ -# 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.1](/compare/@quiet/mobile@2.2.0-alpha.0...@quiet/mobile@2.2.0-alpha.1) (2024-04-12) - - -### Bug Fixes +[unreleased] -* Adds a quick fix for the iOS sync issue after suspend (#2414) 595d896, closes #2414 -* Remove unused dmPublicKey to prevent UI delay during joining (#2392) c089c68, closes #2392 +# New features: +# Refactorings: +# Fixes: +[2.2.0] +# New features: -[unreleased] +* Add utilities for emoji detection in messages and make all-emoji message larger font size ([#519](https://github.com/TryQuiet/quiet/issues/519)) -* Refactored package.json to have consistent license "GPL-3.0-or-later" - # Refactorings: * Use ack for CREATE_NETWORK and simplify +* Move Community model to the backend -# Fixes +# Fixes: * Allow JPEG and GIF files as profile photos ([#2332](https://github.com/TryQuiet/quiet/issues/2332)) -* Fixes issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) - -# New features - -* Add utilities for emoji detection in messages and make all-emoji message larger font size ([#519](https://github.com/TryQuiet/quiet/issues/519)) +* Fix issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) +* Fix package.json license inconsistency [2.1.2]