diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 8b6b8f57f..64dd3363e 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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.25.7](https://github.com/standardnotes/app/compare/@standardnotes/api@1.25.6...@standardnotes/api@1.25.7) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/api + ## [1.25.6](https://github.com/standardnotes/app/compare/@standardnotes/api@1.25.5...@standardnotes/api@1.25.6) (2023-03-09) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 1d89e176a..5e57a3f67 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.25.6", + "version": "1.25.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index b25e14b4b..123ea4023 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.20](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.19...@standardnotes/desktop@3.105.20) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.19](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.18...@standardnotes/desktop@3.105.19) (2023-03-09) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index da907faaa..af4050fe6 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.19", + "version": "3.105.20", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 72b5a09d7..01230152a 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/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.21.21](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.20...@standardnotes/encryption@1.21.21) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.20](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.19...@standardnotes/encryption@1.21.20) (2023-03-09) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 6b1aacd3c..febbc0e79 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.20", + "version": "1.21.21", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 83b80abf6..89855f2c8 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/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.58.11](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.10...@standardnotes/features@1.58.11) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/features + ## [1.58.10](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.9...@standardnotes/features@1.58.10) (2023-03-08) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 063161107..55ad5230c 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.58.10", + "version": "1.58.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 6a88d08b2..e01ed983a 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/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.28.26](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.25...@standardnotes/filepicker@1.28.26) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.25](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.24...@standardnotes/filepicker@1.28.25) (2023-03-09) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index c12ba262c..3f69374a7 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.25", + "version": "1.28.26", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 077c017fd..a0328cc00 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.14.36](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.35...@standardnotes/files@1.14.36) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.35](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.34...@standardnotes/files@1.14.35) (2023-03-09) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index ca2833fae..f30a841a9 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.35", + "version": "1.14.36", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 0e7d0e006..6cfa40136 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.51](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.50...@standardnotes/mobile@3.51.51) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.51.50](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.150.18...@standardnotes/mobile@3.51.50) (2023-03-09) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index c30b6581f..3026e564b 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.51.50", + "version": "3.51.51", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 958f5e758..0f0de6257 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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.43.9](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.8...@standardnotes/models@1.43.9) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/models + ## [1.43.8](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.7...@standardnotes/models@1.43.8) (2023-03-09) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index b830de98e..25916f7bc 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.43.8", + "version": "1.43.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 8878c0e93..1d06b50dd 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.194](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.193...@standardnotes/releases@1.4.194) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.193](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.192...@standardnotes/releases@1.4.193) (2023-03-09) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index d826e385f..fd8537fd7 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.193", + "version": "1.4.194", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index 4684d98f8..cf4669dd3 100644 --- a/packages/responses/CHANGELOG.md +++ b/packages/responses/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.13.12](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.11...@standardnotes/responses@1.13.12) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.11](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.10...@standardnotes/responses@1.13.11) (2023-03-08) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 4755f764e..503376299 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.11", + "version": "1.13.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index d34c2d151..71a057186 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/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.57.8](https://github.com/standardnotes/app/compare/@standardnotes/services@1.57.7...@standardnotes/services@1.57.8) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/services + ## [1.57.7](https://github.com/standardnotes/app/compare/@standardnotes/services@1.57.6...@standardnotes/services@1.57.7) (2023-03-09) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index da78c7341..e46a4efb9 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.57.7", + "version": "1.57.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index cebd8a7f0..746be9a0d 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.166.13](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.166.12...@standardnotes/snjs@2.166.13) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.166.12](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.166.11...@standardnotes/snjs@2.166.12) (2023-03-09) ### Reverts diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 88a27dbe3..db3a5d88a 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.166.12", + "version": "2.166.13", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 8ce9ce609..ff68744c2 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.24.36](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.35...@standardnotes/ui-services@1.24.36) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.24.35](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.34...@standardnotes/ui-services@1.24.35) (2023-03-09) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index ff76e0137..6315ec986 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.24.35", + "version": "1.24.36", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 7ac74e541..00ba620be 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.20](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.19...@standardnotes/web@3.150.20) (2023-03-10) + +**Note:** Version bump only for package @standardnotes/web + ## [3.150.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.18...@standardnotes/web@3.150.19) (2023-03-09) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 86f9ad832..0ec82e472 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.150.20", + "title": "[3.150.20](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.19...@standardnotes/web@3.150.20) (2023-03-10)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.150.19", "title": "[3.150.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.18...@standardnotes/web@3.150.19) (2023-03-09)", diff --git a/packages/web/package.json b/packages/web/package.json index ece6ec885..125e1f229 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.150.19", + "version": "3.150.20", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",