diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 1eb191a97..bf00d0181 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.105.23](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.22...@standardnotes/desktop@3.105.23) (2023-03-15) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.22](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.21...@standardnotes/desktop@3.105.22) (2023-03-15) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ca3e4035a..c29dd3955 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.105.22", + "version": "3.105.23", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index b96cd9dfc..4c07b424c 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.51.55](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.54...@standardnotes/mobile@3.51.55) (2023-03-15) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.51.54](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.53...@standardnotes/mobile@3.51.54) (2023-03-15) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f444a88d0..b3783b6e4 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.51.54", + "version": "3.51.55", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 00f0b3849..4ed0877ec 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.4.198](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.197...@standardnotes/releases@1.4.198) (2023-03-15) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.197](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.196...@standardnotes/releases@1.4.197) (2023-03-15) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index ca51af4fc..908787ab7 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.197", + "version": "1.4.198", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index c68ec3f42..737ff68b1 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.150.23](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.22...@standardnotes/web@3.150.23) (2023-03-15) + +**Note:** Version bump only for package @standardnotes/web + ## [3.150.22](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.21...@standardnotes/web@3.150.22) (2023-03-15) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index aa3c16850..649818fc1 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.150.23", + "title": "[3.150.23](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.22...@standardnotes/web@3.150.23) (2023-03-15)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.150.22", "title": "[3.150.22](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.21...@standardnotes/web@3.150.22) (2023-03-15)", diff --git a/packages/web/package.json b/packages/web/package.json index 6700e5e55..96ffdda23 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.150.22", + "version": "3.150.23", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",