Skip to content

Commit

Permalink
Update packages CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leblowl committed Apr 12, 2024
1 parent 87ed4ac commit 8801593
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 39 deletions.
30 changes: 11 additions & 19 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@quiet/[email protected]) (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]

Expand Down
31 changes: 11 additions & 20 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@quiet/[email protected]) (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]

Expand Down

0 comments on commit 8801593

Please sign in to comment.