Skip to content

Commit d41cd8e

Browse files
Publish
- @quiet/desktop@6.1.0-alpha.3 - @quiet/mobile@6.1.0-alpha.3
1 parent 504545e commit d41cd8e

9 files changed

Lines changed: 39 additions & 10 deletions

File tree

packages/desktop/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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.1.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@6.1.0-alpha.2...@quiet/desktop@6.1.0-alpha.3) (2025-07-16)
7+
8+
**Note:** Version bump only for package @quiet/desktop
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [6.1.0]

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
@@ -80,7 +80,7 @@
8080
},
8181
"homepage": "https://github.com/TryQuiet",
8282
"@comment version": "To build new version for specific platform, just replace platform in version tag to one of following linux, mac, windows",
83-
"version": "6.1.0-alpha.2",
83+
"version": "6.1.0-alpha.3",
8484
"description": "Decentralized team chat",
8585
"main": "dist/main/main.js",
8686
"scripts": {

packages/mobile/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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.1.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@6.1.0-alpha.2...@quiet/mobile@6.1.0-alpha.3) (2025-07-16)
7+
8+
9+
### Reverts
10+
11+
* Revert "upgrade to AGP 8.3.2, Gradle 8.8, Android SDK 35 (#2923)" ([504545e](https://github.com/TryQuiet/quiet/commit/504545efbc5ddf1d3f0ddcf9fbeb9137d378a3e5)), closes [#2923](https://github.com/TryQuiet/quiet/issues/2923)
12+
13+
14+
15+
16+
117
# Changelog
218

319
## [6.1.0]

packages/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ android {
192192
applicationId "com.quietmobile"
193193
minSdkVersion rootProject.ext.minSdkVersion
194194
targetSdkVersion rootProject.ext.targetSdkVersion
195-
versionCode 510
196-
versionName "6.1.0-alpha.2"
195+
versionCode 511
196+
versionName "6.1.0-alpha.3"
197197
resValue "string", "build_config_package", "com.quietmobile"
198198
testBuildType System.getProperty('testBuildType', 'debug')
199199
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

packages/mobile/ios/Quiet/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>465</string>
37+
<string>466</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false />
4040
<key>LSRequiresIPhoneOS</key>

packages/mobile/ios/QuietTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>465</string>
22+
<string>466</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.1.0-alpha.2",
3+
"version": "6.1.0-alpha.3",
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)