Skip to content

Commit

Permalink
Update packages CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed Feb 7, 2024
1 parent 1c58f73 commit 9061143
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 32 deletions.
22 changes: 6 additions & 16 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.1-alpha.1](/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-02-07)


### Bug Fixes

* make sure local peer's address in in invitation link (#2268) 7c4043a, closes #2268





[2.1.1]

# Fixes:

* Make sure address of the inviting peer is in the invitation link
* Opening the mobile app with joining links has been corrected.

# Refactorings:

* Remove unused backend events and state-manager event types

[2.1.0]

# New features:
Expand All @@ -34,6 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Refactorings:

* Refactor registration service, replace promise waiting mechanism around certificate requests and help prevent duplicate username registration
* Removed SAVE_OWNER_CERTIFICATE event.
* Removed registrar reminders and rename LAUNCH_REGISTRAR.
* Removed unused SEND_USER_CERTIFICATE event.
Expand Down
22 changes: 6 additions & 16 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.1-alpha.1](/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-02-07)


### Bug Fixes

* make sure local peer's address in in invitation link (#2268) 7c4043a, closes #2268





[2.1.1]

# Fixes:

* Make sure address of the inviting peer is in the invitation link
* Opening the mobile app with joining links has been corrected.

# Refactorings:

* Remove unused backend events and state-manager event types

[2.1.0]

# New features:
Expand All @@ -34,6 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# Refactorings:

* Refactor registration service, replace promise waiting mechanism around certificate requests and help prevent duplicate username registration
* Removed SAVE_OWNER_CERTIFICATE event.
* Removed registrar reminders and rename LAUNCH_REGISTRAR.
* Removed unused SEND_USER_CERTIFICATE event.
Expand Down

0 comments on commit 9061143

Please sign in to comment.