Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Nov 18, 2022
1 parent 895476b commit 5e33a80
Show file tree
Hide file tree
Showing 30 changed files with 114 additions and 42 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.

# [0.14.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

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





# [0.14.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

**Note:** Version bump only for package @quiet/backend
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/backend",
"version": "0.14.0-alpha.0",
"version": "0.14.0-alpha.1",
"description": "tlg-manager",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -80,9 +80,9 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^4.0.0",
"@peculiar/webcrypto": "1.2.2",
"@quiet/identity": "^0.13.0-alpha.0",
"@quiet/logger": "^0.13.0-alpha.0",
"@quiet/state-manager": "^0.14.0-alpha.0",
"@quiet/identity": "^0.13.0-alpha.1",
"@quiet/logger": "^0.13.0-alpha.1",
"@quiet/state-manager": "^0.14.0-alpha.1",
"abortable-iterator": "^3.0.0",
"class-validator": "^0.13.1",
"cli-table": "^0.3.6",
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.

# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/[email protected]@0.14.0-alpha.1) (2022-11-18)

**Note:** Version bump only for package quiet





# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/[email protected]@0.14.0-alpha.0) (2022-11-18)

**Note:** Version bump only for package quiet
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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": "0.14.0-alpha.0",
"version": "0.14.0-alpha.1",
"description": "Decentralized team chat",
"main": "dist/main/main.js",
"scripts": {
Expand Down Expand Up @@ -118,10 +118,10 @@
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.34",
"@peculiar/webcrypto": "1.2.2",
"@quiet/backend": "^0.14.0-alpha.0",
"@quiet/identity": "^0.13.0-alpha.0",
"@quiet/logger": "^0.13.0-alpha.0",
"@quiet/state-manager": "^0.14.0-alpha.0",
"@quiet/backend": "^0.14.0-alpha.1",
"@quiet/identity": "^0.13.0-alpha.1",
"@quiet/logger": "^0.13.0-alpha.1",
"@quiet/state-manager": "^0.14.0-alpha.1",
"@redux-saga/types": "^1.1.0",
"@reduxjs/toolkit": "^1.6.2",
"@sentry/browser": "^6.19.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/e2e-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.

# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/[email protected]@0.14.0-alpha.1) (2022-11-18)

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





# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/[email protected]@0.14.0-alpha.0) (2022-11-18)

**Note:** Version bump only for package e2e-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e-tests",
"version": "0.14.0-alpha.0",
"version": "0.14.0-alpha.1",
"description": "For running end to end tests we use testcafe (https://testcafe.io/) along with its official electron plugin (https://github.com/DevExpress/testcafe-browser-provider-electron)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,12 +34,12 @@
"typescript": "^4.1.5"
},
"dependencies": {
"@quiet/logger": "^0.13.0-alpha.0",
"@quiet/logger": "^0.13.0-alpha.1",
"cross-env": "^5.2.0",
"integration-tests": "^0.14.0-alpha.0",
"integration-tests": "^0.14.0-alpha.1",
"path-browserify": "^1.0.1",
"testcafe": "^1.18.3",
"testcafe-browser-provider-electron": "^0.13.0-alpha.0",
"testcafe-browser-provider-electron": "^0.13.0-alpha.1",
"yargs": "^17.3.1"
},
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions packages/identity/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.

# [0.13.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

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





# [0.13.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

