Skip to content

Commit 588e8cc

Browse files
committed
Publish
- @quiet/[email protected] - @quiet/[email protected]
1 parent ca5f8e3 commit 588e8cc

File tree

9 files changed

+36
-10
lines changed

9 files changed

+36
-10
lines changed

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+
## [2.1.2-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-02-28)
7+
8+
**Note:** Version bump only for package @quiet/desktop
9+
10+
11+
12+
13+
114
[unreleased]
215

316

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": "2.1.2-alpha.7",
83+
"version": "2.1.2-alpha.8",
8484
"description": "Decentralized team chat",
8585
"main": "dist/main/main.js",
8686
"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+
## [2.1.2-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-02-28)
7+
8+
**Note:** Version bump only for package @quiet/mobile
9+
10+
11+
12+
13+
114
[unreleased]
215

316

packages/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ android {
188188
applicationId "com.quietmobile"
189189
minSdkVersion rootProject.ext.minSdkVersion
190190
targetSdkVersion rootProject.ext.targetSdkVersion
191-
versionCode 403
192-
versionName "2.1.2-alpha.7"
191+
versionCode 404
192+
versionName "2.1.2-alpha.8"
193193
resValue "string", "build_config_package", "com.quietmobile"
194194
testBuildType System.getProperty('testBuildType', 'debug')
195195
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>360</string>
37+
<string>361</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>360</string>
22+
<string>361</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": "2.1.2-alpha.7",
3+
"version": "2.1.2-alpha.8",
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)