Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra authored and Dinek007 committed Nov 8, 2022
1 parent c77bdb2 commit 1c2873b
Show file tree
Hide file tree
Showing 30 changed files with 116 additions and 44 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.12.0](https://github.com/TryQuiet/backend/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-31)

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





## [0.11.3-alpha.16](https://github.com/TryQuiet/backend/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-19)

**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.11.3-alpha.16",
"version": "0.12.0",
"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.10.3-alpha.16",
"@quiet/logger": "^0.10.3-alpha.16",
"@quiet/state-manager": "^0.11.3-alpha.16",
"@quiet/identity": "^0.11.0",
"@quiet/logger": "^0.11.0",
"@quiet/state-manager": "^0.12.0",
"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.12.0](https://github.com/TryQuiet/quiet/compare/[email protected]@0.12.0) (2022-10-31)

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





## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/[email protected]@0.11.3-alpha.16) (2022-10-19)

**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.11.3-alpha.16",
"version": "0.12.0",
"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.11.3-alpha.16",
"@quiet/identity": "^0.10.3-alpha.16",
"@quiet/logger": "^0.10.3-alpha.16",
"@quiet/state-manager": "^0.11.3-alpha.16",
"@quiet/backend": "^0.12.0",
"@quiet/identity": "^0.11.0",
"@quiet/logger": "^0.11.0",
"@quiet/state-manager": "^0.12.0",
"@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.12.0](https://github.com/TryQuiet/quiet/compare/[email protected]@0.12.0) (2022-10-31)

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





## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/[email protected]@0.11.3-alpha.16) (2022-10-19)

**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.11.3-alpha.16",
"version": "0.12.0",
"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.10.3-alpha.16",
"@quiet/logger": "^0.11.0",
"cross-env": "^5.2.0",
"integration-tests": "^0.11.3-alpha.16",
"integration-tests": "^0.12.0",
"path-browserify": "^1.0.1",
"testcafe": "^1.18.3",
"testcafe-browser-provider-electron": "^0.10.3-alpha.16",
"testcafe-browser-provider-electron": "^0.11.0",
"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.11.0](https://github.com/TryQuiet/identity/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-31)

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





## [0.10.3-alpha.16](https://github.com/TryQuiet/identity/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-19)

**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.10.3-alpha.16",
"version": "0.11.0",
"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.10.3-alpha.16",
"@quiet/logger": "^0.11.0",
"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.12.0](https://github.com/TryQuiet/quiet/compare/[email protected]@0.12.0) (2022-10-31)

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





## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/[email protected]@0.11.3-alpha.16) (2022-10-19)

**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.11.3-alpha.16",
"version": "0.12.0",
"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.11.3-alpha.16",
"@quiet/identity": "^0.10.3-alpha.16",
"@quiet/logger": "^0.10.3-alpha.16",
"@quiet/state-manager": "^0.11.3-alpha.16",
"@quiet/backend": "^0.12.0",
"@quiet/identity": "^0.11.0",
"@quiet/logger": "^0.11.0",
"@quiet/state-manager": "^0.12.0",
"@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.11.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-31)

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





## [0.10.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-19)

**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.10.3-alpha.16",
"version": "0.11.0",
"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.6.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-31)

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





## [0.5.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-19)

**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 @@ -145,8 +145,8 @@ android {
applicationId "com.zbaymobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 123
versionName "0.5.4-alpha.3"
versionCode 124
versionName "0.6.0"
resValue "string", "build_config_package", "com.zbaymobile"
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/ZbayMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.3</string>
<string>0.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>121</string>
<string>122</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/ZbayMobileTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.3</string>
<string>0.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>121</string>
<string>122</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.5.3-alpha.16",
"version": "0.6.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand All @@ -21,9 +21,9 @@
},
"dependencies": {
"@peculiar/webcrypto": "^1.1.7",
"@quiet/backend": "^0.11.3-alpha.16",
"@quiet/identity": "^0.10.3-alpha.16",
"@quiet/state-manager": "^0.11.3-alpha.16",
"@quiet/backend": "^0.12.0",
"@quiet/identity": "^0.11.0",
"@quiet/state-manager": "^0.12.0",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/art": "^1.2.0",
"@react-navigation/native": "^5.9.4",
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.12.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-31)

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





## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/[email protected]...@quiet/[email protected]) (2022-10-19)

**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.11.3-alpha.16",
"version": "0.12.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@quiet/logger": "^0.10.3-alpha.16",
"@quiet/logger": "^0.11.0",
"@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.10.3-alpha.16",
"@quiet/identity": "^0.11.0",
"@types/factory-girl": "^5.0.8",
"@types/jest": "^26.0.24",
"@types/luxon": "^2.0.0",
Expand Down
Loading

0 comments on commit 1c2873b

Please sign in to comment.