diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index cabe3f021..f42504977 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.23.137](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.136...@standardnotes/desktop@3.23.137) (2022-09-21) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.136](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.135...@standardnotes/desktop@3.23.136) (2022-09-20) ### Bug Fixes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 9de31d61a..bef74d598 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.23.136", + "version": "3.23.137", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 2e44d31f3..468abb9ba 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.35.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.4...@standardnotes/mobile@3.35.5) (2022-09-21) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.35.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.3...@standardnotes/mobile@3.35.4) (2022-09-20) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f4a93aac3..aef9adc4c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.35.4", + "version": "3.35.5", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 538ff28e7..b51e46383 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.60](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.59...@standardnotes/releases@1.3.60) (2022-09-21) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.59](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.58...@standardnotes/releases@1.3.59) (2022-09-20) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index eb3b33e96..300deaf23 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.59", + "version": "1.3.60", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 722718037..d1b757c81 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.131.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.130.2...@standardnotes/snjs@2.131.0) (2022-09-21) + +### Features + +* **snjs:** add retrieving web sockets token for establishing connection ([#1602](https://github.com/standardnotes/app/issues/1602)) ([e809328](https://github.com/standardnotes/app/commit/e809328fa86d49f76d24bc0d95db010e483c1853)) + ## [2.130.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.130.1...@standardnotes/snjs@2.130.2) (2022-09-20) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 788a4b5de..3a2381260 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.130.2", + "version": "2.131.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 246a22dae..770c4b6c0 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.50.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.50.4...@standardnotes/web@3.50.5) (2022-09-21) + +### Bug Fixes + +* **web:** subscription sharing copy ([271a8d1](https://github.com/standardnotes/app/commit/271a8d1d70d25e4d5bdc7e3ad5cfffb2a5cb4f01)) + ## [3.50.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.50.3...@standardnotes/web@3.50.4) (2022-09-20) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index f18a1e0e4..f2a8c768e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.50.4", + "version": "3.50.5", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",