diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index a691b7752..725e2e4a8 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.26.4](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.3...@standardnotes/api@1.26.4) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.3](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.2...@standardnotes/api@1.26.3) (2023-04-26) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index ac85d2be9..677670399 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.3", + "version": "1.26.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 384de1b59..c3cc8f4b4 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/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.0.24](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.23...@standardnotes/clipper@1.0.24) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.0.23](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.22...@standardnotes/clipper@1.0.23) (2023-04-26) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index d429bb1fa..0dce545c2 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.0.23", + "version": "1.0.24", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index b706e8462..d16e97422 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.73](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.153.2...@standardnotes/desktop@3.105.73) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.72](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.153.1...@standardnotes/desktop@3.105.72) (2023-04-26) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ae5ae262c..d2658f3f4 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.72", + "version": "3.105.73", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 793969c75..5c9c7423b 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.32](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.31...@standardnotes/encryption@1.21.32) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.31](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.30...@standardnotes/encryption@1.21.31) (2023-04-26) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index a69caff20..8f2d288c1 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.31", + "version": "1.21.32", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index dca0db485..7551d8ad9 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.59.3](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.2...@standardnotes/features@1.59.3) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/features + ## [1.59.2](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.1...@standardnotes/features@1.59.2) (2023-04-26) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 89911fe7b..2ab6ab48b 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.59.2", + "version": "1.59.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 9fe7c644a..82c76f693 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.37](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.36...@standardnotes/filepicker@1.28.37) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.36](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.35...@standardnotes/filepicker@1.28.36) (2023-04-26) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index b1bf80044..a3eff2b40 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.36", + "version": "1.28.37", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 4cb497861..e5f8b03e5 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.47](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.46...@standardnotes/files@1.14.47) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.46](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.45...@standardnotes/files@1.14.46) (2023-04-26) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 5606ea6d3..69ae4ab57 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.46", + "version": "1.14.47", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index fab5bcc0f..1789cbecf 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.52.20](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.153.2...@standardnotes/mobile@3.52.20) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.52.19](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.18...@standardnotes/mobile@3.52.19) (2023-04-26) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index e4f2a1f0c..fe4c8eb31 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.52.19", + "version": "3.52.20", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 20bb471ee..eaa2f0741 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.44.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.44.2...@standardnotes/models@1.44.3) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/models + ## [1.44.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.44.1...@standardnotes/models@1.44.2) (2023-04-26) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 8550c582f..442e2c6ae 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.44.2", + "version": "1.44.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index d26858ebb..a0107ecc4 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.251](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.250...@standardnotes/releases@1.4.251) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.250](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.249...@standardnotes/releases@1.4.250) (2023-04-26) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 336327116..c725003dc 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.250", + "version": "1.4.251", "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 0164ffd58..5fa7b45ed 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.21](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.20...@standardnotes/responses@1.13.21) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.20](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.19...@standardnotes/responses@1.13.20) (2023-04-26) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 21f783de1..d0c105aed 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.20", + "version": "1.13.21", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 857baa566..b4356bb3f 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.58.5](https://github.com/standardnotes/app/compare/@standardnotes/services@1.58.4...@standardnotes/services@1.58.5) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/services + ## [1.58.4](https://github.com/standardnotes/app/compare/@standardnotes/services@1.58.3...@standardnotes/services@1.58.4) (2023-04-26) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index ac3ca0914..27febba5c 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.58.4", + "version": "1.58.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index b9a018449..0254d5dc5 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.167.5](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.167.4...@standardnotes/snjs@2.167.5) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.167.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.167.3...@standardnotes/snjs@2.167.4) (2023-04-26) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 5dd286367..3e375b272 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.167.4", + "version": "2.167.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index b3d5d1620..91a414c2e 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.25.5](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.4...@standardnotes/ui-services@1.25.5) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.25.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.3...@standardnotes/ui-services@1.25.4) (2023-04-26) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 3742ae883..0e09804be 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.25.4", + "version": "1.25.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 3a6a56705..0cec017e0 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.153.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.2...@standardnotes/web@3.153.3) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/web + ## [3.153.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.1...@standardnotes/web@3.153.2) (2023-04-26) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index b8d07f879..7c03038ab 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.153.3", + "title": "[3.153.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.2...@standardnotes/web@3.153.3) (2023-04-26)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.153.2", "title": "[3.153.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.1...@standardnotes/web@3.153.2) (2023-04-26)", diff --git a/packages/web/package.json b/packages/web/package.json index a62d8709e..ef0bc2901 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.153.2", + "version": "3.153.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",