Skip to content

Commit 50c8626

Browse files
committed
Publish
- @quiet/desktop@6.7.0-alpha.0 - @quiet/mobile@6.7.0-alpha.0
1 parent 09b5436 commit 50c8626

File tree

9 files changed

+60
-12
lines changed

9 files changed

+60
-12
lines changed

packages/desktop/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [6.7.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@6.1.0-alpha.3...@quiet/desktop@6.7.0-alpha.0) (2026-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* Better QSS handling in invite links, proper redialing on disconnects, resetting LFA join status when in intermediate state on disconnect ([#3012](https://github.com/TryQuiet/quiet/issues/3012)) ([2b68c3c](https://github.com/TryQuiet/quiet/commit/2b68c3c94693f2aafa7fc5c7a65073e92c93e6dd))
12+
13+
14+
### Features
15+
16+
* **2803:** Write orbitdb sync data to QSS ([#2914](https://github.com/TryQuiet/quiet/issues/2914)) ([bfbfd92](https://github.com/TryQuiet/quiet/commit/bfbfd925feb35abf4bb6f04d2ed27b08a58b14cb))
17+
18+
19+
### Reverts
20+
21+
* Revert "Use mise-en-place (https://mise.jdx.dev/) for repo dependencies" ([18c8d31](https://github.com/TryQuiet/quiet/commit/18c8d31ea982fb8a793ab59a196cf00f2fc39f90))
22+
23+
24+
25+
26+
127
# Changelog
228

329
[unreleased]

packages/desktop/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"homepage": "https://github.com/TryQuiet",
8181
"@comment version": "To build new version for specific platform, just replace platform in version tag to one of following linux, mac, windows",
82-
"version": "6.6.0",
82+
"version": "6.7.0-alpha.0",
8383
"description": "Decentralized team chat",
8484
"main": "dist/main/main.js",
8585
"scripts": {

packages/mobile/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [6.7.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@6.1.0-alpha.3...@quiet/mobile@6.7.0-alpha.0) (2026-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* Backend fails to start on GrapheneOS in 6.5.1 ([#3106](https://github.com/TryQuiet/quiet/issues/3106)) ([ce4b9f5](https://github.com/TryQuiet/quiet/commit/ce4b9f56a3cb3c1cd9836e3f234bb3b44560f396))
12+
* Keyboard avoiding on android, properly displaying send button on android, newline rendering in message component on mobile ([#2980](https://github.com/TryQuiet/quiet/issues/2980)) ([4f0afa3](https://github.com/TryQuiet/quiet/commit/4f0afa30160cdc75f624e7246580438c7d2e7600))
13+
14+
15+
### Reverts
16+
17+
* Revert "Use mise-en-place (https://mise.jdx.dev/) for repo dependencies" ([18c8d31](https://github.com/TryQuiet/quiet/commit/18c8d31ea982fb8a793ab59a196cf00f2fc39f90))
18+
19+
20+
21+
22+
123
# Changelog
224

325
[unreleased]

packages/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ android {
170170
applicationId = "com.quietmobile"
171171
minSdkVersion(rootProject.ext.minSdkVersion)
172172
targetSdkVersion(rootProject.ext.targetSdkVersion)
173-
versionCode 560
174-
versionName "6.6.0"
173+
versionCode 561
174+
versionName "6.7.0-alpha.0"
175175
resValue("string", "build_config_package", "com.quietmobile")
176176
testBuildType = System.getProperty("testBuildType", "debug")
177177
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

packages/mobile/ios/Quiet/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>6.6.0</string>
20+
<string>6.7.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>514</string>
37+
<string>515</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false />
4040
<key>LSRequiresIPhoneOS</key>

packages/mobile/ios/QuietTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.6.0</string>
18+
<string>6.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>508</string>
22+
<string>509</string>
2323
</dict>
2424
</plist>

packages/mobile/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quiet/mobile",
3-
"version": "6.6.0",
3+
"version": "6.7.0-alpha.0",
44
"scripts": {
55
"build": "tsc -p tsconfig.build.json --noEmit",
66
"storybook-android": "ENVFILE=.env.storybook react-native run-android --mode=storybookDebug --appIdSuffix=storybook.debug",

0 commit comments

Comments
 (0)