**Note:** Version bump only for package @quiet/identity
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/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/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/identity",
"version": "0.13.0-alpha.0",
"version": "0.13.0-alpha.1",
"description": "Quiet tools for creating certificates and signing messages",
"main": "lib/index.js",
"types": "lib/index.d.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@peculiar/webcrypto": "1.2.2",
"@quiet/logger": "^0.13.0-alpha.0",
"@quiet/logger": "^0.13.0-alpha.1",
"pkijs": "~2.1.97"
},
"devDependencies": {
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.

# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/[email protected]@0.14.0-alpha.1) (2022-11-18)

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





# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/[email protected]@0.14.0-alpha.0) (2022-11-18)

**Note:** Version bump only for package integration-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration-tests",
"version": "0.14.0-alpha.0",
"version": "0.14.0-alpha.1",
"description": "",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -45,10 +45,10 @@
},
"dependencies": {
"@peculiar/webcrypto": "1.2.2",
"@quiet/backend": "^0.14.0-alpha.0",
"@quiet/identity": "^0.13.0-alpha.0",
"@quiet/logger": "^0.13.0-alpha.0",
"@quiet/state-manager": "^0.14.0-alpha.0",
"@quiet/backend": "^0.14.0-alpha.1",
"@quiet/identity": "^0.13.0-alpha.1",
"@quiet/logger": "^0.13.0-alpha.1",
"@quiet/state-manager": "^0.14.0-alpha.1",
"@reduxjs/toolkit": "^1.6.1",
"commander": "^9.1.0",
"debug": "^4.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/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.

# [0.13.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

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





# [0.13.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

**Note:** Version bump only for package @quiet/logger
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/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/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/logger",
"version": "0.13.0-alpha.0",
"version": "0.13.0-alpha.1",
"description": "Logger",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/mobile/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.

# [0.8.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

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





# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

**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 @@ -164,8 +164,8 @@ android {
applicationId "com.zbaymobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 134
versionName "0.8.0-alpha.0"
versionCode 135
versionName "0.8.0-alpha.1"
resValue "string", "build_config_package", "com.zbaymobile"
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/ZbayMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>125</string>
<string>126</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/ZbayMobileTests/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>125</string>
<string>126</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion packages/mobile/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/mobile",
"version": "0.8.0-alpha.0",
"version": "0.8.0-alpha.1",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand All @@ -21,9 +21,9 @@
},
"dependencies": {
"@peculiar/webcrypto": "^1.1.7",
"@quiet/backend": "^0.14.0-alpha.0",
"@quiet/identity": "^0.13.0-alpha.0",
"@quiet/state-manager": "^0.14.0-alpha.0",
"@quiet/backend": "^0.14.0-alpha.1",
"@quiet/identity": "^0.13.0-alpha.1",
"@quiet/state-manager": "^0.14.0-alpha.1",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/art": "^1.2.0",
"@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.

# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

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





# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-11-18)

**Note:** Version bump only for package @quiet/state-manager
Expand Down
2 changes: 1 addition & 1 deletion packages/state-manager/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/state-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/state-manager",
"version": "0.14.0-alpha.0",
"version": "0.14.0-alpha.1",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@quiet/logger": "^0.13.0-alpha.0",
"@quiet/logger": "^0.13.0-alpha.1",
"@reduxjs/toolkit": "^1.6.1",
"factory-girl": "^5.0.4",
"get-port": "^5.1.1",
Expand All @@ -41,7 +41,7 @@
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@peculiar/webcrypto": "*",
"@quiet/identity": "^0.13.0-alpha.0",
"@quiet/identity": "^0.13.0-alpha.1",
"@types/factory-girl": "^5.0.8",
"@types/jest": "^26.0.24",
"@types/luxon": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/testcafe-browser-provider-electron/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.

# [0.13.0-alpha.1](https://github.com/DevExpress/testcafe-browser-provider-electron/compare/testcafe-browser-provider-electron@0.11.1-alpha.0...testcafe-browser-provider-electron@0.13.0-alpha.1) (2022-11-18)

**Note:** Version bump only for package testcafe-browser-provider-electron





# [0.13.0-alpha.0](https://github.com/DevExpress/testcafe-browser-provider-electron/compare/testcafe-browser-provider-electron@0.11.1-alpha.0...testcafe-browser-provider-electron@0.13.0-alpha.0) (2022-11-18)

**Note:** Version bump only for package testcafe-browser-provider-electron
Expand Down

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

Loading

0 comments on commit 5e33a80

Please sign in to comment.