From 7f703f60a9602e01be59208bea61faa2ebea376f Mon Sep 17 00:00:00 2001 From: Kacper-RF <111343884+Kacper-RF@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:24:45 +0100 Subject: [PATCH] docs/908/Human friendly releases with changelog (#2124) * feat: copy changelog script * feat: include only mobile and desktop --- copy-changelog.js | 13 + package.json | 4 +- packages/backend-bundle/CHANGELOG.md | 297 +- packages/backend/CHANGELOG.md | 2206 +-------------- packages/common/CHANGELOG.md | 288 +- packages/desktop/CHANGELOG.md | 2852 +------------------- packages/e2e-tests/CHANGELOG.md | 1485 +--------- packages/eslint-config-custom/CHANGELOG.md | 105 +- packages/identity/CHANGELOG.md | 1138 +------- packages/integration-tests/CHANGELOG.md | 1624 +---------- packages/logger/CHANGELOG.md | 929 +------ packages/mobile/CHANGELOG.md | 2070 +------------- packages/state-manager/CHANGELOG.md | 1465 +--------- packages/types/CHANGELOG.md | 218 +- 14 files changed, 700 insertions(+), 13994 deletions(-) create mode 100644 copy-changelog.js diff --git a/copy-changelog.js b/copy-changelog.js new file mode 100644 index 0000000000..524cff7112 --- /dev/null +++ b/copy-changelog.js @@ -0,0 +1,13 @@ +const fs = require('fs') +const path = require('path') + +const rootDir = path.resolve(__dirname) +const packagesDir = path.resolve(rootDir, 'packages') + +const rootChangelog = fs.readFileSync(path.resolve(rootDir, 'CHANGELOG.md'), 'utf8') + +const packages = fs.readdirSync(packagesDir).filter(package => ['desktop', 'mobile'].includes(package)) + +packages.forEach(package => { + fs.writeFileSync(path.resolve(packagesDir, package, 'CHANGELOG.md'), rootChangelog) +}) diff --git a/package.json b/package.json index 0db928eea1..e21ff2a1e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "name": "root", "private": true, "scripts": { - "lerna": "lerna" + "lerna": "lerna", + "publish": "lerna version $npm_config_release --no-private", + "postpublish": "node copy-changelog.js" }, "engines": { "node": "18.12.1", diff --git a/packages/backend-bundle/CHANGELOG.md b/packages/backend-bundle/CHANGELOG.md index 67dcd1d34e..2b3209af66 100644 --- a/packages/backend-bundle/CHANGELOG.md +++ b/packages/backend-bundle/CHANGELOG.md @@ -1,296 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/backend-bundle@2.0.1-alpha.3...backend-bundle@2.0.1-alpha.4) (2023-10-12) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package backend-bundle +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/backend-bundle@2.0.1-alpha.2...backend-bundle@2.0.1-alpha.3) (2023-10-10) +[2.0.3-alpha.5] -**Note:** Version bump only for package backend-bundle +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.6.1...backend-bundle@2.0.1-alpha.2) (2023-10-09) +[2.0.3-alpha.0] -**Note:** Version bump only for package backend-bundle +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@2.0.1-alpha.0...backend-bundle@2.0.1-alpha.1) (2023-09-25) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package backend-bundle +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.7.0-alpha.0...backend-bundle@2.0.1-alpha.0) (2023-09-25) +* Change nickname for taken username -**Note:** Version bump only for package backend-bundle +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.6.1...backend-bundle@2.0.0-alpha.18) (2023-10-04) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package backend-bundle +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -# [1.7.0-alpha.0](/compare/backend-bundle@1.6.0...backend-bundle@1.7.0-alpha.0) (2023-08-29) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package backend-bundle +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -## [1.6.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.6.0...backend-bundle@1.6.1) (2023-09-25) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package backend-bundle +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [1.6.0](/compare/backend-bundle@1.6.0-alpha.0...backend-bundle@1.6.0) (2023-08-28) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package backend-bundle +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.5.0...backend-bundle@1.6.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.5.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.4.0...backend-bundle@1.5.0) (2023-08-17) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.4.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.4.0-alpha.1...backend-bundle@1.4.0) (2023-07-28) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.4.0-alpha.0...backend-bundle@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.3.1...backend-bundle@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package backend-bundle - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.3.1-alpha.0...backend-bundle@1.3.1) (2023-06-13) - -**Note:** Version bump only for package backend-bundle - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.3.0...backend-bundle@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.1-alpha.0...backend-bundle@1.3.0) (2023-06-02) - -**Note:** Version bump only for package backend-bundle - - - - - -## [1.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.0...backend-bundle@1.0.1-alpha.0) (2023-04-28) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.0-alpha.20...backend-bundle@1.0.0) (2023-03-02) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0-alpha.20](/compare/backend-bundle@1.0.0-alpha.2...backend-bundle@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.0-alpha.1...backend-bundle@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.0-alpha.0...backend-bundle@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.14...backend-bundle@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.13...backend-bundle@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.12...backend-bundle@0.19.19-alpha.13) (2023-02-08) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.5...backend-bundle@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.4...backend-bundle@0.19.19-alpha.5) (2023-02-07) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.3...backend-bundle@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.2...backend-bundle@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.4-alpha.0...backend-bundle@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.3-alpha.0...backend-bundle@0.19.4-alpha.0) (2023-02-01) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.0-alpha.2...backend-bundle@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.0-alpha.2...backend-bundle@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.0-alpha.2...backend-bundle@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package backend-bundle - - - - - -# 0.19.0-alpha.2 (2023-01-27) - -**Note:** Version bump only for package backend-bundle - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.0-alpha.0...backend-bundle@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package backend-bundle - - - - - -# 0.19.0-alpha.0 (2023-01-27) - -**Note:** Version bump only for package backend-bundle +* Invite tab as default in settings diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 8318c9d408..2b3209af66 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,2205 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.3-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.4...@quiet/backend@2.0.3-alpha.5) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/backend +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.3-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.3...@quiet/backend@2.0.3-alpha.4) (2023-11-14) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/backend +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.3-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.2...@quiet/backend@2.0.3-alpha.3) (2023-11-13) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/backend +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.3-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.1...@quiet/backend@2.0.3-alpha.2) (2023-11-09) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/backend +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.3-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.0...@quiet/backend@2.0.3-alpha.1) (2023-11-08) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/backend +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.2-alpha.0...@quiet/backend@2.0.3-alpha.0) (2023-10-26) +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs -### Features +* Added e2e test for user joining community when owner is offline. Improved e2e tests -* version code 366 ([cebf886](https://github.com/TryQuiet/backend/commit/cebf886aee2c4ec6e0ef4e66219d9dc0afecb98c)) +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] -## [2.0.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.6...@quiet/backend@2.0.2-alpha.0) (2023-10-26) +* Customize Launch Screen on iOS -**Note:** Version bump only for package @quiet/backend +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. +* Fixed android stucking on username registration screen introduced in previous alpha. -## [2.0.1-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.5...@quiet/backend@2.0.1-alpha.6) (2023-10-13) +* Added creator username to initial channel message. -**Note:** Version bump only for package @quiet/backend +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR +* Labels for unregistered and duplicate usernames with modals +* Fixed LoadingPanel useEffect bug. -## [2.0.1-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.4...@quiet/backend@2.0.1-alpha.5) (2023-10-12) +* Use csrs instead of certificates as a source of user data -**Note:** Version bump only for package @quiet/backend +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. - - -## [2.0.1-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.3...@quiet/backend@2.0.1-alpha.4) (2023-10-11) - - -### Reverts - -* Revert "Adjust project bootstrap scripts to be windows-friendly (#1870)" (#1937) ([0811ea3](https://github.com/TryQuiet/backend/commit/0811ea3ea3f682dd763be72b12f626fe416bc036)), closes [#1870](https://github.com/TryQuiet/backend/issues/1870) [#1937](https://github.com/TryQuiet/backend/issues/1937) [#1870](https://github.com/TryQuiet/backend/issues/1870) - - - - - -## [2.0.1-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.2...@quiet/backend@2.0.1-alpha.3) (2023-10-10) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [2.0.1-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.4...@quiet/backend@2.0.1-alpha.2) (2023-10-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [2.0.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.0...@quiet/backend@2.0.1-alpha.1) (2023-09-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.5...@quiet/backend@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.20](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.19...@quiet/backend@2.0.0-alpha.20) (2023-10-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.19](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.18...@quiet/backend@2.0.0-alpha.19) (2023-10-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.4...@quiet/backend@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.4...@quiet/backend@2.0.0-alpha.5) (2023-09-19) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.1...@quiet/backend@2.0.0-alpha.4) (2023-09-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.2...@quiet/backend@2.0.0-alpha.3) (2023-09-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.1...@quiet/backend@2.0.0-alpha.2) (2023-09-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.0...@quiet/backend@2.0.0-alpha.1) (2023-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.10.0-alpha.0...@quiet/backend@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/backend - - - - -# [1.10.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.0...@quiet/backend@1.10.0-alpha.0) (2023-08-29) -## [1.9.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.4...@quiet/backend@1.9.5) (2023-11-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.9.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.3...@quiet/backend@1.9.4) (2023-10-03) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.9.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.2...@quiet/backend@1.9.3) (2023-10-03) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.9.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.1...@quiet/backend@1.9.2) (2023-09-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.9.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.0...@quiet/backend@1.9.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.9.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.0-alpha.0...@quiet/backend@1.9.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.8.0...@quiet/backend@1.9.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.8.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.1-alpha.3...@quiet/backend@1.8.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.7.1-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.1-alpha.2...@quiet/backend@1.7.1-alpha.3) (2023-08-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.7.1-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.1-alpha.1...@quiet/backend@1.7.1-alpha.2) (2023-08-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.7.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.1-alpha.0...@quiet/backend@1.7.1-alpha.1) (2023-08-08) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.7.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.0...@quiet/backend@1.7.1-alpha.0) (2023-08-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.7.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.6.1-alpha.0...@quiet/backend@1.7.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.6.0-alpha.0...@quiet/backend@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.5.0-alpha.0...@quiet/backend@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.2-alpha.0...@quiet/backend@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.4.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.1-alpha.1...@quiet/backend@1.4.2-alpha.0) (2023-07-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.4.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.1-alpha.0...@quiet/backend@1.4.1-alpha.1) (2023-07-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.0-alpha.1...@quiet/backend@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.0-alpha.0...@quiet/backend@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.3.1...@quiet/backend@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.3.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.3.1-alpha.0...@quiet/backend@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.3.0...@quiet/backend@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.3.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.9...@quiet/backend@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.9](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.8...@quiet/backend@1.2.1-alpha.9) (2023-06-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.8](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.7...@quiet/backend@1.2.1-alpha.8) (2023-06-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.6...@quiet/backend@1.2.1-alpha.7) (2023-05-30) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.5...@quiet/backend@1.2.1-alpha.6) (2023-05-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.4...@quiet/backend@1.2.1-alpha.5) (2023-05-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.3...@quiet/backend@1.2.1-alpha.4) (2023-05-10) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.2...@quiet/backend@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.1...@quiet/backend@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.0...@quiet/backend@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0...@quiet/backend@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.27...@quiet/backend@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.27](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.26...@quiet/backend@1.2.0-alpha.27) (2023-04-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.26](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.25...@quiet/backend@1.2.0-alpha.26) (2023-04-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.25](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.24...@quiet/backend@1.2.0-alpha.25) (2023-04-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.24](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.23...@quiet/backend@1.2.0-alpha.24) (2023-04-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.22...@quiet/backend@1.2.0-alpha.23) (2023-04-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.21...@quiet/backend@1.2.0-alpha.22) (2023-04-12) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.20...@quiet/backend@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.14...@quiet/backend@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.0...@quiet/backend@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.1.1-alpha.0...@quiet/backend@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.1.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.1.0...@quiet/backend@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.1.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.1.0-alpha.1...@quiet/backend@1.1.0) (2023-03-20) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.1.0-alpha.0...@quiet/backend@1.1.0-alpha.1) (2023-03-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0...@quiet/backend@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.21...@quiet/backend@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.21](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.20...@quiet/backend@1.0.0-alpha.21) (2023-03-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.20](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.7...@quiet/backend@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.7](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.6...@quiet/backend@1.0.0-alpha.7) (2023-02-20) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.5...@quiet/backend@1.0.0-alpha.6) (2023-02-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.4...@quiet/backend@1.0.0-alpha.5) (2023-02-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.3...@quiet/backend@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.2...@quiet/backend@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.1...@quiet/backend@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.0...@quiet/backend@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.15...@quiet/backend@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.14...@quiet/backend@0.19.19-alpha.15) (2023-02-08) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.13...@quiet/backend@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.12...@quiet/backend@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.5...@quiet/backend@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.5...@quiet/backend@0.19.19-alpha.6) (2023-02-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.4...@quiet/backend@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.3...@quiet/backend@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.2...@quiet/backend@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.16-alpha.0...@quiet/backend@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.15-alpha.0...@quiet/backend@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.14-alpha.0...@quiet/backend@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.13-alpha.0...@quiet/backend@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.12-alpha.0...@quiet/backend@0.19.13-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.11-alpha.0...@quiet/backend@0.19.12-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.10-alpha.0...@quiet/backend@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.9-alpha.0...@quiet/backend@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.8-alpha.0...@quiet/backend@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.7-alpha.0...@quiet/backend@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.6-alpha.0...@quiet/backend@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.5-alpha.0...@quiet/backend@0.19.6-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.4-alpha.0...@quiet/backend@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.3-alpha.0...@quiet/backend@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.6-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.5-alpha.0...@quiet/backend@0.18.6-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.4-alpha.0...@quiet/backend@0.18.5-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.4-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.1-alpha.1...@quiet/backend@0.18.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.1-alpha.1...@quiet/backend@0.18.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.1-alpha.1...@quiet/backend@0.18.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.1-alpha.0...@quiet/backend@0.18.1-alpha.1) (2023-01-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.0-alpha.1...@quiet/backend@0.18.1-alpha.0) (2023-01-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.18.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.0-alpha.0...@quiet/backend@0.18.0-alpha.1) (2023-01-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.18.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.17.0-alpha.1...@quiet/backend@0.18.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.16.0...@quiet/backend@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.16.0...@quiet/backend@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.16.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.16.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.15.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.15.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.14.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.13.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.13.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.0...@quiet/backend@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.12.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.16...@quiet/backend@0.12.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.13...@quiet/backend@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.13...@quiet/backend@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.13...@quiet/backend@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.1...@quiet/backend@0.11.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.0...@quiet/backend@0.11.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.11.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.11.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.1-alpha.1...@quiet/backend@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.0...@quiet/backend@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.0...@quiet/backend@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.10.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.5...@quiet/backend@0.10.0) (2022-08-10) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.4...@quiet/backend@0.9.5-alpha.5) (2022-08-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.3...@quiet/backend@0.9.5-alpha.4) (2022-08-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.1...@quiet/backend@0.9.5-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.1...@quiet/backend@0.9.5-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.0...@quiet/backend@0.9.5-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.2-alpha.0...@quiet/backend@0.9.5-alpha.0) (2022-07-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.4-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.4-alpha.0...@quiet/backend@0.9.4-alpha.1) (2022-07-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.3-alpha.0...@quiet/backend@0.9.4-alpha.0) (2022-07-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.2-alpha.0...@quiet/backend@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.1-alpha.0...@quiet/backend@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.0-alpha.0...@quiet/backend@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.2-alpha.0...@quiet/backend@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.1-alpha.1...@quiet/backend@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.8.1-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.1-alpha.1...@quiet/backend@0.8.1-alpha.2) (2022-06-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.1-alpha.0...@quiet/backend@0.8.1-alpha.1) (2022-06-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.0-alpha.0...@quiet/backend@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.7.0-alpha.0...@quiet/backend@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# 0.7.0-alpha.0 (2022-06-03) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.6.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.6.0-alpha.0...@quiet/backend@0.6.1-alpha.0) (2022-05-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.5.0-alpha.0...@quiet/backend@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.5-alpha.0...@quiet/backend@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.4-alpha.0...@quiet/backend@0.4.5-alpha.0) (2022-04-20) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.3-alpha.0...@quiet/backend@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.2-alpha.0...@quiet/backend@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.7...@quiet/backend@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.7...@quiet/backend@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.7](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.6...@quiet/backend@0.4.0-alpha.7) (2022-04-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.3...@quiet/backend@0.4.0-alpha.6) (2022-04-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.3...@quiet/backend@0.4.0-alpha.5) (2022-03-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.3...@quiet/backend@0.4.0-alpha.4) (2022-03-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.2...@quiet/backend@0.4.0-alpha.3) (2022-03-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.0...@quiet/backend@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.0...@quiet/backend@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.3.0-alpha.5...@quiet/backend@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.3.0-alpha.5...@quiet/backend@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.5...@quiet/backend@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.4...@quiet/backend@0.1.0-alpha.5) (2022-02-03) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.3...@quiet/backend@0.1.0-alpha.4) (2022-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.2...@quiet/backend@0.1.0-alpha.3) (2022-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.1...@quiet/backend@0.1.0-alpha.2) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.0...@quiet/backend@0.1.0-alpha.1) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@6.4.0-alpha.0...@quiet/backend@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [6.4.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@6.3.0-alpha.0...@quiet/backend@6.4.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [6.3.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@6.2.0-alpha.0...@quiet/backend@6.3.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# 6.2.0-alpha.0 (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [6.1.0-alpha.0](https://github.com/TryQuiet/backend/compare/backend@6.0.0-alpha.0...backend@6.1.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package backend - - - - - -# [6.0.0-alpha.0](https://github.com/TryQuiet/backend/compare/backend@5.0.0...backend@6.0.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package backend - - - - - -# [5.0.0](https://github.com/TryQuiet/backend/compare/backend@5.0.0-alpha.1...backend@5.0.0) (2021-12-29) - -**Note:** Version bump only for package backend - - - - - -# [5.0.0-alpha.1](https://github.com/TryQuiet/backend/compare/backend@5.0.0-alpha.0...backend@5.0.0-alpha.1) (2021-12-29) - -**Note:** Version bump only for package backend - - - - - -# 5.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package backend - - - - - -# Changelog - -## [Unreleased] - -### Added - -* Connections test -* LocalNode api - -## [4.3.15] - -### Added - -* In connectionsManager, closeAllServices method now closes socket too. - -## [4.3.14] - -### Added - -* Upgrade: orbit-db@0.28.0, ipfs@0.60.2, libp2p@0.33.0 and their dependencies -* Remove custom libp2p - -### Changed - -* Send replicated message on 'replicate.progress event', instead of all ids on 'replicate' event - -## [4.3.13] - -### Added - -* Logs and retry logic in websocketOverTorTest -* Added communityId param to askForMessages and sendIdsToZbay - -### Changed - -* Moved crypto initialization from storage to connectionsManager - -## [4.3.12] - -### Added - -* Enable cors in DataServer only for development and end to end testing - -## [4.3.8] - -### Fixed - -* Old tor process is now shut down on windows. - -### Changed - -* Compose libp2p address in one place - -## [4.3.7] - -### Added - -* Expose ioproxy api through connections manager to be able to close all services directly - -## [4.3.6] - -### Changed - -* Registrar - don't return port if backend uses tor - -## [4.3.4] - -### Added - -* Tor mesh test - -### Changed - -* pass CommunityId to storage - -## [4.3.3] - -### Added - -* Security for not using the tor -* Retry connecting to registrar few times on fail - -## [4.2.3] - -### Fixed - -* Orbit-db in package.json - use specific commit instead of #main. Projects installing backend should have the same version of orbit-db. -* Change orbit-db-store version to match specified orbitdb; Remove multiformats (rely on versions set in orbit-db) - -## [4.2.2] - -### Changed - -* Map all registrars hidden services to port 80, and all libp2p hidden services to 443. - -## [4.2.1] - -### Fixed - -* Close socket after closing all backend services - -## [4.2.0] - -### Added - -* Emit general ERROR socket event - -### Changed - -* Community manager - keep reference not only to storage but also to registrar - -### Removed - -* REGISTRAR_ERROR and CERTIFICATE_REGISTRATION_ERROR socket events - -## [4.1.1] - -### Fixed - -* ConnectionsManager.createNetwork - pass service id without '.onion' to destroyHiddenService -* WebsocketOverTor - unify generating cert data - -## [4.1.0] - -### Fixed - -* Stucking Tor - kill and relaunch the Tor after given timeout -* Passed certs are expected to be strings - -### Added - -* DestroyHiddenService method in torManager -* CreateNetwork in communitiesManager -* CreateNetwork api in IOPRoxy -* ConnectionsManager option - allow using tor files (binaries and libs) from backend -* Register owner certificate - -### Changed - -* spawnHiddenService and createNewHiddenService now return onion address with '.onion' -* Registrar returns also rootCA - -## [4.0.1] - -### Fixed - -* Snapshot-replication tests - -## [4.0.0] - -### Added - -* Certificates vaidation within websocketOverTor - -### Changed - -* Creating community event's payload must contain certificates -* Peer network connection is via https -* LaunchComunity API -* Register user certificate API - -### Fixed - -* CSRContainsField validator - -## [3.1.0] - -### Added - -* Authenticating Tor Control Port with cookie - -## [3.0.0] - -### Changed - ---- BREAKING CHANGES --- -* ConnectionsManager api changed -* Refactor responsibilities into separate classes -* Many websocket events need peerId now; Socket responses contain peerId - -### Added - -* Creating and relaunching community; launching registrar (via websockets) - -### Removed - -* isbackendMobileMode option - -## [2.1.0] - -### Added - -* Additional valitation to registrar - check if csr has basic fields -* backend replication tests -* Storage which can use orbitdb snapshots mechanism -* More customizable backend nodes - -### Changed - -* Mock tor in all registrar tests -* Moved dev dependencies to devDependencies in package.json, removed unused libraries - -## [2.1.0-0] - -### Changed - -* Use unreleased version of orbit-db and orbit-db-store 4.1.0 - -## [2.0.15] - 2021-07-20 - -### Added - -- Provided script for building project on Android - -### Fixed - - - WebsocketOverTor - prepareListener was not called at all probably causing issue with peers not connecting to peers other than entry node - -## [2.0.14] - 2021-07-17 - -### Fixed - -- Remove wrtc-mock - caused problems when installing backend -- npm-publish github workflow - -## [2.0.13] - 2021-07-16 - -- Manually published npm package (previous one lacked files because of incomplete npm-publish github workflow) - -## [2.0.12] - 2021-07-16 - -### Added - -- Publish package to npm using tags -- Entry node - subscribe for all public channels - -### Fix - -- Conversation validator - don't assume encryptedPhrase length - -## [2.0.11] - 2021-07-15 - -### Fixed - -- Pass proxy agent as object, not function - "TypeError [ERR_INVALID_ARG_TYPE]: The "options.agent" property must be one of Agent-like Object, undefined, or false. Received function agent" - -## [2.0.10] - 2021-07-15 - -### Fixed - -- Npm package version 2.0.9 lacks wrtc-mock - -## [2.0.9] - 2021-07-08 - -### Added - -- Added manager for mobile app -- Registering user certificate (websocket + http) - fetch data from front-end and send request to the service - -## [2.0.8] - 2021-07-07 - -### Fixed - -- Root certificate and private key - -### Added - -- Certificate registration service (http + hidden service) - generate certificate for user and save it to db - -## [2.0.7] - 2021-07-05 - -### Added - -- Tor binaries for 3 platforms (linux, macos, win). Use proper binary depending on current platform. -- Run tests on linux and macos (CI) -- @quiet/identity lib -- Verify certificate before saving it to database -- Return all certificates on db.load -- Validators for storage -- Test for validators -- Added validation functions to storage - -### Fixed - -- Removed // @ts-nocheck from Storage.ts -- Killing existing tor process on macos - command for extracting process name slightly differs for linux and macos - -## [2.0.6] - 2021-06-22 - -### Fixed - -Pass envs to tor's --hash-password command - docker was lacking LD_LIBRARY_PATH env and therefore used default openssl 1.1.0 version (tor needs 1.1.1) - -## [2.0.5] - 2021-06-22 - -### Added - -Storage: - Added new methods: - askForMessages - -### Changed - -Changed databses names. - -Events: - Merged 'allMessages' and 'message' files into single 'messages' file - -API: - ConnectionsManager: added optional isbackendMobileMode - Storage: added optional isbackendMobileMode - !IMPORTANT: Those will be removed as soon as mobile version will adopt the new API - -### Fixed - -## [2.0.4] - 2021-06-15 - -### Fixed - -- Hashing tor password for windows - -## [2.0.3] - 2021-06-14 - -### Added - -- Optional `createPaths` to options in both ConnectionManager and Storage. Default = true. When set to false backend will not try to create any dirs - and will just assume they exist. -- Database for certificates and 'add certificate' websocket event. Send all certificates on write and replication orbitdb events - -### Fixed - -- Now tests use temporary dir for app data - -## [2.0.1] - 2021-06-07 - -### Changed - -- Removed resolveJsonModule from tsconfig and changed a way we import json module, there is trap in 'resolveJsonModule' flag that causes npm publish/pack work in unexpected way. - -## [2.0.0] - 2021-06-07 - -### Added - -- Test for tor, connections manager, and dataserver -- Secured tor control port with hashed password -- Linter -- method to close - -### Changed - -- Refactored tor control port and tor manager. -- Changed torManager API addNewService -> createNewHiddenService and addOnion -> spawnHiddenService -- Added stop method for storage -- Added stop method for libp2p -- Added stop method for dataServer - -### Fixed - -- added stop method for PeerDiscovery - -## [1.1.10] - 2021-06-01 - -### Added -- Remove undialable peers from the peer store (use custom Libp2p) -- docker-compose - run entrynode with a few peers connecting to it (for testing purposes) - -### Changed -- Refactor entrynode - -### Fixed -- WebsocketOverTor - don't swallow errors when dialing - -## [1.1.1] - 2021-05-20 - -### Added -- Use `debug` for logs - - -## [1.1.0] - 2021-05-20 - -### Added -- Storage - DM related methods and databses -- Connections Manager - DM related methods -- Events - DM related events -- Listeners - DM related listeners - -### Changed -- Tor control logic. Use control port and heartbeat to check tor status. -- Socket data server - allow setting port while creating DataServer -- Bump eslint related libraries - -### Removed -- http-server dependency - not used and depends on vulnerable version of ecstatic - -### Added -- Tracker - keep track of the peers which connected to the p2p network. Will replace the entry node. - - -## [1.0.23] - 2021-04-20 -### Changed -- Socket is now passed to the ConnectionsManager constructor -- Storage needs to be initialized directly after initializing node - -## [1.0.22] - 2021-04-20 -### Added -- Communication with client - send all channel messages after they're loaded into memory - -## [1.0.21] - 2021-04-19 -### Changed -- Speed up creating stores for channels +* Invite tab as default in settings diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 8e887a1e7b..2b3209af66 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,287 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.2-alpha.0...@quiet/common@2.0.2-alpha.1) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.4...@quiet/common@2.0.2-alpha.0) (2023-10-26) +[2.0.3-alpha.6] -**Note:** Version bump only for package @quiet/common +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication +[2.0.3-alpha.5] +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.3...@quiet/common@2.0.1-alpha.4) (2023-10-12) +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service -**Note:** Version bump only for package @quiet/common +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack +[2.0.3-alpha.0] +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.2...@quiet/common@2.0.1-alpha.3) (2023-10-10) +* Use context menu for information about unregistered username instead screen -**Note:** Version bump only for package @quiet/common +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile +* Removed registration attempts selector and corresponding usage. +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.1...@quiet/common@2.0.1-alpha.2) (2023-10-09) +* Fix - up/down arrows now work properly inside channel input (textarea) -**Note:** Version bump only for package @quiet/common +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile +* Change nickname for taken username +* Map messages sent before changing username +* Update registrar service to match new registration flow. -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.0...@quiet/common@2.0.1-alpha.1) (2023-09-25) +* Add possible impersonation attack UI for desktop and mobile -**Note:** Version bump only for package @quiet/common +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.3...@quiet/common@2.0.1-alpha.0) (2023-09-25) +* Bump github actions/* to versions using node16 -**Note:** Version bump only for package @quiet/common +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] +* Customize Launch Screen on iOS -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.3...@quiet/common@2.0.0-alpha.18) (2023-10-04) +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). -**Note:** Version bump only for package @quiet/common +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.2...@quiet/common@2.0.0-alpha.3) (2023-09-19) +* Fixed bug with changing joining community/create community screens with required field. -**Note:** Version bump only for package @quiet/common +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR +* Labels for unregistered and duplicate usernames with modals +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.8.1...@quiet/common@2.0.0-alpha.2) (2023-09-18) +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. -### Bug Fixes +* C4 for Quiet architecture. Context and Container diagrams. -* common: capitalize should return null if no string provided ([47269fd](https://github.com/TryQuiet/quiet/commit/47269fd48150c93cb6ede2bf833be05d5f893ab8)) -* typo ([62adb7e](https://github.com/TryQuiet/quiet/commit/62adb7e3a11cee2da9418f11a79d38c871fb684e)), closes [/github.com/TryQuiet/quiet/pull/1727#discussion_r1302471153](https://github.com//github.com/TryQuiet/quiet/pull/1727/issues/discussion_r1302471153) -* typo in function name ([7e00db1](https://github.com/TryQuiet/quiet/commit/7e00db1eb8d868cfe6682a1fa75f7e90b3a496bb)) - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.0...@quiet/common@2.0.0-alpha.1) (2023-09-14) - - -### Bug Fixes - -* common: capitalize should return null if no string provided ([47269fd](https://github.com/TryQuiet/quiet/commit/47269fd48150c93cb6ede2bf833be05d5f893ab8)) -* typo ([62adb7e](https://github.com/TryQuiet/quiet/commit/62adb7e3a11cee2da9418f11a79d38c871fb684e)), closes [/github.com/TryQuiet/quiet/pull/1727#discussion_r1302471153](https://github.com//github.com/TryQuiet/quiet/pull/1727/issues/discussion_r1302471153) -* typo in function name ([7e00db1](https://github.com/TryQuiet/quiet/commit/7e00db1eb8d868cfe6682a1fa75f7e90b3a496bb)) - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.9.0-alpha.0...@quiet/common@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/common - - - -# [1.9.0-alpha.0](/compare/@quiet/common@1.8.0...@quiet/common@1.9.0-alpha.0) (2023-08-29) - - -## [1.8.2](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.8.1...@quiet/common@1.8.2) (2023-11-09) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.8.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.8.0...@quiet/common@1.8.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.8.0](/compare/@quiet/common@1.8.0-alpha.0...@quiet/common@1.8.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.7.0...@quiet/common@1.8.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.6.0...@quiet/common@1.7.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.6.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.5.1-alpha.0...@quiet/common@1.6.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.5.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.5.0-alpha.0...@quiet/common@1.5.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.4.0-alpha.1...@quiet/common@1.5.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.4.0-alpha.0...@quiet/common@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.3.1...@quiet/common@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.3.1-alpha.0...@quiet/common@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.3.0...@quiet/common@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.5...@quiet/common@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.4...@quiet/common@1.2.1-alpha.5) (2023-06-02) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.3...@quiet/common@1.2.1-alpha.4) (2023-05-25) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.2...@quiet/common@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.1...@quiet/common@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.0...@quiet/common@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.0...@quiet/common@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.0-alpha.22...@quiet/common@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.0-alpha.21...@quiet/common@1.2.0-alpha.22) (2023-04-12) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.0-alpha.20...@quiet/common@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package @quiet/common - - - - - -# 1.2.0-alpha.20 (2023-04-07) - -**Note:** Version bump only for package @quiet/common +* Invite tab as default in settings diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index c906f7b6d0..2b3209af66 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,2851 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.9...@quiet/desktop@2.0.3-alpha.10) (2023-11-24) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. +* Send an info message immediately after a user joins the community -### Features +* Feature: add functionality to export chat to text document in desktop version -* add appPath to notarize ([bd9a0dc](https://github.com/TryQuiet/quiet/commit/bd9a0dc69f9da99405317d8210a14b82e6ac4910)) +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication +[2.0.3-alpha.5] +* Fix network data proceeding when using custom protocol multiple times #1847 -## [2.0.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.8...@quiet/desktop@2.0.3-alpha.9) (2023-11-24) +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link -**Note:** Version bump only for package @quiet/desktop +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack +[2.0.3-alpha.0] +* Filter CSRs - remove old csrs and replace with new for each pubkey -## [2.0.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.7...@quiet/desktop@2.0.3-alpha.8) (2023-11-22) +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen -### Features +* Shorter dots-placeholder for invite link -* trigger lerna ([4ca8195](https://github.com/TryQuiet/quiet/commit/4ca81958c57e88f172e0d78f055e9008a5a4a90a)) +* Display a shorter invite link on a mobile +* Removed registration attempts selector and corresponding usage. +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) -## [2.0.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.6...@quiet/desktop@2.0.3-alpha.7) (2023-11-22) +[2.0.1-alpha.2] -**Note:** Version bump only for package @quiet/desktop +* UI layer for taken usernames for desktop and mobile +* Change nickname for taken username +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile -## [2.0.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.5...@quiet/desktop@2.0.3-alpha.6) (2023-11-21) +* Fix truncated long messages in channelInput component -**Note:** Version bump only for package @quiet/desktop +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 -## [2.0.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.4...@quiet/desktop@2.0.3-alpha.5) (2023-11-14) +* Project can now be bootstraped on Windows (powershell) -**Note:** Version bump only for package @quiet/desktop +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). -## [2.0.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.3...@quiet/desktop@2.0.3-alpha.4) (2023-11-14) +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -### Features +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -* trigger desktop ([713e1b8](https://github.com/TryQuiet/quiet/commit/713e1b822b266c218f71742ed68616b8b1056c75)) +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -## [2.0.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.2...@quiet/desktop@2.0.3-alpha.3) (2023-11-13) +* Labels for unregistered and duplicate usernames with modals +* Fixed LoadingPanel useEffect bug. -### Features +* Use csrs instead of certificates as a source of user data -* add debug logs ([#2057](https://github.com/TryQuiet/quiet/issues/2057)) ([aa3e777](https://github.com/TryQuiet/quiet/commit/aa3e777778b0861d5f96e6116bfc70031ed67929)) +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. - - -## [2.0.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.1...@quiet/desktop@2.0.3-alpha.2) (2023-11-09) - - -## [2.0.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.0...@quiet/desktop@2.0.3-alpha.1) (2023-11-08) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.2-alpha.0...@quiet/desktop@2.0.3-alpha.0) (2023-10-26) - - -### Features - -* version code 366 ([cebf886](https://github.com/TryQuiet/quiet/commit/cebf886aee2c4ec6e0ef4e66219d9dc0afecb98c)) - - - - - -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.7...@quiet/desktop@2.0.2-alpha.0) (2023-10-26) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.1-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.6...@quiet/desktop@2.0.1-alpha.7) (2023-10-16) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.5...@quiet/desktop@2.0.1-alpha.6) (2023-10-13) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.4...@quiet/desktop@2.0.1-alpha.5) (2023-10-12) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.3...@quiet/desktop@2.0.1-alpha.4) (2023-10-11) - - -### Reverts - -* Revert "Adjust project bootstrap scripts to be windows-friendly (#1870)" (#1937) ([0811ea3](https://github.com/TryQuiet/quiet/commit/0811ea3ea3f682dd763be72b12f626fe416bc036)), closes [#1870](https://github.com/TryQuiet/quiet/issues/1870) [#1937](https://github.com/TryQuiet/quiet/issues/1937) [#1870](https://github.com/TryQuiet/quiet/issues/1870) - - - - - -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.2...@quiet/desktop@2.0.1-alpha.3) (2023-10-10) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## 2.0.1-alpha.2 (2023-10-09) - - -### Bug Fixes - -* add conditional checksum path ([8164b50](https://github.com/TryQuiet/quiet/commit/8164b50774f32856d9886f75d1bb25788f1e03c4)) - - -### Reverts - -* Revert "Remove afterAllArtifactBuild for linux" ([975d0df](https://github.com/TryQuiet/quiet/commit/975d0df58494bdfba1270f6845152af4969e77ea)) - - - - - -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@2.0.1-alpha.0...quiet@2.0.1-alpha.1) (2023-09-25) - - -## [1.9.7](https://github.com/TryQuiet/quiet/compare/quiet@1.9.6...quiet@1.9.7) (2023-11-17) - - -### Bug Fixes - -* trigger desktop ([2898bee](https://github.com/TryQuiet/quiet/commit/2898bee80bbf2f16cbda67281a29e47716faa77c)) -* pass team id for notarization ([ab86fc0](https://github.com/TryQuiet/quiet/commit/ab86fc0cefd5d8b3715712a4dd234bbe45f18cc2)) - - - -## [1.9.6](https://github.com/TryQuiet/quiet/compare/quiet@1.9.5...quiet@1.9.6) (2023-11-09) - -**Note:** Version bump only for package quiet - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.12...quiet@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.11...quiet@2.0.0-alpha.12) (2023-09-20) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.11](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.10...quiet@2.0.0-alpha.11) (2023-09-19) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.10](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.9...quiet@2.0.0-alpha.10) (2023-09-19) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.9](https://github.com/TryQuiet/quiet/compare/quiet@1.9.1...quiet@2.0.0-alpha.9) (2023-09-18) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.8](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.7...quiet@2.0.0-alpha.8) (2023-09-14) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.7](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.6...quiet@2.0.0-alpha.7) (2023-09-07) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.5...quiet@2.0.0-alpha.6) (2023-09-07) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.4...quiet@2.0.0-alpha.5) (2023-09-06) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.3...quiet@2.0.0-alpha.4) (2023-09-06) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.2...quiet@2.0.0-alpha.3) (2023-09-05) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.1...quiet@2.0.0-alpha.2) (2023-09-05) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.0...quiet@2.0.0-alpha.1) (2023-09-01) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.10.0-alpha.0...quiet@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package quiet - - - - - -# [1.10.0-alpha.0](/compare/quiet@1.9.0...quiet@1.10.0-alpha.0) (2023-08-29) -## [1.9.5](https://github.com/TryQuiet/quiet/compare/quiet@1.9.4...quiet@1.9.5) (2023-10-12) - -**Note:** Version bump only for package quiet - - - - - -## [1.9.4](https://github.com/TryQuiet/quiet/compare/quiet@1.9.3...quiet@1.9.4) (2023-10-03) - -**Note:** Version bump only for package quiet - - - - - -## [1.9.3](https://github.com/TryQuiet/quiet/compare/quiet@1.9.2...quiet@1.9.3) (2023-10-03) - -**Note:** Version bump only for package quiet - - - - - -## [1.9.2](https://github.com/TryQuiet/quiet/compare/quiet@1.9.1...quiet@1.9.2) (2023-09-25) - -**Note:** Version bump only for package quiet - - - - - -## [1.9.1](https://github.com/TryQuiet/quiet/compare/quiet@1.9.0...quiet@1.9.1) (2023-09-15) - -**Note:** Version bump only for package quiet - - - - - -# [1.9.0](/compare/quiet@1.9.0-alpha.0...quiet@1.9.0) (2023-08-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.8.0...quiet@1.9.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package quiet - - - - - -# [1.8.0](https://github.com/TryQuiet/quiet/compare/quiet@1.7.1-alpha.3...quiet@1.8.0) (2023-08-17) - -**Note:** Version bump only for package quiet - - - - - -## [1.7.1-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@1.7.1-alpha.2...quiet@1.7.1-alpha.3) (2023-08-11) - -**Note:** Version bump only for package quiet - - - - - -## [1.7.1-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@1.7.1-alpha.1...quiet@1.7.1-alpha.2) (2023-08-11) - -**Note:** Version bump only for package quiet - - - - - -## [1.7.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.7.1-alpha.0...quiet@1.7.1-alpha.1) (2023-08-08) - -**Note:** Version bump only for package quiet - - - - - -## [1.7.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.7.0...quiet@1.7.1-alpha.0) (2023-08-01) - -**Note:** Version bump only for package quiet - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/quiet@1.6.1-alpha.0...quiet@1.7.0) (2023-07-28) - -**Note:** Version bump only for package quiet - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.6.0-alpha.0...quiet@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.5.0-alpha.0...quiet@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package quiet - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.4.2-alpha.1...quiet@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package quiet - - - - - -## [1.4.2-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.4.2-alpha.0...quiet@1.4.2-alpha.1) (2023-07-17) - -**Note:** Version bump only for package quiet - - - - - -## [1.4.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.4.1-alpha.0...quiet@1.4.2-alpha.0) (2023-07-17) - -**Note:** Version bump only for package quiet - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.4.0-alpha.1...quiet@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.4.0-alpha.0...quiet@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package quiet - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.3.1...quiet@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package quiet - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/quiet@1.3.1-alpha.0...quiet@1.3.1) (2023-06-13) - -**Note:** Version bump only for package quiet - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.3.0...quiet@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package quiet - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.9...quiet@1.3.0) (2023-06-02) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.9](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.8...quiet@1.2.1-alpha.9) (2023-06-02) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.8](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.7...quiet@1.2.1-alpha.8) (2023-06-01) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.6...quiet@1.2.1-alpha.7) (2023-05-30) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.5...quiet@1.2.1-alpha.6) (2023-05-25) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.4...quiet@1.2.1-alpha.5) (2023-05-25) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.3...quiet@1.2.1-alpha.4) (2023-05-10) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.2...quiet@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.1...quiet@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.0...quiet@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0...quiet@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.30...quiet@1.2.0) (2023-04-18) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.30](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.29...quiet@1.2.0-alpha.30) (2023-04-18) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.29](/compare/quiet@1.2.0-alpha.28...quiet@1.2.0-alpha.29) (2023-04-17) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.28](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.27...quiet@1.2.0-alpha.28) (2023-04-14) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.27](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.26...quiet@1.2.0-alpha.27) (2023-04-14) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.26](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.25...quiet@1.2.0-alpha.26) (2023-04-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.25](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.24...quiet@1.2.0-alpha.25) (2023-04-12) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.24](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.23...quiet@1.2.0-alpha.24) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.22...quiet@1.2.0-alpha.23) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.21...quiet@1.2.0-alpha.22) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.20...quiet@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.19...quiet@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.19](/compare/quiet@1.2.0-alpha.18...quiet@1.2.0-alpha.19) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.18](/compare/quiet@1.2.0-alpha.17...quiet@1.2.0-alpha.18) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.17](/compare/quiet@1.2.0-alpha.16...quiet@1.2.0-alpha.17) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.16](/compare/quiet@1.2.0-alpha.15...quiet@1.2.0-alpha.16) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.15](/compare/quiet@1.2.0-alpha.13...quiet@1.2.0-alpha.15) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.0...quiet@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.13](/compare/quiet@1.2.0-alpha.12...quiet@1.2.0-alpha.13) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.12](/compare/quiet@1.2.0-alpha.11...quiet@1.2.0-alpha.12) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.11](/compare/quiet@1.2.0-alpha.10...quiet@1.2.0-alpha.11) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.10](/compare/quiet@1.2.0-alpha.9...quiet@1.2.0-alpha.10) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.9](/compare/quiet@1.2.0-alpha.8...quiet@1.2.0-alpha.9) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.8](/compare/quiet@1.2.0-alpha.7...quiet@1.2.0-alpha.8) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.7](/compare/quiet@1.2.0-alpha.6...quiet@1.2.0-alpha.7) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.6](/compare/quiet@1.2.0-alpha.5...quiet@1.2.0-alpha.6) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.5](/compare/quiet@1.2.0-alpha.4...quiet@1.2.0-alpha.5) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.4](/compare/quiet@1.2.0-alpha.3...quiet@1.2.0-alpha.4) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.3](/compare/quiet@1.2.0-alpha.2...quiet@1.2.0-alpha.3) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.2](/compare/quiet@1.2.0-alpha.1...quiet@1.2.0-alpha.2) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.1](/compare/quiet@1.2.0-alpha.0...quiet@1.2.0-alpha.1) (2023-03-28) - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.1.1-alpha.0...quiet@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -## [1.1.1-alpha.0](/compare/quiet@1.1.0...quiet@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.6...quiet@1.1.0) (2023-03-20) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.5...quiet@1.1.0-alpha.6) (2023-03-17) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.4...quiet@1.1.0-alpha.5) (2023-03-17) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.3...quiet@1.1.0-alpha.4) (2023-03-15) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.2...quiet@1.1.0-alpha.3) (2023-03-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.1...quiet@1.1.0-alpha.2) (2023-03-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.0...quiet@1.1.0-alpha.1) (2023-03-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0...quiet@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.23...quiet@1.0.0) (2023-03-02) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.23](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.22...quiet@1.0.0-alpha.23) (2023-03-02) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.22](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.21...quiet@1.0.0-alpha.22) (2023-03-02) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.21](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.20...quiet@1.0.0-alpha.21) (2023-03-01) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.20](/compare/quiet@1.0.0-alpha.16...quiet@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.16](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.15...quiet@1.0.0-alpha.16) (2023-02-20) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.15](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.14...quiet@1.0.0-alpha.15) (2023-02-16) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.14](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.13...quiet@1.0.0-alpha.14) (2023-02-15) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.13](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.12...quiet@1.0.0-alpha.13) (2023-02-14) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.11...quiet@1.0.0-alpha.12) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.11](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.10...quiet@1.0.0-alpha.11) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.10](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.9...quiet@1.0.0-alpha.10) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.9](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.8...quiet@1.0.0-alpha.9) (2023-02-13) - - -### Reverts - -* Revert "Remove afterAllArtifactBuild for linux" ([975d0df](https://github.com/TryQuiet/quiet/commit/975d0df58494bdfba1270f6845152af4969e77ea)) - - - - - -# [1.0.0-alpha.8](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.4...quiet@1.0.0-alpha.8) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.7](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.4...quiet@1.0.0-alpha.7) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.4...quiet@1.0.0-alpha.6) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.4...quiet@1.0.0-alpha.5) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.3...quiet@1.0.0-alpha.4) (2023-02-10) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.2...quiet@1.0.0-alpha.3) (2023-02-10) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.1...quiet@1.0.0-alpha.2) (2023-02-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.0...quiet@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.15...quiet@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.14...quiet@0.19.19-alpha.15) (2023-02-08) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.13...quiet@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.12...quiet@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.5...quiet@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.5...quiet@0.19.19-alpha.6) (2023-02-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.4...quiet@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.3...quiet@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.2...quiet@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.19.18-alpha.0...quiet@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.18-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.17-alpha.0...quiet@0.19.18-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.17-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.16-alpha.0...quiet@0.19.17-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.15-alpha.0...quiet@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.14-alpha.0...quiet@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.13-alpha.0...quiet@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.12-alpha.0...quiet@0.19.13-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.11-alpha.0...quiet@0.19.12-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.10-alpha.0...quiet@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.9-alpha.0...quiet@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.8-alpha.0...quiet@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.7-alpha.0...quiet@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.6-alpha.0...quiet@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.5-alpha.0...quiet@0.19.6-alpha.0) (2023-01-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.4-alpha.0...quiet@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.3-alpha.0...quiet@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package quiet - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.7-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.0...quiet@0.18.7-alpha.1) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.7-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.6-alpha.0...quiet@0.18.7-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.6-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.5-alpha.0...quiet@0.18.6-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.5-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.3-alpha.0...quiet@0.18.5-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.2-alpha.0...quiet@0.18.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.1-alpha.1...quiet@0.18.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.18.1-alpha.0...quiet@0.18.1-alpha.1) (2023-01-14) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.0-alpha.1...quiet@0.18.1-alpha.0) (2023-01-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.18.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.18.0-alpha.0...quiet@0.18.0-alpha.1) (2023-01-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.18.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.17.0-alpha.4...quiet@0.18.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.17.0-alpha.1...quiet@0.17.0-alpha.4) (2023-01-12) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@0.17.0-alpha.1...quiet@0.17.0-alpha.3) (2023-01-12) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.17.0-alpha.1...quiet@0.17.0-alpha.2) (2023-01-12) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.16.0...quiet@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.16.0...quiet@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.16.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.14.4...quiet@0.16.0) (2022-12-19) - -**Note:** Version bump only for package quiet - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.14.4...quiet@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.15.0](https://github.com/TryQuiet/quiet/compare/quiet@0.14.4...quiet@0.15.0) (2022-12-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.14.4...quiet@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.14.4...quiet@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.4](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.4) (2022-11-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.3](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.3) (2022-11-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.2](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.2) (2022-11-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.1](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.1) (2022-11-21) - -**Note:** Version bump only for package quiet - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.0) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.13.0) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.12.0...quiet@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.16...quiet@0.12.0) (2022-10-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/quiet@0.11.3-alpha.13...quiet@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/quiet@0.11.3-alpha.13...quiet@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/quiet@0.11.3-alpha.13...quiet@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.2](https://github.com/TryQuiet/quiet/compare/quiet@0.11.1...quiet@0.11.2) (2022-09-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.11.0...quiet@0.11.1) (2022-09-13) - -**Note:** Version bump only for package quiet - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.11.0) (2022-09-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.10.1-alpha.1...quiet@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.10.0...quiet@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.10.0...quiet@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.7-alpha.7...quiet@0.10.0) (2022-08-10) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.7](https://github.com/TryQuiet/monorepo/compare/quiet@0.9.7-alpha.6...quiet@0.9.7-alpha.7) (2022-08-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@0.9.7-alpha.5...quiet@0.9.7-alpha.6) (2022-08-04) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@0.9.7-alpha.3...quiet@0.9.7-alpha.5) (2022-08-04) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.9.7-alpha.3...quiet@0.9.7-alpha.4) (2022-08-04) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.9.7-alpha.2...quiet@0.9.7-alpha.3) (2022-08-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.9.7-alpha.1...quiet@0.9.7-alpha.2) (2022-07-24) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.9.7-alpha.0...quiet@0.9.7-alpha.1) (2022-07-23) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.6...quiet@0.9.7-alpha.0) (2022-07-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.6-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.5-alpha.1...quiet@0.9.6-alpha.0) (2022-07-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.9.5-alpha.0...quiet@0.9.5-alpha.1) (2022-07-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.4-alpha.0...quiet@0.9.5-alpha.0) (2022-07-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.3-alpha.0...quiet@0.9.4-alpha.0) (2022-07-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.2-alpha.0...quiet@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.1-alpha.0...quiet@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.0-alpha.0...quiet@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package quiet - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.6...quiet@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.6](https://github.com/TryQuiet/monorepo/compare/quiet@0.8.5...quiet@0.8.6) (2022-06-23) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.8.4...quiet@0.8.5) (2022-06-23) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.8.3...quiet@0.8.4) (2022-06-23) - - -### Bug Fixes - -* add conditional checksum path ([8164b50](https://github.com/TryQuiet/monorepo/commit/8164b50774f32856d9886f75d1bb25788f1e03c4)) - - - - - -## [0.8.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.8.3-alpha.18...quiet@0.8.3) (2022-06-23) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.2-alpha.0...quiet@0.8.3-alpha.0) (2022-06-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.1-alpha.1...quiet@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.1-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.8.1-alpha.1...quiet@0.8.1-alpha.2) (2022-06-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.8.1-alpha.0...quiet@0.8.1-alpha.1) (2022-06-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.0-alpha.0...quiet@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.7.1-alpha.2...quiet@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package quiet - - - - - -## [0.7.1-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.7.1-alpha.1...quiet@0.7.1-alpha.2) (2022-06-03) - -**Note:** Version bump only for package quiet - - - - - -## [0.7.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.7.1-alpha.0...quiet@0.7.1-alpha.1) (2022-06-03) - -**Note:** Version bump only for package quiet - - - - - -## [0.7.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.7.0-alpha.0...quiet@0.7.1-alpha.0) (2022-06-03) - -**Note:** Version bump only for package quiet - - - - - -# [0.7.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.6.1-alpha.0...quiet@0.7.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package quiet - - - - - -## [0.6.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.6.0-alpha.0...quiet@0.6.1-alpha.0) (2022-05-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.5.0-alpha.0...quiet@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package quiet - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.7-alpha.1...quiet@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.7-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.7-alpha.0...quiet@0.4.7-alpha.1) (2022-04-25) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.7-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.6-alpha.0...quiet@0.4.7-alpha.0) (2022-04-25) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.6-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.5-alpha.0...quiet@0.4.6-alpha.0) (2022-04-20) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.5-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.4-alpha.0...quiet@0.4.5-alpha.0) (2022-04-15) - - -### Reverts - -* Revert "Update RTL snapshots" ([e5d9ed9](https://github.com/TryQuiet/monorepo/commit/e5d9ed9458f816302162229f4cc9597b5c6f6313)) - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.3-alpha.0...quiet@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.5...quiet@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.5...quiet@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.4...quiet@0.4.1-alpha.5) (2022-04-04) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.3...quiet@0.4.1-alpha.4) (2022-04-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.50...quiet@0.4.1-alpha.3) (2022-04-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.50...quiet@0.4.1-alpha.2) (2022-03-28) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.0...quiet@0.4.1-alpha.1) (2022-03-25) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.4...quiet@0.4.1-alpha.0) (2022-03-19) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.4...quiet@0.4.0-alpha.5) (2022-03-19) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.3...quiet@0.4.0-alpha.4) (2022-03-17) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.2...quiet@0.4.0-alpha.3) (2022-03-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.0...quiet@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.0...quiet@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.3.0-alpha.7...quiet@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.8](https://github.com/TryQuiet/monorepo/compare/quiet@0.3.0-alpha.7...quiet@0.3.0-alpha.8) (2022-02-28) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/quiet@0.3.0-alpha.6...quiet@0.3.0-alpha.7) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/quiet@0.3.0-alpha.5...quiet@0.3.0-alpha.6) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.2.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.1...quiet@0.2.0-alpha.2) (2022-02-10) - -**Note:** Version bump only for package quiet - - - - - -# [0.2.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.0...quiet@0.2.0-alpha.1) (2022-02-09) - -**Note:** Version bump only for package quiet - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.17...quiet@0.2.0-alpha.0) (2022-02-09) - - -### Reverts - -* Revert "merge" ([c594651](https://github.com/TryQuiet/monorepo/commit/c594651fd9d1aeed9cc5623fc8933c78a55ef080)) - - - - - -# [0.1.0-alpha.17](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.16...quiet@0.1.0-alpha.17) (2022-02-03) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.16](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.15...quiet@0.1.0-alpha.16) (2022-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.15](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.14...quiet@0.1.0-alpha.15) (2022-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.14](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.13...quiet@0.1.0-alpha.14) (2022-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.13](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.12...quiet@0.1.0-alpha.13) (2022-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.12](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.11...quiet@0.1.0-alpha.12) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.11](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.10...quiet@0.1.0-alpha.11) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.10](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.9...quiet@0.1.0-alpha.10) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.9](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.8...quiet@0.1.0-alpha.9) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.8](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.7...quiet@0.1.0-alpha.8) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.6...quiet@0.1.0-alpha.7) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.5...quiet@0.1.0-alpha.6) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.4...quiet@0.1.0-alpha.5) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.3...quiet@0.1.0-alpha.4) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.2...quiet@0.1.0-alpha.3) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.1...quiet@0.1.0-alpha.2) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.0...quiet@0.1.0-alpha.1) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.12.0-alpha.0...quiet@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.12.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.11.0-alpha.0...quiet@6.12.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.11.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.10.0-alpha.0...quiet@6.11.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.10.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.9.0-alpha.0...quiet@6.10.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.9.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.8.0-alpha.0...quiet@6.9.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.8.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.7.0-alpha.0...quiet@6.8.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.7.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.6.0-alpha.0...quiet@6.7.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.5.0-alpha.0...quiet@6.6.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.4.0-alpha.0...quiet@6.5.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.3.0-alpha.0...quiet@6.4.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.2.0-alpha.0...quiet@6.3.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.1.0-alpha.0...quiet@6.2.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.0.0-alpha.0...quiet@6.1.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# 6.0.0-alpha.0 (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [5.0.0](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.8...zbay@5.0.0) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.8](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.7...zbay@5.0.0-alpha.8) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.6...zbay@5.0.0-alpha.7) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.5...zbay@5.0.0-alpha.6) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.4...zbay@5.0.0-alpha.5) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.3...zbay@5.0.0-alpha.4) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.2...zbay@5.0.0-alpha.3) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.1...zbay@5.0.0-alpha.2) (2021-12-28) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.0...zbay@5.0.0-alpha.1) (2021-12-28) - -**Note:** Version bump only for package zbay - - - - - -# 5.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package zbay - - - - - -# [4.2.0] - WIP - -## Fix - -* Restored the functionality of sending and receiving messages - -# [4.1.0] 16 November 2021 - -## Changed - -* Added possibility to get back to join/create from username registration screen -* https://github.com/vue-electron/vuex-electron/issues/17 - the app will write to disk once a second, which should prevent windows defender from checking the file and changing the name. - -## Added - -* Close all backend services right before closing the app - -# [4.0.0] - -* Join and create community - -# [3.6.0] 27 August 2021 - -## Broke - -* Direct Messages - -## Changed - -* Plugged in @quiet/state-manager to handle connections. -* Changed containers test files from js to ts -* Refactored another chunk of containers to use hooks instead Hoc -* Simplified components by removing zcash relicts - -## Removed - -* Old Logic for handling Identity, Users, PublicChannels, Contacts and relevant tests - -# [3.5.1] 03 August 2021 - -## Fix - -* Restored links functionality. -* Channels are scrolled to bottom on channel change. - -# [3.5.0] - 30 July 2021 - -## Fix - -* Notifications for both dms and public channels - -## Changed - -* Contacts store is now storing DM contacts by nickname -* Direct Messages users are now stored by nickname -* Change direct messages channel path from channelId/nickname to nickname -* Keep halfKey in certificate -* Extract halfKey from certificate, dropped old orbitdb structure. -* Fetch users when fetching certificates - -## Removed - -* ResponseGetAvailableUsers saga -* GetAvailableUsers saga -* Initial messages from holmes - -## Added - -# [3.4.1] - 20 July 2021 - -## Fix - -* User registration - display spinner while waiting for server response - -## Changed - -* Backend version to 2.0.15 - fixes connecting to other peers - -# [3.4.0] - 16 July 2021 - -## Removed - -* Temporarly removed zcash functionality - -## Changed - -* Register user using registration service - -## Fixed - -* Show Holmes' welcome message - -# [3.3.0] - 08 July 2021 - -## Added - -* Register user's certificate, sign messages -* Display only trusted messages - -# [3.2.21] - 29 June 2021 - -## Fixed - -* closing zbay properly -* restore input -* do not proceed invalid messages - -# [3.2.21] - 29 June 2021 - -## Fixed - -* closing zbay properly -* restore input -* do not proceed invalid messages - -# [3.2.20] - 25 June 2021 - -### Changed - -* Ask for messages by id -* Reduced amount of cpu expensive crypto operations -* use id as key in storage - -### Added - -* new method sendIds in publicChannelSaga -* added new socket listener sendIds in socket.saga - -# [3.2.19] - 8 June 2021 - -### Changed -* Bump backend to 2.0.2, jest to 27.0.4, ts-jest to 27.0.3 -* Use backend's tor new API - -# [3.2.17] - 27 May 2021 - -### Fixed -* Built version can't import 'debug' in RPC.js file, remove the import for now - -# [3.2.16] - 26 May 2021 - -### Added -* Added logger - -# [3.2.15] - 25 May 2021 - -### Changed -* Channel input messages -* Fixed some minor bugs - -### Added -* Sagas for direct messages -* directMessages and backend handlers and selectors - -### Removed -* Part of old messaging logic - zcash, websockets/tor - -# [3.2.9] - 27 april 2021 - -### Changed -* Electron version: 12.0.2. - -### Removed -* Checkmarks in channel and contact messages. -* Posting offers. -* Snackbar notifications for new users. -* Initial screen for returning users and "Sign In" button for new users. -* "Add funds" tooltip. - -# [3.2.8] - 22 april 2021 - -### Changed -* Performance improvement - set pulled messages to store at once. -* Pull public channels only after websocket is initialized. - -# [3.2.7] - 14 april 2021 - -### Added -* Move to right channel or contact, when you click on OS notification. -* Pull public channels only after websocket is initialized - - -# [3.2.9] - 27 april 2021 - -### Changed - -* Electron version - -### Removed - -* Snackbar Notifications - -* Post offers - -* Continue button after app start +* Invite tab as default in settings diff --git a/packages/e2e-tests/CHANGELOG.md b/packages/e2e-tests/CHANGELOG.md index a40de9a683..2b3209af66 100644 --- a/packages/e2e-tests/CHANGELOG.md +++ b/packages/e2e-tests/CHANGELOG.md @@ -1,1484 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.2-alpha.1...e2e-tests@2.0.2-alpha.2) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package e2e-tests +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.2-alpha.0...e2e-tests@2.0.2-alpha.1) (2023-11-08) +[2.0.3-alpha.5] -**Note:** Version bump only for package e2e-tests +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.5...e2e-tests@2.0.2-alpha.0) (2023-10-26) +[2.0.3-alpha.0] -**Note:** Version bump only for package e2e-tests +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.4...e2e-tests@2.0.1-alpha.5) (2023-10-12) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package e2e-tests +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.3...e2e-tests@2.0.1-alpha.4) (2023-10-11) +* Change nickname for taken username +* Map messages sent before changing username -### Reverts +* Update registrar service to match new registration flow. -* Revert "Adjust project bootstrap scripts to be windows-friendly (#1870)" (#1937) ([0811ea3](https://github.com/TryQuiet/quiet/commit/0811ea3ea3f682dd763be72b12f626fe416bc036)), closes [#1870](https://github.com/TryQuiet/quiet/issues/1870) [#1937](https://github.com/TryQuiet/quiet/issues/1937) [#1870](https://github.com/TryQuiet/quiet/issues/1870) +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.2...e2e-tests@2.0.1-alpha.3) (2023-10-10) +* Added e2e test for user joining community when owner is offline. Improved e2e tests -**Note:** Version bump only for package e2e-tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.2...e2e-tests@2.0.1-alpha.2) (2023-10-09) +* Customize Launch Screen on iOS -**Note:** Version bump only for package e2e-tests +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. +* Fixed android stucking on username registration screen introduced in previous alpha. -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.0...e2e-tests@2.0.1-alpha.1) (2023-09-25) +* Added creator username to initial channel message. -**Note:** Version bump only for package e2e-tests +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR +* Labels for unregistered and duplicate usernames with modals +* Fixed LoadingPanel useEffect bug. -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.0-alpha.4...e2e-tests@2.0.1-alpha.0) (2023-09-25) +* Use csrs instead of certificates as a source of user data -**Note:** Version bump only for package e2e-tests +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.2...e2e-tests@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.0-alpha.3...e2e-tests@2.0.0-alpha.4) (2023-09-19) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.1...e2e-tests@2.0.0-alpha.3) (2023-09-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.0-alpha.1...e2e-tests@2.0.0-alpha.2) (2023-09-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.9.0-alpha.0...e2e-tests@2.0.0-alpha.1) (2023-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.9.0-alpha.0...e2e-tests@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.9.0-alpha.0](/compare/e2e-tests@1.8.0...e2e-tests@1.9.0-alpha.0) (2023-08-29) -## [1.8.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.2...e2e-tests@1.8.3) (2023-11-09) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.8.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.1...e2e-tests@1.8.2) (2023-09-25) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.8.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.0...e2e-tests@1.8.1) (2023-09-15) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.8.0](/compare/e2e-tests@1.8.0-alpha.0...e2e-tests@1.8.0) (2023-08-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.7.0...e2e-tests@1.8.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.6.1-alpha.1...e2e-tests@1.7.0) (2023-08-17) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.6.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.6.1-alpha.0...e2e-tests@1.6.1-alpha.1) (2023-08-11) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.6.0...e2e-tests@1.6.1-alpha.0) (2023-08-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.6.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.5.1-alpha.0...e2e-tests@1.6.0) (2023-07-28) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.5.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.5.0-alpha.0...e2e-tests@1.5.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.4.1-alpha.0...e2e-tests@1.5.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.4.0-alpha.1...e2e-tests@1.4.1-alpha.0) (2023-07-17) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.4.0-alpha.0...e2e-tests@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.3.1...e2e-tests@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.3.1-alpha.0...e2e-tests@1.3.1) (2023-06-13) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.3.0...e2e-tests@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.5...e2e-tests@1.3.0) (2023-06-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.4...e2e-tests@1.2.1-alpha.5) (2023-06-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.3...e2e-tests@1.2.1-alpha.4) (2023-05-25) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.2...e2e-tests@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.1...e2e-tests@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.0...e2e-tests@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0...e2e-tests@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.22...e2e-tests@1.2.0) (2023-04-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.21...e2e-tests@1.2.0-alpha.22) (2023-04-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.20...e2e-tests@1.2.0-alpha.21) (2023-04-12) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.14...e2e-tests@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.0...e2e-tests@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.1.0...e2e-tests@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.1.0-alpha.0...e2e-tests@1.1.0) (2023-03-20) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0...e2e-tests@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.21...e2e-tests@1.0.0) (2023-03-02) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.21](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.20...e2e-tests@1.0.0-alpha.21) (2023-03-02) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.20](/compare/e2e-tests@1.0.0-alpha.6...e2e-tests@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.5...e2e-tests@1.0.0-alpha.6) (2023-02-16) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.4...e2e-tests@1.0.0-alpha.5) (2023-02-15) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.3...e2e-tests@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.2...e2e-tests@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.1...e2e-tests@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.0...e2e-tests@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.15...e2e-tests@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.14...e2e-tests@0.19.19-alpha.15) (2023-02-08) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.13...e2e-tests@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.12...e2e-tests@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.5...e2e-tests@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.5...e2e-tests@0.19.19-alpha.6) (2023-02-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.4...e2e-tests@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.3...e2e-tests@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.2...e2e-tests@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.16-alpha.0...e2e-tests@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.15-alpha.0...e2e-tests@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.14-alpha.0...e2e-tests@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.13-alpha.0...e2e-tests@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.12-alpha.0...e2e-tests@0.19.13-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.11-alpha.0...e2e-tests@0.19.12-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.10-alpha.0...e2e-tests@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.9-alpha.0...e2e-tests@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.8-alpha.0...e2e-tests@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.7-alpha.0...e2e-tests@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.6-alpha.0...e2e-tests@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.5-alpha.0...e2e-tests@0.19.6-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.4-alpha.0...e2e-tests@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.3-alpha.0...e2e-tests@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.5-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.4-alpha.0...e2e-tests@0.18.5-alpha.0) (2023-01-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.4-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.3-alpha.0...e2e-tests@0.18.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.3-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.1-alpha.1...e2e-tests@0.18.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.1-alpha.1...e2e-tests@0.18.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.1-alpha.0...e2e-tests@0.18.1-alpha.1) (2023-01-14) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.0-alpha.1...e2e-tests@0.18.1-alpha.0) (2023-01-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.18.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.0-alpha.0...e2e-tests@0.18.0-alpha.1) (2023-01-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.18.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.17.0-alpha.1...e2e-tests@0.18.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.16.0...e2e-tests@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.16.0...e2e-tests@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.16.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.14.4...e2e-tests@0.16.0) (2022-12-19) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.14.4...e2e-tests@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.15.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.14.4...e2e-tests@0.15.0) (2022-12-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.14.4...e2e-tests@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.14.4...e2e-tests@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.4) (2022-11-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.3) (2022-11-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.2) (2022-11-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.1) (2022-11-21) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.0) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.13.0) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.12.0...e2e-tests@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.16...e2e-tests@0.12.0) (2022-10-31) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.11.3-alpha.13...e2e-tests@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.11.3-alpha.13...e2e-tests@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.11.3-alpha.13...e2e-tests@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.1...e2e-tests@0.11.2) (2022-09-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.11.0...e2e-tests@0.11.1) (2022-09-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.11.0) (2022-09-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.1-alpha.1...e2e-tests@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.0...e2e-tests@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.0...e2e-tests@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.5-alpha.5...e2e-tests@0.10.0) (2022-08-10) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.5](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.9.5-alpha.4...e2e-tests@0.9.5-alpha.5) (2022-08-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.5-alpha.3...e2e-tests@0.9.5-alpha.4) (2022-08-04) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.5-alpha.1...e2e-tests@0.9.5-alpha.3) (2022-08-04) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.5-alpha.1...e2e-tests@0.9.5-alpha.2) (2022-08-04) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.9.5-alpha.0...e2e-tests@0.9.5-alpha.1) (2022-08-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.2-alpha.0...e2e-tests@0.9.5-alpha.0) (2022-07-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.4-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.4-alpha.0...e2e-tests@0.9.4-alpha.1) (2022-07-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.3-alpha.0...e2e-tests@0.9.4-alpha.0) (2022-07-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.2-alpha.0...e2e-tests@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.1-alpha.0...e2e-tests@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.0-alpha.0...e2e-tests@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.2-alpha.0...e2e-tests@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.1-alpha.1...e2e-tests@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.8.1-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.1-alpha.1...e2e-tests@0.8.1-alpha.2) (2022-06-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.1-alpha.0...e2e-tests@0.8.1-alpha.1) (2022-06-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.0-alpha.0...e2e-tests@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.7.0-alpha.0...e2e-tests@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.7.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.7.0-alpha.0...e2e-tests@0.7.0-alpha.1) (2022-06-03) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.7.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.6.1-alpha.0...e2e-tests@0.7.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.6.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.6.0-alpha.0...e2e-tests@0.6.1-alpha.0) (2022-05-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.5.0-alpha.0...e2e-tests@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.5-alpha.0...e2e-tests@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.5-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.4-alpha.0...e2e-tests@0.4.5-alpha.0) (2022-04-20) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.3-alpha.0...e2e-tests@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.2-alpha.0...e2e-tests@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.3...e2e-tests@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.3...e2e-tests@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.2...e2e-tests@0.4.0-alpha.3) (2022-04-04) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.0...e2e-tests@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.0...e2e-tests@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.3.0-alpha.5...e2e-tests@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.3.0-alpha.5...e2e-tests@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.1.0-alpha.3...e2e-tests@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.1.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.1.0-alpha.2...e2e-tests@0.1.0-alpha.3) (2022-02-03) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.1.0-alpha.1...e2e-tests@0.1.0-alpha.2) (2022-01-27) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.1.0-alpha.0...e2e-tests@0.1.0-alpha.1) (2022-01-26) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@2.2.0-alpha.0...e2e-tests@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@2.1.0-alpha.0...e2e-tests@2.2.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@2.0.0-alpha.0...e2e-tests@2.1.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package e2e-tests - - - - - -# 2.0.0-alpha.0 (2022-01-24) - -**Note:** Version bump only for package e2e-tests +* Invite tab as default in settings diff --git a/packages/eslint-config-custom/CHANGELOG.md b/packages/eslint-config-custom/CHANGELOG.md index 33be6d2ccf..2b3209af66 100644 --- a/packages/eslint-config-custom/CHANGELOG.md +++ b/packages/eslint-config-custom/CHANGELOG.md @@ -1,104 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.4...@quiet/eslint-config@2.0.2-alpha.0) (2023-10-26) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/eslint-config +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.3...@quiet/eslint-config@2.0.1-alpha.4) (2023-10-12) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/eslint-config +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.2...@quiet/eslint-config@2.0.1-alpha.3) (2023-10-10) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/eslint-config +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.1...@quiet/eslint-config@2.0.1-alpha.2) (2023-10-09) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/eslint-config +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.0...@quiet/eslint-config@2.0.1-alpha.1) (2023-09-25) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/eslint-config +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.4.0-alpha.0...@quiet/eslint-config@2.0.1-alpha.0) (2023-09-25) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package @quiet/eslint-config +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.4.0-alpha.0...@quiet/eslint-config@2.0.0-alpha.18) (2023-10-04) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package @quiet/eslint-config +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -# [1.4.0-alpha.0](/compare/@quiet/eslint-config@1.3.0...@quiet/eslint-config@1.4.0-alpha.0) (2023-08-29) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package @quiet/eslint-config +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [1.3.0](/compare/@quiet/eslint-config@1.3.0-alpha.0...@quiet/eslint-config@1.3.0) (2023-08-28) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package @quiet/eslint-config +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [1.3.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.2.0...@quiet/eslint-config@1.3.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/eslint-config - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.1.0...@quiet/eslint-config@1.2.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/eslint-config - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.0.1-alpha.0...@quiet/eslint-config@1.1.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/eslint-config - - - - - -## 1.0.1-alpha.0 (2023-07-05) - -**Note:** Version bump only for package @quiet/eslint-config +* Invite tab as default in settings diff --git a/packages/identity/CHANGELOG.md b/packages/identity/CHANGELOG.md index 2dbbc800cc..2b3209af66 100644 --- a/packages/identity/CHANGELOG.md +++ b/packages/identity/CHANGELOG.md @@ -1,1137 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.2-alpha.1...@quiet/identity@2.0.2-alpha.2) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/identity +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.2-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.2-alpha.0...@quiet/identity@2.0.2-alpha.1) (2023-11-14) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/identity +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.4...@quiet/identity@2.0.2-alpha.0) (2023-10-26) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/identity +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.3...@quiet/identity@2.0.1-alpha.4) (2023-10-12) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/identity +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.2...@quiet/identity@2.0.1-alpha.3) (2023-10-10) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/identity +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.1...@quiet/identity@2.0.1-alpha.2) (2023-10-09) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package @quiet/identity +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -## [2.0.1-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.0...@quiet/identity@2.0.1-alpha.1) (2023-09-25) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package @quiet/identity +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -## [2.0.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.3...@quiet/identity@2.0.1-alpha.0) (2023-09-25) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package @quiet/identity +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [2.0.0-alpha.18](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.3...@quiet/identity@2.0.0-alpha.18) (2023-10-04) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package @quiet/identity +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [2.0.0-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.2...@quiet/identity@2.0.0-alpha.3) (2023-09-19) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.8.1...@quiet/identity@2.0.0-alpha.2) (2023-09-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.0...@quiet/identity@2.0.0-alpha.1) (2023-09-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.9.0-alpha.0...@quiet/identity@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.8.0...@quiet/identity@1.9.0-alpha.0) (2023-08-29) -## [1.8.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.8.0...@quiet/identity@1.8.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.8.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.8.0-alpha.0...@quiet/identity@1.8.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.8.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.7.0...@quiet/identity@1.8.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.7.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.6.0...@quiet/identity@1.7.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.6.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.5.1-alpha.0...@quiet/identity@1.6.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.5.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.5.0-alpha.0...@quiet/identity@1.5.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.4.0-alpha.1...@quiet/identity@1.5.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.4.0-alpha.0...@quiet/identity@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.3.1...@quiet/identity@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.3.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.3.1-alpha.0...@quiet/identity@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.3.0...@quiet/identity@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.3.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.1-alpha.3...@quiet/identity@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.1-alpha.2...@quiet/identity@1.2.1-alpha.3) (2023-05-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.1-alpha.1...@quiet/identity@1.2.1-alpha.2) (2023-05-10) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.1-alpha.0...@quiet/identity@1.2.1-alpha.1) (2023-04-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.0...@quiet/identity@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.2.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.0-alpha.21...@quiet/identity@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.0-alpha.20...@quiet/identity@1.2.0-alpha.21) (2023-04-12) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.1-alpha.0...@quiet/identity@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.0.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0...@quiet/identity@1.0.1-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.20...@quiet/identity@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.20](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.5...@quiet/identity@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.4...@quiet/identity@1.0.0-alpha.5) (2023-02-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.3...@quiet/identity@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.2...@quiet/identity@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.1...@quiet/identity@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.0...@quiet/identity@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.14...@quiet/identity@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.13...@quiet/identity@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.12...@quiet/identity@0.19.19-alpha.13) (2023-02-08) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.5...@quiet/identity@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.4...@quiet/identity@0.19.19-alpha.5) (2023-02-07) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.3...@quiet/identity@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.2...@quiet/identity@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.7-alpha.0...@quiet/identity@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.6-alpha.0...@quiet/identity@0.19.7-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.5-alpha.0...@quiet/identity@0.19.6-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.4-alpha.0...@quiet/identity@0.19.5-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.3-alpha.0...@quiet/identity@0.19.4-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.16.4-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.3-alpha.0...@quiet/identity@0.16.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.16.3-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.0-alpha.2...@quiet/identity@0.16.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.16.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.0-alpha.2...@quiet/identity@0.16.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.16.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.0-alpha.2...@quiet/identity@0.16.1-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.16.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.0-alpha.1...@quiet/identity@0.16.0-alpha.2) (2023-01-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.16.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.15.0...@quiet/identity@0.16.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.15.0...@quiet/identity@0.16.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.15.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.15.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.14.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.14.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.14.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.5-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.13.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.13.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.13.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.13.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.13.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.12.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.12.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.11.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.0...@quiet/identity@0.11.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.11.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.16...@quiet/identity@0.11.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.16](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.13...@quiet/identity@0.10.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.15](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.13...@quiet/identity@0.10.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.14](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.13...@quiet/identity@0.10.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.13](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.12](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.11](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.10](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.9](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.8](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.7](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.6](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.1...@quiet/identity@0.10.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.0...@quiet/identity@0.10.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.10.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.10.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.1-alpha.1...@quiet/identity@0.9.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.1-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.0...@quiet/identity@0.9.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.0...@quiet/identity@0.9.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.9.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.5...@quiet/identity@0.9.0) (2022-08-10) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.4...@quiet/identity@0.8.2-alpha.5) (2022-08-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.3...@quiet/identity@0.8.2-alpha.4) (2022-08-04) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.1...@quiet/identity@0.8.2-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.1...@quiet/identity@0.8.2-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.0...@quiet/identity@0.8.2-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.5.1-alpha.1...@quiet/identity@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.5.1-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.5.1-alpha.0...@quiet/identity@0.5.1-alpha.1) (2022-06-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.5.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.5.0-alpha.0...@quiet/identity@0.5.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.4.0-alpha.0...@quiet/identity@0.5.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.2-alpha.0...@quiet/identity@0.4.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.3.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.11...@quiet/identity@0.3.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.3.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.11...@quiet/identity@0.3.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.11](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.10...@quiet/identity@0.3.0-alpha.11) (2022-04-04) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.10](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.7...@quiet/identity@0.3.0-alpha.10) (2022-04-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.9](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.7...@quiet/identity@0.3.0-alpha.9) (2022-03-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.8](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.7...@quiet/identity@0.3.0-alpha.8) (2022-03-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.7](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.5...@quiet/identity@0.3.0-alpha.7) (2022-03-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.5...@quiet/identity@0.3.0-alpha.6) (2022-03-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.1.0-alpha.2...@quiet/identity@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.1.0-alpha.1...@quiet/identity@0.1.0-alpha.2) (2022-02-03) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.1.0-alpha.0...@quiet/identity@0.1.0-alpha.1) (2022-01-27) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@5.1.0-alpha.0...@quiet/identity@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -# 5.1.0-alpha.0 (2022-01-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [5.0.0-alpha.0](https://github.com/quiet/identity/compare/@quiet/identity@4.0.0...@quiet/identity@5.0.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [4.0.0](https://github.com/quiet/identity/compare/@quiet/identity@4.0.0-alpha.0...@quiet/identity@4.0.0) (2021-12-29) - -**Note:** Version bump only for package @quiet/identity - - - - - -# 4.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package @quiet/identity +* Invite tab as default in settings diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index d874888668..2b3209af66 100644 --- a/packages/integration-tests/CHANGELOG.md +++ b/packages/integration-tests/CHANGELOG.md @@ -1,1623 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.2-alpha.2...integration-tests@2.0.2-alpha.3) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package integration-tests +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.2-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.2-alpha.1...integration-tests@2.0.2-alpha.2) (2023-11-14) +[2.0.3-alpha.5] -**Note:** Version bump only for package integration-tests +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.2-alpha.0...integration-tests@2.0.2-alpha.1) (2023-11-13) +[2.0.3-alpha.0] -**Note:** Version bump only for package integration-tests +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.6...integration-tests@2.0.2-alpha.0) (2023-10-26) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package integration-tests +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.5...integration-tests@2.0.1-alpha.6) (2023-10-13) +* Change nickname for taken username -**Note:** Version bump only for package integration-tests +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.4...integration-tests@2.0.1-alpha.5) (2023-10-12) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package integration-tests +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.3...integration-tests@2.0.1-alpha.4) (2023-10-11) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package integration-tests +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.2...integration-tests@2.0.1-alpha.3) (2023-10-10) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package integration-tests +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.1...integration-tests@2.0.1-alpha.2) (2023-10-09) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package integration-tests +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.0...integration-tests@2.0.1-alpha.1) (2023-09-25) - -**Note:** Version bump only for package integration-tests - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.0-alpha.4...integration-tests@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.0-alpha.4...integration-tests@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.0-alpha.3...integration-tests@2.0.0-alpha.4) (2023-09-19) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@1.9.1...integration-tests@2.0.0-alpha.3) (2023-09-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@1.10.0-alpha.0...integration-tests@2.0.0-alpha.2) (2023-09-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.10.0-alpha.0...integration-tests@2.0.0-alpha.1) (2023-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.10.0-alpha.0...integration-tests@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.10.0-alpha.0](/compare/integration-tests@1.9.0...integration-tests@1.10.0-alpha.0) (2023-08-29) - - -## [1.9.2](https://github.com/TryQuiet/quiet/compare/integration-tests@1.9.1...integration-tests@1.9.2) (2023-11-09) - -**Note:** Version bump only for package integration-tests - -## [1.9.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.9.0...integration-tests@1.9.1) (2023-09-15) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.9.0](/compare/integration-tests@1.9.0-alpha.0...integration-tests@1.9.0) (2023-08-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.8.0...integration-tests@1.9.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.8.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.7.1-alpha.1...integration-tests@1.8.0) (2023-08-17) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.7.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.7.1-alpha.0...integration-tests@1.7.1-alpha.1) (2023-08-11) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.7.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.7.0...integration-tests@1.7.1-alpha.0) (2023-08-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.6.1-alpha.0...integration-tests@1.7.0) (2023-07-28) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.6.0-alpha.0...integration-tests@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.5.0-alpha.0...integration-tests@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.4.1-alpha.0...integration-tests@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.4.0-alpha.1...integration-tests@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.4.0-alpha.0...integration-tests@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.3.1...integration-tests@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.3.1-alpha.0...integration-tests@1.3.1) (2023-06-13) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.3.0...integration-tests@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.7...integration-tests@1.3.0) (2023-06-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.6...integration-tests@1.2.1-alpha.7) (2023-06-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.5...integration-tests@1.2.1-alpha.6) (2023-06-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.4...integration-tests@1.2.1-alpha.5) (2023-05-30) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.3...integration-tests@1.2.1-alpha.4) (2023-05-25) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.2...integration-tests@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.1...integration-tests@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.0...integration-tests@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0...integration-tests@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.24...integration-tests@1.2.0) (2023-04-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.24](/compare/integration-tests@1.2.0-alpha.23...integration-tests@1.2.0-alpha.24) (2023-04-17) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.22...integration-tests@1.2.0-alpha.23) (2023-04-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.21...integration-tests@1.2.0-alpha.22) (2023-04-12) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.20...integration-tests@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.14...integration-tests@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.0...integration-tests@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.1.1-alpha.0...integration-tests@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.1.1-alpha.0](/compare/integration-tests@1.1.0...integration-tests@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.1.0-alpha.1...integration-tests@1.1.0) (2023-03-20) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.1.0-alpha.0...integration-tests@1.1.0-alpha.1) (2023-03-15) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0...integration-tests@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.20...integration-tests@1.0.0) (2023-03-02) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.20](/compare/integration-tests@1.0.0-alpha.6...integration-tests@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.5...integration-tests@1.0.0-alpha.6) (2023-02-16) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.4...integration-tests@1.0.0-alpha.5) (2023-02-15) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.3...integration-tests@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.2...integration-tests@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.1...integration-tests@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.0...integration-tests@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.15...integration-tests@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.14...integration-tests@0.19.19-alpha.15) (2023-02-08) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.13...integration-tests@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.12...integration-tests@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.5...integration-tests@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.5...integration-tests@0.19.19-alpha.6) (2023-02-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.4...integration-tests@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.3...integration-tests@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.2...integration-tests@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.16-alpha.0...integration-tests@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.15-alpha.0...integration-tests@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.14-alpha.0...integration-tests@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.13-alpha.0...integration-tests@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.12-alpha.0...integration-tests@0.19.13-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.11-alpha.0...integration-tests@0.19.12-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.10-alpha.0...integration-tests@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.9-alpha.0...integration-tests@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.8-alpha.0...integration-tests@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.7-alpha.0...integration-tests@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.6-alpha.0...integration-tests@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.5-alpha.0...integration-tests@0.19.6-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.4-alpha.0...integration-tests@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.3-alpha.0...integration-tests@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.6-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.5-alpha.0...integration-tests@0.18.6-alpha.0) (2023-01-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.5-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.4-alpha.0...integration-tests@0.18.5-alpha.0) (2023-01-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.4-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.1-alpha.1...integration-tests@0.18.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.1-alpha.0...integration-tests@0.18.1-alpha.1) (2023-01-14) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.0-alpha.1...integration-tests@0.18.1-alpha.0) (2023-01-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.18.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.0-alpha.0...integration-tests@0.18.0-alpha.1) (2023-01-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.18.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.17.0-alpha.1...integration-tests@0.18.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.16.0...integration-tests@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.16.0...integration-tests@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.16.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.14.4...integration-tests@0.16.0) (2022-12-19) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.14.4...integration-tests@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.15.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.14.4...integration-tests@0.15.0) (2022-12-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.14.4...integration-tests@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.14.4...integration-tests@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.4) (2022-11-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.3) (2022-11-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.2) (2022-11-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.1) (2022-11-21) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.0) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.13.0) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.12.0...integration-tests@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.16...integration-tests@0.12.0) (2022-10-31) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.11.3-alpha.13...integration-tests@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.11.3-alpha.13...integration-tests@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.11.3-alpha.13...integration-tests@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.1...integration-tests@0.11.2) (2022-09-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.11.0...integration-tests@0.11.1) (2022-09-13) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.11.0) (2022-09-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.1-alpha.1...integration-tests@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.0...integration-tests@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.0...integration-tests@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.5-alpha.5...integration-tests@0.10.0) (2022-08-10) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.5](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.9.5-alpha.4...integration-tests@0.9.5-alpha.5) (2022-08-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.5-alpha.3...integration-tests@0.9.5-alpha.4) (2022-08-04) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.5-alpha.1...integration-tests@0.9.5-alpha.3) (2022-08-04) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.5-alpha.1...integration-tests@0.9.5-alpha.2) (2022-08-04) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.9.5-alpha.0...integration-tests@0.9.5-alpha.1) (2022-08-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.2-alpha.0...integration-tests@0.9.5-alpha.0) (2022-07-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.4-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.4-alpha.0...integration-tests@0.9.4-alpha.1) (2022-07-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.3-alpha.0...integration-tests@0.9.4-alpha.0) (2022-07-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.2-alpha.0...integration-tests@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.1-alpha.0...integration-tests@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.0-alpha.0...integration-tests@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.2-alpha.0...integration-tests@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.1-alpha.1...integration-tests@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.8.1-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.1-alpha.1...integration-tests@0.8.1-alpha.2) (2022-06-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.1-alpha.0...integration-tests@0.8.1-alpha.1) (2022-06-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.0-alpha.0...integration-tests@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.7.0-alpha.0...integration-tests@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.7.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.7.0-alpha.0...integration-tests@0.7.0-alpha.1) (2022-06-03) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.7.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.6.1-alpha.0...integration-tests@0.7.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.6.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.6.0-alpha.0...integration-tests@0.6.1-alpha.0) (2022-05-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.5.0-alpha.0...integration-tests@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.5-alpha.0...integration-tests@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.5-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.4-alpha.0...integration-tests@0.4.5-alpha.0) (2022-04-20) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.3-alpha.0...integration-tests@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.2-alpha.0...integration-tests@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.8...integration-tests@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.8...integration-tests@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.8](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.7...integration-tests@0.4.0-alpha.8) (2022-04-04) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.4...integration-tests@0.4.0-alpha.7) (2022-04-01) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.4...integration-tests@0.4.0-alpha.6) (2022-03-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.4...integration-tests@0.4.0-alpha.5) (2022-03-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.3...integration-tests@0.4.0-alpha.4) (2022-03-19) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.2...integration-tests@0.4.0-alpha.3) (2022-03-17) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.0...integration-tests@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.0...integration-tests@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.3.0-alpha.5...integration-tests@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.3.0-alpha.5...integration-tests@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.5...integration-tests@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.4...integration-tests@0.1.0-alpha.5) (2022-02-03) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.3...integration-tests@0.1.0-alpha.4) (2022-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.2...integration-tests@0.1.0-alpha.3) (2022-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.1...integration-tests@0.1.0-alpha.2) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.0...integration-tests@0.1.0-alpha.1) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.4.0-alpha.0...integration-tests@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.3.0-alpha.0...integration-tests@3.4.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.2.0-alpha.0...integration-tests@3.3.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.1.0-alpha.0...integration-tests@3.2.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.0.0-alpha.0...integration-tests@3.1.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.0.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@2.0.0...integration-tests@3.0.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@2.0.0-alpha.1...integration-tests@2.0.0) (2021-12-29) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@2.0.0-alpha.0...integration-tests@2.0.0-alpha.1) (2021-12-29) - -**Note:** Version bump only for package integration-tests - - - - - -# 2.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package integration-tests +* Invite tab as default in settings diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index b0593791d3..2b3209af66 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,928 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.4...@quiet/logger@2.0.2-alpha.0) (2023-10-26) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/logger +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.3...@quiet/logger@2.0.1-alpha.4) (2023-10-12) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/logger +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.2...@quiet/logger@2.0.1-alpha.3) (2023-10-10) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/logger +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.1...@quiet/logger@2.0.1-alpha.2) (2023-10-09) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/logger +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.0...@quiet/logger@2.0.1-alpha.1) (2023-09-25) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/logger +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.7.0-alpha.1...@quiet/logger@2.0.1-alpha.0) (2023-09-25) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package @quiet/logger +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.7.0-alpha.1...@quiet/logger@2.0.0-alpha.18) (2023-10-04) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package @quiet/logger +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -# [1.7.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.7.0-alpha.0...@quiet/logger@1.7.0-alpha.1) (2023-09-14) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package @quiet/logger +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [1.7.0-alpha.0](/compare/@quiet/logger@1.6.0...@quiet/logger@1.7.0-alpha.0) (2023-08-29) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package @quiet/logger +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [1.6.0](/compare/@quiet/logger@1.6.0-alpha.0...@quiet/logger@1.6.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.5.0...@quiet/logger@1.6.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.5.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.4.0...@quiet/logger@1.5.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.4.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.4.0-alpha.1...@quiet/logger@1.4.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.4.0-alpha.0...@quiet/logger@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.3.1...@quiet/logger@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.3.1-alpha.0...@quiet/logger@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.3.0...@quiet/logger@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.1-alpha.3...@quiet/logger@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.1-alpha.2...@quiet/logger@1.2.1-alpha.3) (2023-05-25) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.1-alpha.1...@quiet/logger@1.2.1-alpha.2) (2023-05-10) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.1-alpha.0...@quiet/logger@1.2.1-alpha.1) (2023-04-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.0...@quiet/logger@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.0-alpha.21...@quiet/logger@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.0-alpha.20...@quiet/logger@1.2.0-alpha.21) (2023-04-12) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.1-alpha.0...@quiet/logger@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.0.1-alpha.0](/compare/@quiet/logger@1.0.0...@quiet/logger@1.0.1-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.20...@quiet/logger@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.20](/compare/@quiet/logger@1.0.0-alpha.5...@quiet/logger@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.4...@quiet/logger@1.0.0-alpha.5) (2023-02-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.3...@quiet/logger@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.2...@quiet/logger@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.1...@quiet/logger@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.0...@quiet/logger@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.14...@quiet/logger@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.13...@quiet/logger@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.12...@quiet/logger@0.19.19-alpha.13) (2023-02-08) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.5...@quiet/logger@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.4...@quiet/logger@0.19.19-alpha.5) (2023-02-07) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.3...@quiet/logger@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.2...@quiet/logger@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.7-alpha.0...@quiet/logger@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.6-alpha.0...@quiet/logger@0.19.7-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.5-alpha.0...@quiet/logger@0.19.6-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.4-alpha.0...@quiet/logger@0.19.5-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.3-alpha.0...@quiet/logger@0.19.4-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.16.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.3-alpha.0...@quiet/logger@0.16.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.16.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.0-alpha.2...@quiet/logger@0.16.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.16.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.0-alpha.2...@quiet/logger@0.16.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.16.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.0-alpha.2...@quiet/logger@0.16.1-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.16.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.0-alpha.1...@quiet/logger@0.16.0-alpha.2) (2023-01-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.16.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.15.0...@quiet/logger@0.16.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.15.0...@quiet/logger@0.16.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.15.0](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.13.4...@quiet/logger@0.15.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.13.4...@quiet/logger@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.13.4...@quiet/logger@0.14.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.13.4...@quiet/logger@0.14.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.13.4...@quiet/logger@0.13.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.13.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.13.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.13.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.12.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.11.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.11.0...@quiet/logger@0.11.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.16...@quiet/logger@0.11.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.10.3-alpha.13...@quiet/logger@0.10.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.10.3-alpha.13...@quiet/logger@0.10.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.10.3-alpha.13...@quiet/logger@0.10.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.1...@quiet/logger@0.10.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.1](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.10.0...@quiet/logger@0.10.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.10.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.1-alpha.1...@quiet/logger@0.9.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.0...@quiet/logger@0.9.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.0...@quiet/logger@0.9.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.9.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.8.2-alpha.4...@quiet/logger@0.9.0) (2022-08-10) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.8.2-alpha.3...@quiet/logger@0.8.2-alpha.4) (2022-08-04) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.8.2-alpha.1...@quiet/logger@0.8.2-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.8.2-alpha.1...@quiet/logger@0.8.2-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.8.2-alpha.0...@quiet/logger@0.8.2-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.2.0-alpha.0...@quiet/logger@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.2.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.2.0-alpha.0...@quiet/logger@0.2.0-alpha.1) (2022-06-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.1.2-alpha.0...@quiet/logger@0.2.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.1.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.1.0-alpha.4...@quiet/logger@0.1.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.1.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.1.0-alpha.4...@quiet/logger@0.1.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.1.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.1.0-alpha.3...@quiet/logger@0.1.0-alpha.4) (2022-04-04) - -**Note:** Version bump only for package @quiet/logger - - - - - -# 0.1.0-alpha.3 (2022-04-01) - -**Note:** Version bump only for package @quiet/logger - - - - - -# 0.1.0-alpha.2 (2022-03-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# 0.1.0-alpha.1 (2022-03-25) - -**Note:** Version bump only for package @quiet/logger +* Invite tab as default in settings diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 67495aea83..2b3209af66 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,2069 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.10...@quiet/mobile@2.0.3-alpha.11) (2023-11-24) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/mobile +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.9...@quiet/mobile@2.0.3-alpha.10) (2023-11-24) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/mobile +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.8...@quiet/mobile@2.0.3-alpha.9) (2023-11-22) +[2.0.3-alpha.0] +* Filter CSRs - remove old csrs and replace with new for each pubkey -### Features +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name -* trigger lerna ([4ca8195](https://github.com/TryQuiet/quiet/commit/4ca81958c57e88f172e0d78f055e9008a5a4a90a)) +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile +* Removed registration attempts selector and corresponding usage. +* Revert adjusting bootstrap scripts for developing on Windows -## [2.0.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.7...@quiet/mobile@2.0.3-alpha.8) (2023-11-22) +* Channel input - replaced ContentEditable with textarea -**Note:** Version bump only for package @quiet/mobile +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile +* Change nickname for taken username +* Map messages sent before changing username -## [2.0.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.6...@quiet/mobile@2.0.3-alpha.7) (2023-11-21) +* Update registrar service to match new registration flow. -**Note:** Version bump only for package @quiet/mobile +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs -## [2.0.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.5...@quiet/mobile@2.0.3-alpha.6) (2023-11-14) +* Added e2e test for user joining community when owner is offline. Improved e2e tests -**Note:** Version bump only for package @quiet/mobile +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] -## [2.0.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.4...@quiet/mobile@2.0.3-alpha.5) (2023-11-14) +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). -### Bug Fixes +* Replaced greying out inputs with splash screen on joining/creating screens. -* font in input validation and hint from 10px to 14px ([a3ce5cb](https://github.com/TryQuiet/quiet/commit/a3ce5cb76603042294685e3ad9ca82088a0d7561)) +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. -## [2.0.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.3...@quiet/mobile@2.0.3-alpha.4) (2023-11-13) -## [1.10.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.9...@quiet/mobile@1.10.10) (2023-11-09) +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -### Features +* Labels for unregistered and duplicate usernames with modals -* bump versionCode ([104c656](https://github.com/TryQuiet/quiet/commit/104c6569805efecffcc23a801a8ba91a352966fe)) -* bump versionCode ([08af810](https://github.com/TryQuiet/quiet/commit/08af81032b533beaea800cf1fd53035616c9d5d8)) +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -## [2.0.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.2...@quiet/mobile@2.0.3-alpha.3) (2023-11-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.1...@quiet/mobile@2.0.3-alpha.2) (2023-11-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.0...@quiet/mobile@2.0.3-alpha.1) (2023-11-08) - - -### Bug Fixes - -* fix UI ([#2021](https://github.com/TryQuiet/quiet/issues/2021)) ([0aac01d](https://github.com/TryQuiet/quiet/commit/0aac01da5a02c2ebef6839a7ab4542b99896df68)) -* mobile popup back button ([#2023](https://github.com/TryQuiet/quiet/issues/2023)) ([b0c6e2d](https://github.com/TryQuiet/quiet/commit/b0c6e2d13f287124c52eec3ec85c07e80e2b057b)) - - - - - -## [2.0.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.2-alpha.0...@quiet/mobile@2.0.3-alpha.0) (2023-10-26) - - -### Features - -* version code 366 ([cebf886](https://github.com/TryQuiet/quiet/commit/cebf886aee2c4ec6e0ef4e66219d9dc0afecb98c)) - - - - - -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.7...@quiet/mobile@2.0.2-alpha.0) (2023-10-26) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.6...@quiet/mobile@2.0.1-alpha.7) (2023-10-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.5...@quiet/mobile@2.0.1-alpha.6) (2023-10-13) - - -### Bug Fixes - -* fallback to gradle.properties for ndk path ([#1960](https://github.com/TryQuiet/quiet/issues/1960)) ([a1d341c](https://github.com/TryQuiet/quiet/commit/a1d341c9257d3fee93678655741d2ef7eb101c6c)) - - - - - -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.4...@quiet/mobile@2.0.1-alpha.5) (2023-10-12) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.3...@quiet/mobile@2.0.1-alpha.4) (2023-10-11) - - -### Reverts - -* Revert "Adjust project bootstrap scripts to be windows-friendly (#1870)" (#1937) ([0811ea3](https://github.com/TryQuiet/quiet/commit/0811ea3ea3f682dd763be72b12f626fe416bc036)), closes [#1870](https://github.com/TryQuiet/quiet/issues/1870) [#1937](https://github.com/TryQuiet/quiet/issues/1937) [#1870](https://github.com/TryQuiet/quiet/issues/1870) - - - - - -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.2...@quiet/mobile@2.0.1-alpha.3) (2023-10-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.8...@quiet/mobile@2.0.1-alpha.2) (2023-10-09) - - -### Bug Fixes - -* typo in function name ([7e00db1](https://github.com/TryQuiet/quiet/commit/7e00db1eb8d868cfe6682a1fa75f7e90b3a496bb)) - - -### Reverts - -* Revert "Match designs for mobile chat input (#1841)" ([e57fbca](https://github.com/TryQuiet/quiet/commit/e57fbcadcc51995c0360ee3b7b7fba201f4a9605)), closes [#1841](https://github.com/TryQuiet/quiet/issues/1841) - - - - - -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.0...@quiet/mobile@2.0.1-alpha.1) (2023-09-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.15...@quiet/mobile@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.20...@quiet/mobile@2.0.0-alpha.21) (2023-10-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.19...@quiet/mobile@2.0.0-alpha.20) (2023-10-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.19](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.18...@quiet/mobile@2.0.0-alpha.19) (2023-10-04) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.8...@quiet/mobile@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.15](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.14...@quiet/mobile@2.0.0-alpha.15) (2023-09-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.13...@quiet/mobile@2.0.0-alpha.14) (2023-09-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.12...@quiet/mobile@2.0.0-alpha.13) (2023-09-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.11...@quiet/mobile@2.0.0-alpha.12) (2023-09-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.10...@quiet/mobile@2.0.0-alpha.11) (2023-09-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.9...@quiet/mobile@2.0.0-alpha.10) (2023-09-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.5...@quiet/mobile@2.0.0-alpha.9) (2023-09-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.7...@quiet/mobile@2.0.0-alpha.8) (2023-09-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.6...@quiet/mobile@2.0.0-alpha.7) (2023-09-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.5...@quiet/mobile@2.0.0-alpha.6) (2023-09-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.4...@quiet/mobile@2.0.0-alpha.5) (2023-09-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.3...@quiet/mobile@2.0.0-alpha.4) (2023-09-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.2...@quiet/mobile@2.0.0-alpha.3) (2023-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.1...@quiet/mobile@2.0.0-alpha.2) (2023-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.0...@quiet/mobile@2.0.0-alpha.1) (2023-09-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.11.0-alpha.0...@quiet/mobile@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.11.0-alpha.0](/compare/@quiet/mobile@1.10.0...@quiet/mobile@1.11.0-alpha.0) (2023-08-29) -## [1.10.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.8...@quiet/mobile@1.10.9) (2023-11-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.7...@quiet/mobile@1.10.8) (2023-10-03) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.6...@quiet/mobile@1.10.7) (2023-10-03) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.5...@quiet/mobile@1.10.6) (2023-09-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.4...@quiet/mobile@1.10.5) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.3...@quiet/mobile@1.10.4) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.2...@quiet/mobile@1.10.3) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.1...@quiet/mobile@1.10.2) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.0...@quiet/mobile@1.10.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.10.0](/compare/@quiet/mobile@1.10.0-alpha.0...@quiet/mobile@1.10.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.10.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.9.0...@quiet/mobile@1.10.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.9.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.1-alpha.3...@quiet/mobile@1.9.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.8.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.1-alpha.2...@quiet/mobile@1.8.1-alpha.3) (2023-08-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.8.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.1-alpha.1...@quiet/mobile@1.8.1-alpha.2) (2023-08-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.1-alpha.0...@quiet/mobile@1.8.1-alpha.1) (2023-08-08) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.0...@quiet/mobile@1.8.1-alpha.0) (2023-08-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.8.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.6.1-alpha.0...@quiet/mobile@1.8.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.6.1-alpha.0...@quiet/mobile@1.7.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.6.0-alpha.0...@quiet/mobile@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.5.0-alpha.0...@quiet/mobile@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.2-alpha.1...@quiet/mobile@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.2-alpha.0...@quiet/mobile@1.4.2-alpha.1) (2023-07-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.1-alpha.2...@quiet/mobile@1.4.2-alpha.0) (2023-07-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.1-alpha.2](/compare/@quiet/mobile@1.4.1-alpha.1...@quiet/mobile@1.4.1-alpha.2) (2023-07-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.1-alpha.0...@quiet/mobile@1.4.1-alpha.1) (2023-07-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.6...@quiet/mobile@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.5...@quiet/mobile@1.4.0-alpha.6) (2023-07-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.4...@quiet/mobile@1.4.0-alpha.5) (2023-06-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.3...@quiet/mobile@1.4.0-alpha.4) (2023-06-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.2...@quiet/mobile@1.4.0-alpha.3) (2023-06-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.1...@quiet/mobile@1.4.0-alpha.2) (2023-06-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.0...@quiet/mobile@1.4.0-alpha.1) (2023-06-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.3.1...@quiet/mobile@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.3.1-alpha.0...@quiet/mobile@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.3.0...@quiet/mobile@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.11...@quiet/mobile@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.10...@quiet/mobile@1.2.1-alpha.11) (2023-06-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.9...@quiet/mobile@1.2.1-alpha.10) (2023-06-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.8...@quiet/mobile@1.2.1-alpha.9) (2023-05-30) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.7...@quiet/mobile@1.2.1-alpha.8) (2023-05-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.6...@quiet/mobile@1.2.1-alpha.7) (2023-05-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.5...@quiet/mobile@1.2.1-alpha.6) (2023-05-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.4...@quiet/mobile@1.2.1-alpha.5) (2023-05-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.3...@quiet/mobile@1.2.1-alpha.4) (2023-05-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.2...@quiet/mobile@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.1...@quiet/mobile@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.0...@quiet/mobile@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0...@quiet/mobile@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.29...@quiet/mobile@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.29](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.28...@quiet/mobile@1.2.0-alpha.29) (2023-04-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.28](/compare/@quiet/mobile@1.2.0-alpha.27...@quiet/mobile@1.2.0-alpha.28) (2023-04-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.27](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.26...@quiet/mobile@1.2.0-alpha.27) (2023-04-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.26](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.25...@quiet/mobile@1.2.0-alpha.26) (2023-04-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.25](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.24...@quiet/mobile@1.2.0-alpha.25) (2023-04-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.24](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.23...@quiet/mobile@1.2.0-alpha.24) (2023-04-12) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.22...@quiet/mobile@1.2.0-alpha.23) (2023-04-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.21...@quiet/mobile@1.2.0-alpha.22) (2023-04-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.20...@quiet/mobile@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.14...@quiet/mobile@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.1...@quiet/mobile@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.0...@quiet/mobile@1.2.0-alpha.1) (2023-03-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.1.1-alpha.0...@quiet/mobile@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.1.1-alpha.0](/compare/@quiet/mobile@1.1.0...@quiet/mobile@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.1.0-alpha.2...@quiet/mobile@1.1.0) (2023-03-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.1.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.1.0-alpha.1...@quiet/mobile@1.1.0-alpha.2) (2023-03-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.1.0-alpha.0...@quiet/mobile@1.1.0-alpha.1) (2023-03-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0...@quiet/mobile@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.21...@quiet/mobile@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.20...@quiet/mobile@1.0.0-alpha.21) (2023-03-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.20](/compare/@quiet/mobile@1.0.0-alpha.11...@quiet/mobile@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.10...@quiet/mobile@1.0.0-alpha.11) (2023-02-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.9...@quiet/mobile@1.0.0-alpha.10) (2023-02-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.8...@quiet/mobile@1.0.0-alpha.9) (2023-02-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.7...@quiet/mobile@1.0.0-alpha.8) (2023-02-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.6...@quiet/mobile@1.0.0-alpha.7) (2023-02-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.5...@quiet/mobile@1.0.0-alpha.6) (2023-02-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.4...@quiet/mobile@1.0.0-alpha.5) (2023-02-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.3...@quiet/mobile@1.0.0-alpha.4) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.2...@quiet/mobile@1.0.0-alpha.3) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.1...@quiet/mobile@1.0.0-alpha.2) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.0...@quiet/mobile@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.19...@quiet/mobile@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.19](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.18...@quiet/mobile@0.19.19-alpha.19) (2023-02-08) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.17...@quiet/mobile@0.19.19-alpha.18) (2023-02-08) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.17](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.16...@quiet/mobile@0.19.19-alpha.17) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.16](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.15...@quiet/mobile@0.19.19-alpha.16) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.14...@quiet/mobile@0.19.19-alpha.15) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.13...@quiet/mobile@0.19.19-alpha.14) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.12...@quiet/mobile@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.9...@quiet/mobile@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.9...@quiet/mobile@0.19.19-alpha.10) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.8...@quiet/mobile@0.19.19-alpha.9) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.7...@quiet/mobile@0.19.19-alpha.8) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.6...@quiet/mobile@0.19.19-alpha.7) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.5...@quiet/mobile@0.19.19-alpha.6) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.4...@quiet/mobile@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.3...@quiet/mobile@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.2...@quiet/mobile@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.16-alpha.0...@quiet/mobile@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.15-alpha.0...@quiet/mobile@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.14-alpha.0...@quiet/mobile@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.13-alpha.0...@quiet/mobile@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.12-alpha.0...@quiet/mobile@0.19.13-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.11-alpha.0...@quiet/mobile@0.19.12-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.10-alpha.0...@quiet/mobile@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.9-alpha.0...@quiet/mobile@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.8-alpha.0...@quiet/mobile@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.7-alpha.0...@quiet/mobile@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.6-alpha.0...@quiet/mobile@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.5-alpha.0...@quiet/mobile@0.19.6-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.4-alpha.0...@quiet/mobile@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.3-alpha.0...@quiet/mobile@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.5) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.4) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.3) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.12.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.11.0-alpha.1...@quiet/mobile@0.12.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.11.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.10.0...@quiet/mobile@0.11.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.11.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.10.0...@quiet/mobile@0.11.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.10.0](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.8.5...@quiet/mobile@0.10.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.10.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.10.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.9.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.9.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.9.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.8.5) (2022-12-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.8.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.8.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.8.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.8.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.7.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.7.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.6.0...@quiet/mobile@0.7.0-alpha.3) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.6.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.16...@quiet/mobile@0.6.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.3-alpha.13...@quiet/mobile@0.5.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.3-alpha.13...@quiet/mobile@0.5.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.3-alpha.13...@quiet/mobile@0.5.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.1...@quiet/mobile@0.5.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.0...@quiet/mobile@0.5.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.29](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.29) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.28](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.28) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.27](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.27) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.26](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.26) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.25](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.25) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.24](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.24) (2022-09-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.23](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.23) (2022-08-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.22](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.22) (2022-08-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.21) (2022-08-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.20) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.19](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.19) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.18) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.17](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.17) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.16](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.16) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.15](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.15) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.14) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.13) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.12) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.11) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.10) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.9) (2022-08-19) - - -### Reverts - -* Revert "Dummy change" ([b831c92](https://github.com/TryQuiet/quiet/commit/b831c9262c39d68affaf9ba8b84c994417d7d5dd)) - - - - - -# [0.5.0-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.8) (2022-08-19) - - -### Reverts - -* Revert "Dummy change" ([b831c92](https://github.com/TryQuiet/quiet/commit/b831c9262c39d68affaf9ba8b84c994417d7d5dd)) - - - - - -# [0.5.0-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.7) (2022-08-19) - - -### Reverts - -* Revert "Dummy change" ([b831c92](https://github.com/TryQuiet/quiet/commit/b831c9262c39d68affaf9ba8b84c994417d7d5dd)) - - - - - -# [0.5.0-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.4...@quiet/mobile@0.5.0-alpha.6) (2022-08-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.4...@quiet/mobile@0.5.0-alpha.5) (2022-08-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.0-alpha.3...@quiet/mobile@0.5.0-alpha.4) (2022-08-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.1...@quiet/mobile@0.5.0-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.1...@quiet/mobile@0.5.0-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.0-alpha.0...@quiet/mobile@0.5.0-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.4.0-alpha.3...@quiet/mobile@0.5.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.3...@quiet/mobile@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.3...@quiet/mobile@0.4.0-alpha.5) (2022-03-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.3...@quiet/mobile@0.4.0-alpha.4) (2022-03-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.2...@quiet/mobile@0.4.0-alpha.3) (2022-03-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.0...@quiet/mobile@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.0...@quiet/mobile@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.3.0-alpha.5...@quiet/mobile@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.3.0-alpha.5...@quiet/mobile@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.2.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.2...@quiet/mobile@0.2.0-alpha.3) (2022-02-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.2.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.0...@quiet/mobile@0.2.0-alpha.2) (2022-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.2.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.0...@quiet/mobile@0.2.0-alpha.1) (2022-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# 0.2.0-alpha.0 (2022-02-09) - - -### Reverts - -* Revert "Linked react-native-config with iOS project" ([14b1bfc](https://github.com/TryQuiet/monorepo/commit/14b1bfcbfd0497a1e2f463e71128d164f11ce89b)) +* Invite tab as default in settings diff --git a/packages/state-manager/CHANGELOG.md b/packages/state-manager/CHANGELOG.md index 37fbf53566..2b3209af66 100644 --- a/packages/state-manager/CHANGELOG.md +++ b/packages/state-manager/CHANGELOG.md @@ -1,1464 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.2-alpha.2...@quiet/state-manager@2.0.2-alpha.3) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. -## [2.0.2-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.2-alpha.1...@quiet/state-manager@2.0.2-alpha.2) (2023-11-14) +* Fix: dial new peers on CSRs replication -**Note:** Version bump only for package @quiet/state-manager +[2.0.3-alpha.5] +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.2-alpha.0...@quiet/state-manager@2.0.2-alpha.1) (2023-11-13) +* Temporarily hiding leave community button from Possible impersonation attack +[2.0.3-alpha.0] -### Features +* Filter CSRs - remove old csrs and replace with new for each pubkey -* add debug logs ([#2057](https://github.com/TryQuiet/quiet/issues/2057)) ([aa3e777](https://github.com/TryQuiet/quiet/commit/aa3e777778b0861d5f96e6116bfc70031ed67929)) +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile +* Removed registration attempts selector and corresponding usage. -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.6...@quiet/state-manager@2.0.2-alpha.0) (2023-10-26) +* Revert adjusting bootstrap scripts for developing on Windows -**Note:** Version bump only for package @quiet/state-manager +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile +* Change nickname for taken username -## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.5...@quiet/state-manager@2.0.1-alpha.6) (2023-10-13) +* Map messages sent before changing username -**Note:** Version bump only for package @quiet/state-manager +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.4...@quiet/state-manager@2.0.1-alpha.5) (2023-10-12) +* Running Chromatic tests for forked PRs -**Note:** Version bump only for package @quiet/state-manager +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.3...@quiet/state-manager@2.0.1-alpha.4) (2023-10-11) +[2.0.0-alpha.11] -**Note:** Version bump only for package @quiet/state-manager +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.2...@quiet/state-manager@2.0.1-alpha.3) (2023-10-10) +* Fixed android stucking on username registration screen introduced in previous alpha. -**Note:** Version bump only for package @quiet/state-manager +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR +* Labels for unregistered and duplicate usernames with modals -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.1...@quiet/state-manager@2.0.1-alpha.2) (2023-10-09) +* Fixed LoadingPanel useEffect bug. -**Note:** Version bump only for package @quiet/state-manager +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. - -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.0...@quiet/state-manager@2.0.1-alpha.1) (2023-09-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.4...@quiet/state-manager@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.4...@quiet/state-manager@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.3...@quiet/state-manager@2.0.0-alpha.4) (2023-09-19) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.9.1...@quiet/state-manager@2.0.0-alpha.3) (2023-09-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.1...@quiet/state-manager@2.0.0-alpha.2) (2023-09-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.0...@quiet/state-manager@2.0.0-alpha.1) (2023-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.10.0-alpha.0...@quiet/state-manager@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.10.0-alpha.0](/compare/@quiet/state-manager@1.9.0...@quiet/state-manager@1.10.0-alpha.0) (2023-08-29) - - -## [1.9.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.9.1...@quiet/state-manager@1.9.2) (2023-11-09) - -**Note:** Version bump only for package @quiet/state-manager - - -## [1.9.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.9.0...@quiet/state-manager@1.9.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.9.0](/compare/@quiet/state-manager@1.9.0-alpha.0...@quiet/state-manager@1.9.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.8.0...@quiet/state-manager@1.9.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.8.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.7.1-alpha.1...@quiet/state-manager@1.8.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.7.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.7.1-alpha.0...@quiet/state-manager@1.7.1-alpha.1) (2023-08-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.7.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.6.1-alpha.0...@quiet/state-manager@1.7.1-alpha.0) (2023-08-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.6.1-alpha.0...@quiet/state-manager@1.7.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.6.0-alpha.0...@quiet/state-manager@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.5.0-alpha.0...@quiet/state-manager@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.4.1-alpha.0...@quiet/state-manager@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.4.0-alpha.1...@quiet/state-manager@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.4.0-alpha.0...@quiet/state-manager@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.3.1...@quiet/state-manager@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.3.1-alpha.0...@quiet/state-manager@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.3.0...@quiet/state-manager@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.7...@quiet/state-manager@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.6...@quiet/state-manager@1.2.1-alpha.7) (2023-06-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.5...@quiet/state-manager@1.2.1-alpha.6) (2023-06-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.4...@quiet/state-manager@1.2.1-alpha.5) (2023-05-30) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.3...@quiet/state-manager@1.2.1-alpha.4) (2023-05-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.2...@quiet/state-manager@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.1...@quiet/state-manager@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.0...@quiet/state-manager@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0...@quiet/state-manager@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.24...@quiet/state-manager@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.24](/compare/@quiet/state-manager@1.2.0-alpha.23...@quiet/state-manager@1.2.0-alpha.24) (2023-04-17) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.22...@quiet/state-manager@1.2.0-alpha.23) (2023-04-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.21...@quiet/state-manager@1.2.0-alpha.22) (2023-04-12) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.20...@quiet/state-manager@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.14...@quiet/state-manager@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.0...@quiet/state-manager@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.1.1-alpha.0...@quiet/state-manager@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.1.1-alpha.0](/compare/@quiet/state-manager@1.1.0...@quiet/state-manager@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.1.0-alpha.1...@quiet/state-manager@1.1.0) (2023-03-20) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.1.0-alpha.0...@quiet/state-manager@1.1.0-alpha.1) (2023-03-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0...@quiet/state-manager@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.20...@quiet/state-manager@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.20](/compare/@quiet/state-manager@1.0.0-alpha.5...@quiet/state-manager@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.4...@quiet/state-manager@1.0.0-alpha.5) (2023-02-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.3...@quiet/state-manager@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.2...@quiet/state-manager@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.1...@quiet/state-manager@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.0...@quiet/state-manager@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.14...@quiet/state-manager@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.13...@quiet/state-manager@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.12...@quiet/state-manager@0.19.19-alpha.13) (2023-02-08) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.5...@quiet/state-manager@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.4...@quiet/state-manager@0.19.19-alpha.5) (2023-02-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.3...@quiet/state-manager@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.2...@quiet/state-manager@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.7-alpha.0...@quiet/state-manager@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.6-alpha.0...@quiet/state-manager@0.19.7-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.5-alpha.0...@quiet/state-manager@0.19.6-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.4-alpha.0...@quiet/state-manager@0.19.5-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.3-alpha.0...@quiet/state-manager@0.19.4-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.17.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.3-alpha.0...@quiet/state-manager@0.17.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.17.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.0-alpha.2...@quiet/state-manager@0.17.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.17.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.0-alpha.2...@quiet/state-manager@0.17.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.17.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.0-alpha.2...@quiet/state-manager@0.17.1-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.17.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.0-alpha.1...@quiet/state-manager@0.17.0-alpha.2) (2023-01-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.16.0...@quiet/state-manager@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.16.0...@quiet/state-manager@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.16.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.16.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.15.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.15.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.13.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.12.0...@quiet/state-manager@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.16...@quiet/state-manager@0.12.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.11.3-alpha.13...@quiet/state-manager@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.11.3-alpha.13...@quiet/state-manager@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.11.3-alpha.13...@quiet/state-manager@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.1...@quiet/state-manager@0.11.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.11.0...@quiet/state-manager@0.11.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.11.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.1-alpha.1...@quiet/state-manager@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.0...@quiet/state-manager@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.0...@quiet/state-manager@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.5-alpha.5...@quiet/state-manager@0.10.0) (2022-08-10) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.9.5-alpha.4...@quiet/state-manager@0.9.5-alpha.5) (2022-08-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.5-alpha.3...@quiet/state-manager@0.9.5-alpha.4) (2022-08-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.5-alpha.1...@quiet/state-manager@0.9.5-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.5-alpha.1...@quiet/state-manager@0.9.5-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.9.5-alpha.0...@quiet/state-manager@0.9.5-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.2-alpha.0...@quiet/state-manager@0.9.5-alpha.0) (2022-07-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.4-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.4-alpha.0...@quiet/state-manager@0.9.4-alpha.1) (2022-07-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.3-alpha.0...@quiet/state-manager@0.9.4-alpha.0) (2022-07-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.2-alpha.0...@quiet/state-manager@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.1-alpha.0...@quiet/state-manager@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.0-alpha.0...@quiet/state-manager@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.2-alpha.0...@quiet/state-manager@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.1-alpha.0...@quiet/state-manager@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.1-alpha.0...@quiet/state-manager@0.8.1-alpha.1) (2022-06-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.0-alpha.0...@quiet/state-manager@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.7.0-alpha.0...@quiet/state-manager@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# 0.7.0-alpha.0 (2022-06-03) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.5.0-alpha.0...@quiet/state-manager@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.4-alpha.0...@quiet/state-manager@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.3-alpha.0...@quiet/state-manager@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.2-alpha.0...@quiet/state-manager@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.7...@quiet/state-manager@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.7...@quiet/state-manager@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.6...@quiet/state-manager@0.4.0-alpha.7) (2022-04-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.3...@quiet/state-manager@0.4.0-alpha.6) (2022-04-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.3...@quiet/state-manager@0.4.0-alpha.5) (2022-03-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.3...@quiet/state-manager@0.4.0-alpha.4) (2022-03-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.2...@quiet/state-manager@0.4.0-alpha.3) (2022-03-17) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.0...@quiet/state-manager@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.0...@quiet/state-manager@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.3.0-alpha.5...@quiet/state-manager@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.3.0-alpha.5...@quiet/state-manager@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.1.0-alpha.2...@quiet/state-manager@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.1.0-alpha.1...@quiet/state-manager@0.1.0-alpha.2) (2022-02-03) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.1.0-alpha.0...@quiet/state-manager@0.1.0-alpha.1) (2022-01-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@3.2.0-alpha.0...@quiet/state-manager@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [3.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@3.1.0-alpha.0...@quiet/state-manager@3.2.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# 3.1.0-alpha.0 (2022-01-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [3.0.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@2.0.0...@quiet/state-manager@3.0.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@2.0.0-alpha.1...@quiet/state-manager@2.0.0) (2021-12-29) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@2.0.0-alpha.0...@quiet/state-manager@2.0.0-alpha.1) (2021-12-29) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# 2.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - - -## [Unreleased] - -### Changed - -* Changes integration test to run with jest - -## [1.16.0] - -### Added - -* Create Network action - -### Changed - -* CreateCommunity Saga -* LaunchRegistrar Saga - -### Fixed - -* Moved registerCsr event listeners to main saga -* CreateCommunitySaga test - -## [1.0.0] - 2021-08-26 - -### Init +* Invite tab as default in settings diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 5fbc0e6e89..2b3209af66 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,217 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.2-alpha.0...@quiet/types@2.0.2-alpha.1) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/types +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.4...@quiet/types@2.0.2-alpha.0) (2023-10-26) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/types +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.3...@quiet/types@2.0.1-alpha.4) (2023-10-12) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/types +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.2...@quiet/types@2.0.1-alpha.3) (2023-10-10) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/types +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.1...@quiet/types@2.0.1-alpha.2) (2023-10-09) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/types +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.0...@quiet/types@2.0.1-alpha.1) (2023-09-25) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package @quiet/types +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.3...@quiet/types@2.0.1-alpha.0) (2023-09-25) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package @quiet/types +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.3...@quiet/types@2.0.0-alpha.18) (2023-10-04) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package @quiet/types +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.2...@quiet/types@2.0.0-alpha.3) (2023-09-19) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package @quiet/types +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.8.1...@quiet/types@2.0.0-alpha.2) (2023-09-18) - -**Note:** Version bump only for package @quiet/types - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.0...@quiet/types@2.0.0-alpha.1) (2023-09-14) - -**Note:** Version bump only for package @quiet/types - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.9.0-alpha.0...@quiet/types@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.9.0-alpha.0](/compare/@quiet/types@1.8.0...@quiet/types@1.9.0-alpha.0) (2023-08-29) -## [1.8.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.8.0...@quiet/types@1.8.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.8.0](/compare/@quiet/types@1.8.0-alpha.0...@quiet/types@1.8.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.7.0...@quiet/types@1.8.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.5.1-alpha.0...@quiet/types@1.7.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.6.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.5.1-alpha.0...@quiet/types@1.6.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.5.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.5.0-alpha.0...@quiet/types@1.5.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.4.0-alpha.1...@quiet/types@1.5.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.4.0-alpha.0...@quiet/types@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.3.1...@quiet/types@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.3.1-alpha.0...@quiet/types@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.3.0...@quiet/types@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.2.1-alpha.3...@quiet/types@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.2.1-alpha.2...@quiet/types@1.2.1-alpha.3) (2023-05-25) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.2.1-alpha.1...@quiet/types@1.2.1-alpha.2) (2023-05-10) - -**Note:** Version bump only for package @quiet/types - - - - - -## 1.2.1-alpha.1 (2023-04-28) - -**Note:** Version bump only for package @quiet/types +* Invite tab as default in settings