diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index ac6d51a3a..21c1c290d 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.78](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.77...@standardnotes/desktop@3.23.78) (2022-07-18) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.77](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.76...@standardnotes/desktop@3.23.77) (2022-07-14) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index a0083d9f4..29eeffd86 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.77", + "version": "3.23.78", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 3a737f1d8..f863f27bb 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.30.34](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.33...@standardnotes/mobile@3.30.34) (2022-07-18) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.30.33](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.32...@standardnotes/mobile@3.30.33) (2022-07-14) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index b49a5c89f..8090676c2 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.30.33", + "version": "3.30.34", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 490d790de..154ba601f 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/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. +# [1.3.0](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.99...@standardnotes/releases@1.3.0) (2022-07-18) + +### Features + +* **releases:** add mobile urls ([98fc870](https://github.com/standardnotes/app/commit/98fc870d761b50dadc00ebb4e41abba987bbcfb0)) + ## [1.2.99](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.98...@standardnotes/releases@1.2.99) (2022-07-14) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 419ec7836..2f8f867f1 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.99", + "version": "1.3.0", "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 bf9cd8352..a73081bb8 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +## [2.124.5](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.124.4...@standardnotes/snjs@2.124.5) (2022-07-18) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.124.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.124.3...@standardnotes/snjs@2.124.4) (2022-07-14) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index ef178e8a3..777065d40 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.124.4", + "version": "2.124.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index b854fc47d..3517626b6 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/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.2.101](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.100...@standardnotes/web-server@1.2.101) (2022-07-18) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.100](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.99...@standardnotes/web-server@1.2.100) (2022-07-14) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 0209aa971..4487c0e6f 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.100", + "version": "1.2.101", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 3284e3650..700d7d285 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.40.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.40.6...@standardnotes/web@3.40.7) (2022-07-18) + +**Note:** Version bump only for package @standardnotes/web + ## [3.40.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.40.5...@standardnotes/web@3.40.6) (2022-07-14) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index 56b802f69..a8b05943b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.40.6", + "version": "3.40.7", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",