Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Dec 1, 2023
1 parent 6c0322b commit 864b259
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 10 deletions.
22 changes: 22 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-12-01)


### Bug Fixes

* e2e test for invitation link; ([#2126](https://github.com/TryQuiet/quiet/issues/2126)) ([5ddbc6a](https://github.com/TryQuiet/quiet/commit/5ddbc6adbbd694b030e61dbde50d73c658b097c9))


### Features

* add Certificates store and validation ([#2072](https://github.com/TryQuiet/quiet/issues/2072)) ([47669f4](https://github.com/TryQuiet/quiet/commit/47669f42edb1366b24de96139891909d696ded6d)), closes [#1899](https://github.com/TryQuiet/quiet/issues/1899)
* export chats per channel ([c3faf4f](https://github.com/TryQuiet/quiet/commit/c3faf4f46693c3c08da23d57b4e8a3b2f4aec0ec)), closes [#2102](https://github.com/TryQuiet/quiet/issues/2102)





[unreleased]

* Better descriptions of the joining process
Expand Down
4 changes: 2 additions & 2 deletions packages/desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"homepage": "https://github.com/TryQuiet",
"@comment version": "To build new version for specific platform, just replace platform in version tag to one of following linux, mac, windows",
"version": "2.0.3-alpha.10",
"version": "2.0.3-alpha.11",
"description": "Decentralized team chat",
"main": "dist/main/main.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-12-01)


### Bug Fixes

* check websocket client connection status before blocking the flow [#1970](https://github.com/TryQuiet/quiet/issues/1970) ([#2125](https://github.com/TryQuiet/quiet/issues/2125)) ([faca03b](https://github.com/TryQuiet/quiet/commit/faca03ba9458e12ec41b85100d8de03ad64f3e03))





[unreleased]

* Better descriptions of the joining process
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ android {
applicationId "com.quietmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 381
versionName "2.0.3-alpha.11"
versionCode 382
versionName "2.0.3-alpha.12"
resValue "string", "build_config_package", "com.quietmobile"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/Quiet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>338</string>
<string>339</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/QuietTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>338</string>
<string>339</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions packages/mobile/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/mobile",
"version": "2.0.3-alpha.11",
"version": "2.0.3-alpha.12",
"scripts": {
"build": "tsc -p tsconfig.build.json --noEmit",
"storybook-android": "ENVFILE=.env.storybook react-native run-android --variant=storybookDebug --appIdSuffix=storybook.debug",
Expand Down

0 comments on commit 864b259

Please sign in to comment.