Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @quiet/backend@2.0.1-alpha.6
 - @quiet/desktop@2.0.1-alpha.6
 - integration-tests@2.0.1-alpha.6
 - @quiet/mobile@2.0.1-alpha.6
 - @quiet/state-manager@2.0.1-alpha.6
  • Loading branch information
Kacper-RF committed Oct 13, 2023
1 parent f85230d commit a4132fa
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 24 deletions.
8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.5...@quiet/backend@2.0.1-alpha.6) (2023-10-13)

**Note:** Version bump only for package @quiet/backend





## [2.0.1-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.4...@quiet/backend@2.0.1-alpha.5) (2023-10-12)

**Note:** Version bump only for package @quiet/backend
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/backend",
"version": "2.0.1-alpha.5",
"version": "2.0.1-alpha.6",
"description": "tlg-manager",
"types": "lib/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@quiet/eslint-config": "^2.0.1-alpha.4",
"@quiet/state-manager": "^2.0.1-alpha.5",
"@quiet/state-manager": "^2.0.1-alpha.6",
"@types/crypto-js": "^4.0.2",
"@types/express": "^4.17.9",
"@types/jest": "28.1.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.5...@quiet/desktop@2.0.1-alpha.6) (2023-10-13)

**Note:** Version bump only for package @quiet/desktop





## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.4...@quiet/desktop@2.0.1-alpha.5) (2023-10-12)

**Note:** Version bump only for package @quiet/desktop
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.

4 changes: 2 additions & 2 deletions 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.1-alpha.5",
"version": "2.0.1-alpha.6",
"description": "Decentralized team chat",
"main": "dist/main/main.js",
"scripts": {
Expand Down Expand Up @@ -157,7 +157,7 @@
"@mui/material": "~5.10.15",
"@quiet/eslint-config": "^2.0.1-alpha.4",
"@quiet/identity": "^2.0.1-alpha.4",
"@quiet/state-manager": "^2.0.1-alpha.5",
"@quiet/state-manager": "^2.0.1-alpha.6",
"@redux-saga/types": "^1.1.0",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/browser": "^6.19.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.5...integration-tests@2.0.1-alpha.6) (2023-10-13)

**Note:** Version bump only for package integration-tests





## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.4...integration-tests@2.0.1-alpha.5) (2023-10-12)

**Note:** Version bump only for package integration-tests
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration-tests",
"version": "2.0.1-alpha.5",
"version": "2.0.1-alpha.6",
"description": "",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@peculiar/webcrypto": "1.4.3",
"@quiet/identity": "^2.0.1-alpha.4",
"@quiet/logger": "^2.0.1-alpha.4",
"@quiet/state-manager": "^2.0.1-alpha.5",
"@quiet/state-manager": "^2.0.1-alpha.6",
"@reduxjs/toolkit": "^1.6.1",
"commander": "^9.1.0",
"debug": "^4.3.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.5...@quiet/mobile@2.0.1-alpha.6) (2023-10-13)


### Bug Fixes

* fallback to gradle.properties for ndk path ([#1960](https://github.com/TryQuiet/quiet/issues/1960)) ([a1d341c](https://github.com/TryQuiet/quiet/commit/a1d341c9257d3fee93678655741d2ef7eb101c6c))





## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.4...@quiet/mobile@2.0.1-alpha.5) (2023-10-12)

**Note:** Version bump only for package @quiet/mobile
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 343
versionName "2.0.1-alpha.5"
versionCode 344
versionName "2.0.1-alpha.6"
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>323</string>
<string>324</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>323</string>
<string>324</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.

6 changes: 3 additions & 3 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/mobile",
"version": "2.0.1-alpha.5",
"version": "2.0.1-alpha.6",
"scripts": {
"build": "tsc -p tsconfig.build.json --noEmit",
"storybook-android": "ENVFILE=.env.storybook react-native run-android --variant=storybookDebug --appIdSuffix=storybook.debug",
Expand All @@ -22,10 +22,10 @@
},
"dependencies": {
"@peculiar/webcrypto": "^1.4.3",
"@quiet/backend": "^2.0.1-alpha.5",
"@quiet/backend": "^2.0.1-alpha.6",
"@quiet/common": "^2.0.1-alpha.4",
"@quiet/identity": "^2.0.1-alpha.4",
"@quiet/state-manager": "^2.0.1-alpha.5",
"@quiet/state-manager": "^2.0.1-alpha.6",
"@quiet/types": "^2.0.1-alpha.4",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-navigation/native": "^6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/state-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.5...@quiet/state-manager@2.0.1-alpha.6) (2023-10-13)

**Note:** Version bump only for package @quiet/state-manager





## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.4...@quiet/state-manager@2.0.1-alpha.5) (2023-10-12)

**Note:** Version bump only for package @quiet/state-manager
Expand Down
4 changes: 2 additions & 2 deletions packages/state-manager/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/state-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/state-manager",
"version": "2.0.1-alpha.5",
"version": "2.0.1-alpha.6",
"description": "",
"main": "lib/index.js",
"private": true,
Expand Down

0 comments on commit a4132fa

Please sign in to comment.