Skip to content

Commit 51841ac

Browse files
committed
Publish
- @quiet/desktop@6.0.1-alpha.0 - @quiet/mobile@6.0.1-alpha.0
1 parent 16af19a commit 51841ac

9 files changed

Lines changed: 50 additions & 24 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.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@6.0.0...@quiet/desktop@6.0.1-alpha.0) (2025-07-09)
7+
8+
**Note:** Version bump only for package @quiet/desktop
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [6.0.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: 2 additions & 2 deletions
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.0.0",
83+
"version": "6.0.1-alpha.0",
8484
"description": "Decentralized team chat",
8585
"main": "dist/main/main.js",
8686
"scripts": {
@@ -187,6 +187,7 @@
187187
"@types/isomorphic-fetch": "0.0.35",
188188
"@types/jest": "^26.0.23",
189189
"@types/keymirror": "^0.1.1",
190+
"@types/libsodium-wrappers-sumo": "^0.7.8",
190191
"@types/lodash": "^4.14.169",
191192
"@types/luxon": "^3.4.2",
192193
"@types/node": "16.11.7",
@@ -231,7 +232,6 @@
231232
"jest": "^26.6.3",
232233
"jest-each": "^27.2.4",
233234
"js-yaml": "4.1.0",
234-
"@types/libsodium-wrappers-sumo": "^0.7.8",
235235
"lint-staged": "^15.2.2",
236236
"local-cypress": "1.2.6",
237237
"mathjax-full": "^3.2.2",

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+
## [6.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@6.0.0...@quiet/mobile@6.0.1-alpha.0) (2025-07-09)
7+
8+
**Note:** Version bump only for package @quiet/mobile
9+
10+
11+
12+
13+
114
# Changelog
215

316
## [6.0.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 503
196-
versionName "6.0.0"
195+
versionCode 504
196+
versionName "6.0.1-alpha.0"
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: 13 additions & 13 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.0.0</string>
20+
<string>6.0.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,25 +34,25 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>458</string>
37+
<string>459</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
39-
<false/>
39+
<false />
4040
<key>LSRequiresIPhoneOS</key>
41-
<true/>
41+
<true />
4242
<key>LSSupportsOpeningDocumentsInPlace</key>
43-
<true/>
43+
<true />
4444
<key>NSAppTransportSecurity</key>
4545
<dict>
4646
<key>NSAllowsArbitraryLoads</key>
47-
<false/>
47+
<false />
4848
<key>NSAllowsLocalNetworking</key>
49-
<true/>
49+
<true />
5050
<key>NSExceptionDomains</key>
5151
<dict>
5252
<key>localhost</key>
5353
<dict>
5454
<key>NSExceptionAllowsInsecureHTTPLoads</key>
55-
<true/>
55+
<true />
5656
</dict>
5757
</dict>
5858
</dict>
@@ -61,9 +61,9 @@
6161
<key>NSDocumentsFolderUsageDescription</key>
6262
<string>Quiet uses the document directory for storing files and images sent through the app.</string>
6363
<key>NSLocationWhenInUseUsageDescription</key>
64-
<string></string>
64+
<string />
6565
<key>NSPhotoLibraryLimitedAccessAPISupport</key>
66-
<true/>
66+
<true />
6767
<key>NSPhotoLibraryUsageDescription</key>
6868
<string>Quiet access photos for sending images through the app.</string>
6969
<key>UIAppFonts</key>
@@ -84,9 +84,9 @@
8484
<string>Rubik-SemiBoldItalic.ttf</string>
8585
</array>
8686
<key>UIBackgroundModes</key>
87-
<array/>
87+
<array />
8888
<key>UIFileSharingEnabled</key>
89-
<true/>
89+
<true />
9090
<key>UILaunchStoryboardName</key>
9191
<string>LaunchScreen</string>
9292
<key>UIRequiredDeviceCapabilities</key>
@@ -100,6 +100,6 @@
100100
<string>UIInterfaceOrientationLandscapeRight</string>
101101
</array>
102102
<key>UIViewControllerBasedStatusBarAppearance</key>
103-
<false/>
103+
<false />
104104
</dict>
105105
</plist>

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.0.0</string>
18+
<string>6.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>458</string>
22+
<string>459</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.0.0",
3+
"version": "6.0.1-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)