diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7e6a07faf..b6766e9d9 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.11](https://github.com/standardnotes/app/compare/@standardnotes/api@1.25.10...@standardnotes/api@1.25.11) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/api + ## [1.25.10](https://github.com/standardnotes/app/compare/@standardnotes/api@1.25.9...@standardnotes/api@1.25.10) (2023-03-26) ### Bug Fixes diff --git a/packages/api/package.json b/packages/api/package.json index 66318e7f1..f2c325556 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.25.10", + "version": "1.25.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md new file mode 100644 index 000000000..74ae7ba79 --- /dev/null +++ b/packages/clipper/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.2 (2023-04-11) + +**Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index bb87a6102..5d1ba469f 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.1", + "version": "1.0.2", "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 da5484c31..14e4c291d 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.47](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.46...@standardnotes/desktop@3.105.47) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.46](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.45...@standardnotes/desktop@3.105.46) (2023-04-11) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 602c9fcaa..69eeaa525 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.46", + "version": "3.105.47", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 7adba2b1d..6ab3d6f6a 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.24](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.23...@standardnotes/encryption@1.21.24) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.23](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.22...@standardnotes/encryption@1.21.23) (2023-03-15) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 744ea300b..6e218fb8a 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.23", + "version": "1.21.24", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 2bda88105..1acc79e1c 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.13](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.12...@standardnotes/features@1.58.13) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/features + ## [1.58.12](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.11...@standardnotes/features@1.58.12) (2023-03-10) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 04c6fe4df..babe35a6e 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.58.12", + "version": "1.58.13", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 6678321ff..1ef1609ff 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.29](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.28...@standardnotes/filepicker@1.28.29) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.28](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.27...@standardnotes/filepicker@1.28.28) (2023-03-15) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 4b147c4d3..506db4600 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.28", + "version": "1.28.29", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 256022e87..c0bc18758 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.39](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.38...@standardnotes/files@1.14.39) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.38](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.37...@standardnotes/files@1.14.38) (2023-03-15) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 6a57f2f76..180137ea9 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.38", + "version": "1.14.39", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 3f9fff08d..b0bed1e26 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.10.8](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.10.7...@standardnotes/icons@1.10.8) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/icons + ## [1.10.7](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.10.6...@standardnotes/icons@1.10.7) (2023-03-30) **Note:** Version bump only for package @standardnotes/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index d62339e69..1a15db0ad 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.10.7", + "version": "1.10.8", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index df2fe6804..6acbb06a3 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.80](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.79...@standardnotes/mobile@3.51.80) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.51.79](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.78...@standardnotes/mobile@3.51.79) (2023-04-11) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 70c005a65..9ba57f205 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.51.79", + "version": "3.51.80", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 37637fd56..5e74403c2 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.12](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.11...@standardnotes/models@1.43.12) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/models + ## [1.43.11](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.10...@standardnotes/models@1.43.11) (2023-03-15) ### Bug Fixes diff --git a/packages/models/package.json b/packages/models/package.json index 144556436..5b48cd1e8 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.43.11", + "version": "1.43.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 83ecfb5ed..c9c12d959 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.223](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.222...@standardnotes/releases@1.4.223) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.222](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.221...@standardnotes/releases@1.4.222) (2023-04-11) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index dc07ebb9a..5e68b2ffc 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.222", + "version": "1.4.223", "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 8ef788541..abd58e1da 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.14](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.13...@standardnotes/responses@1.13.14) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.13](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.12...@standardnotes/responses@1.13.13) (2023-03-10) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 4f099fdf7..98d4feb48 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.13", + "version": "1.13.14", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 2297cc3ba..b185421b4 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.12](https://github.com/standardnotes/app/compare/@standardnotes/services@1.57.11...@standardnotes/services@1.57.12) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/services + ## [1.57.11](https://github.com/standardnotes/app/compare/@standardnotes/services@1.57.10...@standardnotes/services@1.57.11) (2023-03-26) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 6a592f5e1..aed4e40cf 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.57.11", + "version": "1.57.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 93a14a4bb..457b76fe3 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.19](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.166.18...@standardnotes/snjs@2.166.19) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.166.18](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.166.17...@standardnotes/snjs@2.166.18) (2023-04-06) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 669812434..43a093170 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.166.18", + "version": "2.166.19", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 1ccecf3c8..7f04e76cc 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.27](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.26...@standardnotes/toast@1.3.27) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.3.26](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.25...@standardnotes/toast@1.3.26) (2023-03-30) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 2d6d758db..33c61d56b 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.26", + "version": "1.3.27", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index e0d0a9308..e46cea7c5 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.42](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.41...@standardnotes/ui-services@1.24.42) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.24.41](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.40...@standardnotes/ui-services@1.24.41) (2023-03-30) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 047dbdb5b..b8d4a1b38 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.24.41", + "version": "1.24.42", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index c3fdcb943..3b0dc7d6a 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.47](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.46...@standardnotes/web@3.150.47) (2023-04-11) + +**Note:** Version bump only for package @standardnotes/web + ## [3.150.46](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.45...@standardnotes/web@3.150.46) (2023-04-11) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 70afa09f0..ea58a2fb7 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.150.47", + "title": "[3.150.47](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.46...@standardnotes/web@3.150.47) (2023-04-11)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.150.46", "title": "[3.150.46](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.45...@standardnotes/web@3.150.46) (2023-04-11)", diff --git a/packages/web/package.json b/packages/web/package.json index fc89ff363..9509747ae 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.150.46", + "version": "3.150.47", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",