Skip to content

Commit 9187498

Browse files
Publish
- @quiet/desktop@6.0.0-alpha.0 - @quiet/mobile@6.0.0-alpha.0
1 parent fe1b1a0 commit 9187498

10 files changed

Lines changed: 224 additions & 3156 deletions

File tree

package-lock.json

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

packages/desktop/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.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@5.1.2-alpha.1...@quiet/desktop@6.0.0-alpha.0) (2025-06-26)
7+
8+
9+
### Features
10+
11+
* **2759:** Add QSS sigchain syncing to Quiet ([#2877](https://github.com/TryQuiet/quiet/issues/2877)) ([fe1b1a0](https://github.com/TryQuiet/quiet/commit/fe1b1a0927e8f3c3e0ef3bc8c9adda19a64df0cc))
12+
13+
14+
15+
16+
117
# Changelog
218

319
## [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: 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": "5.1.2",
83+
"version": "6.0.0-alpha.0",
8484
"description": "Decentralized team chat",
8585
"main": "dist/main/main.js",
8686
"scripts": {
@@ -128,14 +128,14 @@
128128
"copyFonts": "cp src/renderer/fonts/* dist/main"
129129
},
130130
"dependencies": {
131+
"@dotenvx/dotenvx": "1.39.0",
131132
"@electron/remote": "^2.0.8",
132133
"@peculiar/webcrypto": "1.4.3",
133134
"@quiet/common": "^2.0.2-alpha.1",
134135
"@quiet/logger": "^2.0.2-alpha.0",
135136
"@quiet/node-common": "^4.0.3",
136137
"@quiet/types": "^2.0.2-alpha.1",
137138
"backend-bundle": "^2.0.1-alpha.4",
138-
"@dotenvx/dotenvx": "1.39.0",
139139
"electron-context-menu": "^3.6.1",
140140
"electron-debug": "^3.0.1",
141141
"electron-localshortcut": "^3.2.1",

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.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@5.1.2-alpha.1...@quiet/mobile@6.0.0-alpha.0) (2025-06-26)
7+
8+
9+
### Features
10+
11+
* **2759:** Add QSS sigchain syncing to Quiet ([#2877](https://github.com/TryQuiet/quiet/issues/2877)) ([fe1b1a0](https://github.com/TryQuiet/quiet/commit/fe1b1a0927e8f3c3e0ef3bc8c9adda19a64df0cc))
12+
13+
14+
15+
16+
117
# Changelog
218

319
## [unreleased]

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 497
196-
versionName "5.1.2"
195+
versionCode 498
196+
versionName "6.0.0-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: 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>5.1.2</string>
20+
<string>6.0.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>452</string>
37+
<string>453</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>5.1.2</string>
18+
<string>6.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>452</string>
22+
<string>453</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": "5.1.2",
3+
"version": "6.0.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)