diff --git a/.github/secrets/CI.mobileprovision.gpg b/.github/secrets/CI.mobileprovision.gpg deleted file mode 100644 index e86c611327..0000000000 Binary files a/.github/secrets/CI.mobileprovision.gpg and /dev/null differ diff --git a/.github/secrets/Certificates.p12.gpg b/.github/secrets/Certificates.p12.gpg index 30d97a6468..bd1a14ef78 100644 Binary files a/.github/secrets/Certificates.p12.gpg and b/.github/secrets/Certificates.p12.gpg differ diff --git a/.github/secrets/decrypt_secrets.sh b/.github/secrets/decrypt_secrets.sh index 5bdd715a42..e63edf9a6a 100755 --- a/.github/secrets/decrypt_secrets.sh +++ b/.github/secrets/decrypt_secrets.sh @@ -1,11 +1,11 @@ #!/bin/sh -gpg --quiet --batch --yes --decrypt --passphrase="$IOS_PROFILE_KEY" --output ./.github/secrets/CI.mobileprovision ./.github/secrets/CI.mobileprovision.gpg +gpg --quiet --batch --yes --decrypt --passphrase="$IOS_PROFILE_KEY" --output ./.github/secrets/match_AppStore_comquietmobile.mobileprovision ./.github/secrets/match_AppStore_comquietmobile.mobileprovision.gpg gpg --quiet --batch --yes --decrypt --passphrase="$IOS_CERTIFICATE_KEY" --output ./.github/secrets/Certificates.p12 ./.github/secrets/Certificates.p12.gpg mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles -cp ./.github/secrets/CI.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/654a2214-095f-4939-a9e5-09f7a2ccf530.mobileprovision +cp ./.github/secrets/match_AppStore_comquietmobile.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/654a2214-095f-4939-a9e5-09f7a2ccf530.mobileprovision security create-keychain -p "" build.keychain diff --git a/.github/secrets/match_AppStore_comquietmobile.mobileprovision.gpg b/.github/secrets/match_AppStore_comquietmobile.mobileprovision.gpg new file mode 100644 index 0000000000..27f3a9a038 Binary files /dev/null and b/.github/secrets/match_AppStore_comquietmobile.mobileprovision.gpg differ diff --git a/.github/workflows/check-visual-regression.yml b/.github/workflows/check-visual-regression.yml index 1edc35e5d6..c0002933fb 100644 --- a/.github/workflows/check-visual-regression.yml +++ b/.github/workflows/check-visual-regression.yml @@ -31,4 +31,4 @@ jobs: with: workingDir: ./packages/desktop token: ${{ secrets.GH_TOKEN }} - projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + projectToken: 3218757eee04 diff --git a/.github/workflows/deploy-android.yaml b/.github/workflows/deploy-android.yaml index 26b2dfc330..881fa11bb1 100644 --- a/.github/workflows/deploy-android.yaml +++ b/.github/workflows/deploy-android.yaml @@ -78,7 +78,7 @@ jobs: echo ${{ SECRETS.SERVICE_ACCOUNT_JSON }} | base64 --decode > google-play.json - name: "Upload to Google Play" - uses: r0adkll/upload-google-play@v1.0.17 + uses: r0adkll/upload-google-play@v1.1.2 with: serviceAccountJson: google-play.json packageName: com.quietmobile @@ -86,4 +86,3 @@ jobs: status: completed track: internal whatsNewDirectory: distribution/whatsnew - changesNotSentForReview: true diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fc627b15..aa1dfc66ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +[unreleased] + +* Running Chromatic tests for forked PRs + [2.0.0-alpha.11] * Customize Launch Screen on iOS diff --git a/packages/backend-bundle/CHANGELOG.md b/packages/backend-bundle/CHANGELOG.md index c1ceee0771..043453cbc1 100644 --- a/packages/backend-bundle/CHANGELOG.md +++ b/packages/backend-bundle/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/backend-bundle@2.0.1-alpha.0...backend-bundle@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package backend-bundle + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/backend-bundle@1.7.0-alpha.0...backend-bundle@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package backend-bundle + + + + + # [1.7.0-alpha.0](/compare/backend-bundle@1.6.0...backend-bundle@1.7.0-alpha.0) (2023-08-29) **Note:** Version bump only for package backend-bundle diff --git a/packages/backend-bundle/package-lock.json b/packages/backend-bundle/package-lock.json index 74379c9a02..4f5e0be28f 100644 --- a/packages/backend-bundle/package-lock.json +++ b/packages/backend-bundle/package-lock.json @@ -1,12 +1,12 @@ { "name": "backend-bundle", - "version": "1.7.0-alpha.0", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "backend-bundle", - "version": "1.7.0-alpha.0", + "version": "2.0.1-alpha.1", "license": "ISC" } } diff --git a/packages/backend-bundle/package.json b/packages/backend-bundle/package.json index 282b8fb1e2..e8fa9798f3 100644 --- a/packages/backend-bundle/package.json +++ b/packages/backend-bundle/package.json @@ -1,6 +1,6 @@ { "name": "backend-bundle", - "version": "1.7.0-alpha.0", + "version": "2.0.1-alpha.1", "description": "", "main": "bundle.cjs", "scripts": {}, diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 536e191870..ed9fbb993e 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.0...@quiet/backend@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package @quiet/backend + + + + + +## [2.0.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.5...@quiet/backend@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package @quiet/backend + + + + + # [2.0.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.4...@quiet/backend@2.0.0-alpha.5) (2023-09-19) **Note:** Version bump only for package @quiet/backend diff --git a/packages/backend/package-lock.json b/packages/backend/package-lock.json index b432c938c8..7d62e5d957 100644 --- a/packages/backend/package-lock.json +++ b/packages/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/backend", - "version": "2.0.0-alpha.5", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/backend", - "version": "2.0.0-alpha.5", + "version": "2.0.1-alpha.1", "license": "MIT", "dependencies": { "@chainsafe/libp2p-gossipsub": "6.1.0", diff --git a/packages/backend/package.json b/packages/backend/package.json index f7f984da14..0fb305c40a 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@quiet/backend", - "version": "2.0.0-alpha.5", + "version": "2.0.1-alpha.1", "description": "tlg-manager", "types": "lib/index.d.ts", "type": "module", @@ -53,8 +53,8 @@ "@nestjs/cli": "^10.0.0", "@nestjs/schematics": "^10.0.0", "@nestjs/testing": "^10.0.0", - "@quiet/eslint-config": "^1.4.0-alpha.0", - "@quiet/state-manager": "^2.0.0-alpha.4", + "@quiet/eslint-config": "^2.0.1-alpha.1", + "@quiet/state-manager": "^2.0.1-alpha.1", "@types/crypto-js": "^4.0.2", "@types/express": "^4.17.9", "@types/jest": "28.1.8", @@ -89,10 +89,10 @@ "@nestjs/core": "^10.0.0", "@nestjs/platform-express": "^10.0.0", "@peculiar/webcrypto": "1.4.3", - "@quiet/common": "^2.0.0-alpha.3", - "@quiet/identity": "^2.0.0-alpha.3", - "@quiet/logger": "^1.7.0-alpha.1", - "@quiet/types": "^2.0.0-alpha.3", + "@quiet/common": "^2.0.1-alpha.1", + "@quiet/identity": "^2.0.1-alpha.1", + "@quiet/logger": "^2.0.1-alpha.1", + "@quiet/types": "^2.0.1-alpha.1", "abortable-iterator": "^3.0.0", "class-transformer": "^0.5.1", "class-validator": "^0.13.1", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 2c683da121..70f2bab02a 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/@quiet/common@2.0.1-alpha.0...@quiet/common@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package @quiet/common + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/@quiet/common@2.0.0-alpha.3...@quiet/common@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package @quiet/common + + + + + # [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.2...@quiet/common@2.0.0-alpha.3) (2023-09-19) **Note:** Version bump only for package @quiet/common diff --git a/packages/common/package-lock.json b/packages/common/package-lock.json index 2b6a8df26e..29a0c3fd52 100644 --- a/packages/common/package-lock.json +++ b/packages/common/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/common", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/common", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "license": "ISC", "dependencies": { "cross-env": "^5.2.0", diff --git a/packages/common/package.json b/packages/common/package.json index 95265df811..b16151d680 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@quiet/common", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "description": "Common monorepo utils", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -17,7 +17,7 @@ "rmDist": "rimraf lib/" }, "devDependencies": { - "@quiet/eslint-config": "^1.4.0-alpha.0", + "@quiet/eslint-config": "^2.0.1-alpha.1", "@types/jest": "^26.0.23", "@types/node": "^17.0.21", "jest": "^26.6.3", @@ -25,7 +25,7 @@ "typescript": "^4.9.3" }, "dependencies": { - "@quiet/types": "^2.0.0-alpha.3", + "@quiet/types": "^2.0.1-alpha.1", "cross-env": "^5.2.0", "debug": "^4.3.1" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index d5b73f4e05..ad1c5fa131 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/quiet@2.0.1-alpha.0...quiet@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package quiet + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/quiet@2.0.0-alpha.12...quiet@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package quiet + + + + + # [2.0.0-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.11...quiet@2.0.0-alpha.12) (2023-09-20) **Note:** Version bump only for package quiet diff --git a/packages/desktop/package-lock.json b/packages/desktop/package-lock.json index 1061f080c1..3ba957e99d 100644 --- a/packages/desktop/package-lock.json +++ b/packages/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "quiet", - "version": "2.0.0-alpha.12", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "quiet", - "version": "2.0.0-alpha.12", + "version": "2.0.1-alpha.1", "license": "ISC", "dependencies": { "@electron/remote": "^2.0.8", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 091c032dd3..d5b5dd0d8d 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -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.0-alpha.12", + "version": "2.0.1-alpha.1", "description": "Decentralized team chat", "main": "dist/main/main.js", "scripts": { @@ -125,11 +125,11 @@ "dependencies": { "@electron/remote": "^2.0.8", "@peculiar/webcrypto": "1.4.3", - "@quiet/common": "^2.0.0-alpha.3", - "@quiet/logger": "^1.7.0-alpha.1", - "@quiet/types": "^2.0.0-alpha.3", + "@quiet/common": "^2.0.1-alpha.1", + "@quiet/logger": "^2.0.1-alpha.1", + "@quiet/types": "^2.0.1-alpha.1", "@sentry/electron": "^2.5.4", - "backend-bundle": "^1.7.0-alpha.0", + "backend-bundle": "^2.0.1-alpha.1", "electron-debug": "^3.0.1", "electron-localshortcut": "^3.2.1", "electron-store": "^8.0.1", @@ -155,9 +155,9 @@ "@mui/icons-material": "^5.10.15", "@mui/lab": "^5.0.0-alpha.109", "@mui/material": "~5.10.15", - "@quiet/eslint-config": "^1.4.0-alpha.0", - "@quiet/identity": "^2.0.0-alpha.3", - "@quiet/state-manager": "^2.0.0-alpha.4", + "@quiet/eslint-config": "^2.0.1-alpha.1", + "@quiet/identity": "^2.0.1-alpha.1", + "@quiet/state-manager": "^2.0.1-alpha.1", "@redux-saga/types": "^1.1.0", "@reduxjs/toolkit": "^1.9.1", "@sentry/browser": "^6.19.7", diff --git a/packages/desktop/src/renderer/store/handlers/app.ts b/packages/desktop/src/renderer/store/handlers/app.ts index 3615ade723..027eff2826 100644 --- a/packages/desktop/src/renderer/store/handlers/app.ts +++ b/packages/desktop/src/renderer/store/handlers/app.ts @@ -1,7 +1,6 @@ import { produce, immerable } from 'immer' import { createAction, handleActions } from 'redux-actions' import { actionTypes } from '../../../shared/static' - import { ActionsType, PayloadType } from './types' export class App { diff --git a/packages/e2e-tests/CHANGELOG.md b/packages/e2e-tests/CHANGELOG.md index e9804bfe72..db300f4cd8 100644 --- a/packages/e2e-tests/CHANGELOG.md +++ b/packages/e2e-tests/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/e2e-tests@2.0.1-alpha.0...e2e-tests@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package e2e-tests + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/e2e-tests@2.0.0-alpha.4...e2e-tests@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package e2e-tests + + + + + # [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.0-alpha.3...e2e-tests@2.0.0-alpha.4) (2023-09-19) **Note:** Version bump only for package e2e-tests diff --git a/packages/e2e-tests/package-lock.json b/packages/e2e-tests/package-lock.json index 240f3f3a82..1fc4f729ae 100644 --- a/packages/e2e-tests/package-lock.json +++ b/packages/e2e-tests/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2e-tests", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e2e-tests", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "license": "ISC", "dependencies": { "cross-env": "^5.2.0", diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 465eded682..789ca81f16 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "e2e-tests", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "description": "For running end to end tests we use Selenium WebDriver (https://www.selenium.dev/documentation/webdriver/) with Electron ChromeDriver (https://www.npmjs.com/package/electron-chromedriver) in Jest", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ "test:watch": "jest --watchAll" }, "devDependencies": { - "@quiet/eslint-config": "^1.4.0-alpha.0", + "@quiet/eslint-config": "^2.0.1-alpha.1", "@types/jest": "^29.2.6", "@types/selenium-webdriver": "^4.1.10", "babel-jest": "^29.3.1", @@ -23,10 +23,10 @@ "typescript": "^4.9.3" }, "dependencies": { - "@quiet/common": "^2.0.0-alpha.3", - "@quiet/logger": "^1.7.0-alpha.1", - "@quiet/types": "^2.0.0-alpha.3", - "backend-bundle": "^1.7.0-alpha.0", + "@quiet/common": "^2.0.1-alpha.1", + "@quiet/logger": "^2.0.1-alpha.1", + "@quiet/types": "^2.0.1-alpha.1", + "backend-bundle": "^2.0.1-alpha.1", "cross-env": "^5.2.0", "electron-chromedriver": "22.0.0", "get-port": "^5.1.1", diff --git a/packages/eslint-config-custom/CHANGELOG.md b/packages/eslint-config-custom/CHANGELOG.md index e402ddb2eb..c6d2d58341 100644 --- a/packages/eslint-config-custom/CHANGELOG.md +++ b/packages/eslint-config-custom/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/@quiet/eslint-config@2.0.1-alpha.0...@quiet/eslint-config@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package @quiet/eslint-config + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/@quiet/eslint-config@1.4.0-alpha.0...@quiet/eslint-config@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package @quiet/eslint-config + + + + + # [1.4.0-alpha.0](/compare/@quiet/eslint-config@1.3.0...@quiet/eslint-config@1.4.0-alpha.0) (2023-08-29) **Note:** Version bump only for package @quiet/eslint-config diff --git a/packages/eslint-config-custom/package-lock.json b/packages/eslint-config-custom/package-lock.json index 96d4c052ad..7b05fd3f38 100644 --- a/packages/eslint-config-custom/package-lock.json +++ b/packages/eslint-config-custom/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/eslint-config", - "version": "1.4.0-alpha.0", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/eslint-config", - "version": "1.4.0-alpha.0", + "version": "2.0.1-alpha.1", "devDependencies": { "@typescript-eslint/eslint-plugin": "5.59.11", "@typescript-eslint/parser": "^5.59.11", diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index dcad81c53e..a07d3acd70 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -1,7 +1,7 @@ { "name": "@quiet/eslint-config", "main": "index.js", - "version": "1.4.0-alpha.0", + "version": "2.0.1-alpha.1", "devDependencies": { "@typescript-eslint/eslint-plugin": "5.59.11", "@typescript-eslint/parser": "^5.59.11", diff --git a/packages/identity/CHANGELOG.md b/packages/identity/CHANGELOG.md index 14783caa81..a1f67f90e8 100644 --- a/packages/identity/CHANGELOG.md +++ b/packages/identity/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.0...@quiet/identity@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package @quiet/identity + + + + + +## [2.0.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.3...@quiet/identity@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package @quiet/identity + + + + + # [2.0.0-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.2...@quiet/identity@2.0.0-alpha.3) (2023-09-19) **Note:** Version bump only for package @quiet/identity diff --git a/packages/identity/package-lock.json b/packages/identity/package-lock.json index b7f0cfe079..def783d1f1 100644 --- a/packages/identity/package-lock.json +++ b/packages/identity/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/identity", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/identity", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "license": "MIT", "dependencies": { "@peculiar/webcrypto": "1.4.3", diff --git a/packages/identity/package.json b/packages/identity/package.json index 0e5d9f8941..61dc6e3a83 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@quiet/identity", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "description": "Quiet tools for creating certificates and signing messages", "main": "lib/index.js", "types": "lib/index.d.js", @@ -49,9 +49,9 @@ }, "dependencies": { "@peculiar/webcrypto": "1.4.3", - "@quiet/eslint-config": "^1.4.0-alpha.0", - "@quiet/logger": "^1.7.0-alpha.1", - "@quiet/types": "^2.0.0-alpha.3", + "@quiet/eslint-config": "^2.0.1-alpha.1", + "@quiet/logger": "^2.0.1-alpha.1", + "@quiet/types": "^2.0.1-alpha.1", "pkijs": "^3.0.8" }, "devDependencies": { diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index 9aa40acb06..d342318e45 100644 --- a/packages/integration-tests/CHANGELOG.md +++ b/packages/integration-tests/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/integration-tests@2.0.1-alpha.0...integration-tests@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package integration-tests + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/integration-tests@2.0.0-alpha.4...integration-tests@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package integration-tests + + + + + # [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.0-alpha.3...integration-tests@2.0.0-alpha.4) (2023-09-19) **Note:** Version bump only for package integration-tests diff --git a/packages/integration-tests/package-lock.json b/packages/integration-tests/package-lock.json index 1f72e8052f..4d47e2a975 100644 --- a/packages/integration-tests/package-lock.json +++ b/packages/integration-tests/package-lock.json @@ -1,12 +1,12 @@ { "name": "integration-tests", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "integration-tests", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "license": "ISC", "dependencies": { "@peculiar/webcrypto": "1.4.3", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 71821422c3..3de8fb67c9 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "integration-tests", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "description": "", "types": "lib/index.d.ts", "main": "lib/index.js", @@ -22,7 +22,7 @@ "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", "@babel/preset-typescript": "^7.22.5", - "@quiet/eslint-config": "^1.4.0-alpha.0", + "@quiet/eslint-config": "^2.0.1-alpha.1", "@types/jest": "^26.0.24", "@types/redux-saga": "^0.10.5", "@types/tmp": "^0.2.2", @@ -33,9 +33,9 @@ }, "dependencies": { "@peculiar/webcrypto": "1.4.3", - "@quiet/identity": "^2.0.0-alpha.3", - "@quiet/logger": "^1.7.0-alpha.1", - "@quiet/state-manager": "^2.0.0-alpha.4", + "@quiet/identity": "^2.0.1-alpha.1", + "@quiet/logger": "^2.0.1-alpha.1", + "@quiet/state-manager": "^2.0.1-alpha.1", "@reduxjs/toolkit": "^1.6.1", "commander": "^9.1.0", "debug": "^4.3.2", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 361d78d81f..29560a39b7 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/@quiet/logger@2.0.1-alpha.0...@quiet/logger@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package @quiet/logger + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/@quiet/logger@1.7.0-alpha.1...@quiet/logger@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package @quiet/logger + + + + + # [1.7.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.7.0-alpha.0...@quiet/logger@1.7.0-alpha.1) (2023-09-14) **Note:** Version bump only for package @quiet/logger diff --git a/packages/logger/package-lock.json b/packages/logger/package-lock.json index bd647b4a3d..04925e993f 100644 --- a/packages/logger/package-lock.json +++ b/packages/logger/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/logger", - "version": "1.7.0-alpha.1", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/logger", - "version": "1.7.0-alpha.1", + "version": "2.0.1-alpha.1", "license": "ISC", "dependencies": { "cross-env": "^5.2.0", diff --git a/packages/logger/package.json b/packages/logger/package.json index 7b4c17469a..e9bbdbfb50 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@quiet/logger", - "version": "1.7.0-alpha.1", + "version": "2.0.1-alpha.1", "description": "Logger", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -16,7 +16,7 @@ "rmDist": "rimraf lib/" }, "devDependencies": { - "@quiet/eslint-config": "^1.4.0-alpha.0", + "@quiet/eslint-config": "^2.0.1-alpha.1", "@types/debug": "^4.1.7", "@types/node": "^17.0.21", "typescript": "^4.9.3" diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 630afac4b8..ad4d955f7a 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,46 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/@quiet/mobile@2.0.1-alpha.0...@quiet/mobile@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package @quiet/mobile + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/@quiet/mobile@2.0.0-alpha.15...@quiet/mobile@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package @quiet/mobile + + + + + +# [2.0.0-alpha.15](https://github.com/ZbayApp/monorepo/compare/@quiet/mobile@2.0.0-alpha.14...@quiet/mobile@2.0.0-alpha.15) (2023-09-22) + +**Note:** Version bump only for package @quiet/mobile + + + + + +# [2.0.0-alpha.14](https://github.com/ZbayApp/monorepo/compare/@quiet/mobile@2.0.0-alpha.13...@quiet/mobile@2.0.0-alpha.14) (2023-09-22) + +**Note:** Version bump only for package @quiet/mobile + + + + + +# [2.0.0-alpha.13](https://github.com/ZbayApp/monorepo/compare/@quiet/mobile@2.0.0-alpha.12...@quiet/mobile@2.0.0-alpha.13) (2023-09-22) + +**Note:** Version bump only for package @quiet/mobile + + + + + # [2.0.0-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.11...@quiet/mobile@2.0.0-alpha.12) (2023-09-20) **Note:** Version bump only for package @quiet/mobile diff --git a/packages/mobile/android/app/build.gradle b/packages/mobile/android/app/build.gradle index f13e24b6dc..74556ea7be 100644 --- a/packages/mobile/android/app/build.gradle +++ b/packages/mobile/android/app/build.gradle @@ -166,8 +166,8 @@ android { applicationId "com.quietmobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 327 - versionName "2.0.0-alpha.12" + versionCode 332 + versionName "2.0.1-alpha.1" resValue "string", "build_config_package", "com.quietmobile" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/packages/mobile/ios/Quiet.xcodeproj/project.pbxproj b/packages/mobile/ios/Quiet.xcodeproj/project.pbxproj index f92aa88756..88d85f832c 100644 --- a/packages/mobile/ios/Quiet.xcodeproj/project.pbxproj +++ b/packages/mobile/ios/Quiet.xcodeproj/project.pbxproj @@ -5406,7 +5406,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.quietmobile; PRODUCT_NAME = Quiet; PROVISIONING_PROFILE_SPECIFIER = CI; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = CI; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.quietmobile"; SWIFT_OBJC_BRIDGING_HEADER = "Quiet-Bridging-Header.h"; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; diff --git a/packages/mobile/ios/Quiet/Info.plist b/packages/mobile/ios/Quiet/Info.plist index d41314aafb..77eeffdc65 100644 --- a/packages/mobile/ios/Quiet/Info.plist +++ b/packages/mobile/ios/Quiet/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleURLTypes @@ -34,7 +34,7 @@ CFBundleVersion - 306 + 311 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/packages/mobile/ios/QuietTests/Info.plist b/packages/mobile/ios/QuietTests/Info.plist index 5fbf1ca88f..3912649a9e 100644 --- a/packages/mobile/ios/QuietTests/Info.plist +++ b/packages/mobile/ios/QuietTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion - 307 + 312 diff --git a/packages/mobile/ios/ci.plist b/packages/mobile/ios/ci.plist index ffe1b8393c..b02e65dc09 100644 --- a/packages/mobile/ios/ci.plist +++ b/packages/mobile/ios/ci.plist @@ -11,5 +11,7 @@ com.quietmobile CI + uploadSymbols + \ No newline at end of file diff --git a/packages/mobile/package-lock.json b/packages/mobile/package-lock.json index 45e20ecf60..12439bfe25 100644 --- a/packages/mobile/package-lock.json +++ b/packages/mobile/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/mobile", - "version": "2.0.0-alpha.12", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/mobile", - "version": "2.0.0-alpha.12", + "version": "2.0.1-alpha.1", "dependencies": { "@peculiar/webcrypto": "^1.4.3", "@react-native-clipboard/clipboard": "^1.11.2", diff --git a/packages/mobile/package.json b/packages/mobile/package.json index c1e2a5fb50..7dd868eaee 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@quiet/mobile", - "version": "2.0.0-alpha.12", + "version": "2.0.1-alpha.1", "scripts": { "build": "tsc -p tsconfig.build.json --noEmit", "storybook-android": "ENVFILE=.env.storybook react-native run-android --variant=storybookDebug --appIdSuffix=storybook.debug", @@ -22,11 +22,11 @@ }, "dependencies": { "@peculiar/webcrypto": "^1.4.3", - "@quiet/backend": "^2.0.0-alpha.5", - "@quiet/common": "^2.0.0-alpha.3", - "@quiet/identity": "^2.0.0-alpha.3", - "@quiet/state-manager": "^2.0.0-alpha.4", - "@quiet/types": "^2.0.0-alpha.3", + "@quiet/backend": "^2.0.1-alpha.1", + "@quiet/common": "^2.0.1-alpha.1", + "@quiet/identity": "^2.0.1-alpha.1", + "@quiet/state-manager": "^2.0.1-alpha.1", + "@quiet/types": "^2.0.1-alpha.1", "@react-native-clipboard/clipboard": "^1.11.2", "@react-navigation/native": "^6.0.0", "@react-navigation/native-stack": "^6.9.0", @@ -82,7 +82,7 @@ "@babel/plugin-transform-flow-strip-types": "^7.22.5", "@babel/preset-env": "^7.22.5", "@babel/runtime": "^7.22.5", - "@quiet/eslint-config": "^1.4.0-alpha.0", + "@quiet/eslint-config": "^2.0.1-alpha.1", "@react-native-async-storage/async-storage": "^1.18.1", "@react-native-community/eslint-config": "^2.0.0", "@react-native-community/push-notification-ios": "^1.10.1", diff --git a/packages/state-manager/CHANGELOG.md b/packages/state-manager/CHANGELOG.md index 03cbd87946..4c4bc61d62 100644 --- a/packages/state-manager/CHANGELOG.md +++ b/packages/state-manager/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/@quiet/state-manager@2.0.1-alpha.0...@quiet/state-manager@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package @quiet/state-manager + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/@quiet/state-manager@2.0.0-alpha.4...@quiet/state-manager@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package @quiet/state-manager + + + + + # [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.3...@quiet/state-manager@2.0.0-alpha.4) (2023-09-19) **Note:** Version bump only for package @quiet/state-manager diff --git a/packages/state-manager/package-lock.json b/packages/state-manager/package-lock.json index b3b2390c4a..14aadad190 100644 --- a/packages/state-manager/package-lock.json +++ b/packages/state-manager/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/state-manager", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/state-manager", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "license": "ISC", "dependencies": { "@reduxjs/toolkit": "^1.9.1", diff --git a/packages/state-manager/package.json b/packages/state-manager/package.json index 29e3b65b22..22c85f4e15 100644 --- a/packages/state-manager/package.json +++ b/packages/state-manager/package.json @@ -1,6 +1,6 @@ { "name": "@quiet/state-manager", - "version": "2.0.0-alpha.4", + "version": "2.0.1-alpha.1", "description": "", "main": "lib/index.js", "scripts": { @@ -22,9 +22,9 @@ "author": "", "license": "ISC", "dependencies": { - "@quiet/common": "^2.0.0-alpha.3", - "@quiet/logger": "^1.7.0-alpha.1", - "@quiet/types": "^2.0.0-alpha.3", + "@quiet/common": "^2.0.1-alpha.1", + "@quiet/logger": "^2.0.1-alpha.1", + "@quiet/types": "^2.0.1-alpha.1", "@reduxjs/toolkit": "^1.9.1", "factory-girl": "^5.0.4", "get-port": "^5.1.1", @@ -43,8 +43,8 @@ "@babel/preset-env": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@peculiar/webcrypto": "1.4.3", - "@quiet/eslint-config": "^1.4.0-alpha.0", - "@quiet/identity": "^2.0.0-alpha.3", + "@quiet/eslint-config": "^2.0.1-alpha.1", + "@quiet/identity": "^2.0.1-alpha.1", "@types/factory-girl": "^5.0.8", "@types/jest": "^26.0.24", "@types/luxon": "^2.0.0", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 9c605b1395..c7467a0682 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,22 @@ 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.1](https://github.com/ZbayApp/monorepo/compare/@quiet/types@2.0.1-alpha.0...@quiet/types@2.0.1-alpha.1) (2023-09-25) + +**Note:** Version bump only for package @quiet/types + + + + + +## [2.0.1-alpha.0](https://github.com/ZbayApp/monorepo/compare/@quiet/types@2.0.0-alpha.3...@quiet/types@2.0.1-alpha.0) (2023-09-25) + +**Note:** Version bump only for package @quiet/types + + + + + # [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.2...@quiet/types@2.0.0-alpha.3) (2023-09-19) **Note:** Version bump only for package @quiet/types diff --git a/packages/types/package-lock.json b/packages/types/package-lock.json index 3f684e8f82..c78f04d8b3 100644 --- a/packages/types/package-lock.json +++ b/packages/types/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quiet/types", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quiet/types", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "license": "ISC", "dependencies": { "cross-env": "^5.2.0", diff --git a/packages/types/package.json b/packages/types/package.json index 04f0d97dfc..a1778c2253 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@quiet/types", - "version": "2.0.0-alpha.3", + "version": "2.0.1-alpha.1", "description": "Common monorepo types", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -17,7 +17,7 @@ "rmDist": "rimraf lib/" }, "devDependencies": { - "@quiet/eslint-config": "^1.4.0-alpha.0", + "@quiet/eslint-config": "^2.0.1-alpha.1", "@reduxjs/toolkit": "^1.9.1", "@types/jest": "^26.0.23", "@types/node": "^17.0.21",