Skip to content

Commit affd39e

Browse files
committed
Publish
- @quiet/desktop@7.1.0-alpha.4 - @quiet/mobile@7.1.0-alpha.4
1 parent dd174f4 commit affd39e

10 files changed

Lines changed: 37 additions & 11 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+
# [7.1.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@7.1.0-alpha.3...@quiet/desktop@7.1.0-alpha.4) (2026-04-20)
7+
8+
**Note:** Version bump only for package @quiet/desktop
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [7.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
@@ -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": "7.1.0-alpha.3",
82+
"version": "7.1.0-alpha.4",
8383
"description": "Decentralized team chat",
8484
"main": "dist/main/main.js",
8585
"scripts": {

packages/mobile/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+
# [7.1.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@7.1.0-alpha.3...@quiet/mobile@7.1.0-alpha.4) (2026-04-20)
7+
8+
**Note:** Version bump only for package @quiet/mobile
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [7.1.0]

packages/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ android {
168168
applicationId = "com.quietmobile"
169169
minSdkVersion(rootProject.ext.minSdkVersion)
170170
targetSdkVersion(rootProject.ext.targetSdkVersion)
171-
versionCode 584
172-
versionName "7.1.0-alpha.3"
171+
versionCode 585
172+
versionName "7.1.0-alpha.4"
173173
resValue("string", "build_config_package", "com.quietmobile")
174174
testBuildType = System.getProperty("testBuildType", "debug")
175175
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>537</string>
37+
<string>538</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false />
4040
<key>LSRequiresIPhoneOS</key>

packages/mobile/ios/QuietNotificationServiceExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>7.1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
<key>FirebaseAppDelegateProxyEnabled</key>
2424
<false />
2525
<key>NSAppTransportSecurity</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>531</string>
22+
<string>532</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": "7.1.0-alpha.3",
3+
"version": "7.1.0-alpha.4",
44
"scripts": {
55
"build": "tsc -p tsconfig.build.json --noEmit",
66
"storybook-android": "react-native run-android --mode=storybookDebug --appIdSuffix=storybook.debug",

0 commit comments

Comments
 (0)