From c3ffefeb73be5ae3ed0e519a81c0be301f8952a2 Mon Sep 17 00:00:00 2001 From: siepra Date: Wed, 17 Jan 2024 15:01:05 +0100 Subject: [PATCH] Publish - @quiet/desktop@2.0.1-alpha.0 - @quiet/mobile@2.0.1-alpha.0 --- packages/desktop/CHANGELOG.md | 32 ++++++++++++++++++++++- packages/desktop/package-lock.json | 4 +-- packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 32 ++++++++++++++++++++++- packages/mobile/android/app/build.gradle | 4 +-- packages/mobile/ios/Quiet/Info.plist | 4 +-- packages/mobile/ios/QuietTests/Info.plist | 4 +-- packages/mobile/package-lock.json | 4 +-- packages/mobile/package.json | 2 +- 9 files changed, 74 insertions(+), 14 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index d38e21eed6..0d4adae1b6 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,4 +1,34 @@ -# [2.0.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.15...@quiet/desktop@2.0.0) (2024-01-09) +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1...@quiet/desktop@2.0.1-alpha.0) (2024-01-17) + + +### Reverts + +* Revert "Publish" ([5a96eab](https://github.com/TryQuiet/quiet/commit/5a96eab6aabb3efdcf0c8f32428a106d40c0f186)) +* Revert "Update packages CHANGELOG.md" ([60edd5f](https://github.com/TryQuiet/quiet/commit/60edd5f509914427bd8fc6e3fc3138adada13eda)) + + + + + +[2.0.1] + +# Fixes: + +* Desktop UI console errors/warnings have been cleaned up. +* The channel context menu is now enabled for all users. +* A bug that impersonated the channel creation message due to the removal of the username has been fixed. +* Large file downloads are now slower but steadier. +* The username changing form has been fixed. +* Push notifications runtime permission is now requested on Android. +* Users joining a community will no longer receive multiple "welcome" messages. +* Users sharing the same nickname now have different profile images. + +[2.0.0] # Breaking changes: diff --git a/packages/desktop/package-lock.json b/packages/desktop/package-lock.json index 463effd0ad..fccdfb94a6 100644 --- a/packages/desktop/package-lock.json +++ b/packages/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/desktop", - "version": "2.0.0", + "version": "2.0.1-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/desktop", - "version": "2.0.0", + "version": "2.0.1-alpha.0", "license": "ISC", "dependencies": { "@electron/remote": "^2.0.8", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index a03f63d15d..fa4e0f4f12 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -80,7 +80,7 @@ }, "homepage": "https://github.com/TryQuiet", "@comment version": "To build new version for specific platform, just replace platform in version tag to one of following linux, mac, windows", - "version": "2.0.0", + "version": "2.0.1-alpha.0", "description": "Decentralized team chat", "main": "dist/main/main.js", "scripts": { diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 68df42d79f..4e22edeabd 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,4 +1,34 @@ -# [2.0.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.17...@quiet/mobile@2.0.0) (2024-01-09) +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1...@quiet/mobile@2.0.1-alpha.0) (2024-01-17) + + +### Reverts + +* Revert "Publish" ([5a96eab](https://github.com/TryQuiet/quiet/commit/5a96eab6aabb3efdcf0c8f32428a106d40c0f186)) +* Revert "Update packages CHANGELOG.md" ([60edd5f](https://github.com/TryQuiet/quiet/commit/60edd5f509914427bd8fc6e3fc3138adada13eda)) + + + + + +[2.0.1] + +# Fixes: + +* Desktop UI console errors/warnings have been cleaned up. +* The channel context menu is now enabled for all users. +* A bug that impersonated the channel creation message due to the removal of the username has been fixed. +* Large file downloads are now slower but steadier. +* The username changing form has been fixed. +* Push notifications runtime permission is now requested on Android. +* Users joining a community will no longer receive multiple "welcome" messages. +* Users sharing the same nickname now have different profile images. + +[2.0.0] # Breaking changes: diff --git a/packages/mobile/android/app/build.gradle b/packages/mobile/android/app/build.gradle index fe106bf5dd..e82817db54 100644 --- a/packages/mobile/android/app/build.gradle +++ b/packages/mobile/android/app/build.gradle @@ -186,8 +186,8 @@ android { applicationId "com.quietmobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 388 - versionName "2.0.0" + versionCode 389 + versionName "2.0.1-alpha.0" resValue "string", "build_config_package", "com.quietmobile" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/packages/mobile/ios/Quiet/Info.plist b/packages/mobile/ios/Quiet/Info.plist index 4c8266b413..12adb597e4 100644 --- a/packages/mobile/ios/Quiet/Info.plist +++ b/packages/mobile/ios/Quiet/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleURLTypes @@ -34,7 +34,7 @@ CFBundleVersion - 345 + 346 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/packages/mobile/ios/QuietTests/Info.plist b/packages/mobile/ios/QuietTests/Info.plist index e8e689813c..edf129a2a0 100644 --- a/packages/mobile/ios/QuietTests/Info.plist +++ b/packages/mobile/ios/QuietTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion - 345 + 346 diff --git a/packages/mobile/package-lock.json b/packages/mobile/package-lock.json index 755f82019e..f3bb8d9967 100644 --- a/packages/mobile/package-lock.json +++ b/packages/mobile/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/mobile", - "version": "2.0.0", + "version": "2.0.1-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/mobile", - "version": "2.0.0", + "version": "2.0.1-alpha.0", "dependencies": { "@peculiar/webcrypto": "^1.4.3", "@react-native-clipboard/clipboard": "^1.11.2", diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 1e7e11295a..b411e0d38d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@quiet/mobile", - "version": "2.0.0", + "version": "2.0.1-alpha.0", "scripts": { "build": "tsc -p tsconfig.build.json --noEmit", "storybook-android": "ENVFILE=.env.storybook react-native run-android --variant=storybookDebug --appIdSuffix=storybook.debug",