From bec026ad6a457d8c7ed073d4f833ea9f04669e7a Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 22 May 2023 16:34:05 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.9 - @standardnotes/clipper@1.1.31 - @standardnotes/desktop@3.106.40 - @standardnotes/encryption@1.21.37 - @standardnotes/features@1.59.4 - @standardnotes/filepicker@1.28.45 - @standardnotes/files@1.15.7 - @standardnotes/mobile@3.53.40 - @standardnotes/models@1.45.4 - @standardnotes/releases@1.4.308 - @standardnotes/responses@1.13.23 - @standardnotes/services@1.59.9 - @standardnotes/snjs@2.168.15 - @standardnotes/ui-services@1.26.11 - @standardnotes/web@3.160.7 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/encryption/CHANGELOG.md | 4 ++++ packages/encryption/package.json | 2 +- packages/features/CHANGELOG.md | 4 ++++ packages/features/package.json | 2 +- packages/filepicker/CHANGELOG.md | 4 ++++ packages/filepicker/package.json | 2 +- packages/files/CHANGELOG.md | 4 ++++ packages/files/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/models/CHANGELOG.md | 4 ++++ packages/models/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/responses/CHANGELOG.md | 4 ++++ packages/responses/package.json | 2 +- packages/services/CHANGELOG.md | 4 ++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 4 ++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/CHANGELOG.md.json | 11 +++++++++++ packages/web/package.json | 2 +- 31 files changed, 86 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 21bb0028c..b101cb75c 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.9](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.8...@standardnotes/api@1.26.9) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.8](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.7...@standardnotes/api@1.26.8) (2023-05-12) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index ae775f556..c1a12298c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.8", + "version": "1.26.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index a53b80d6b..277a1360c 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.1.31](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.30...@standardnotes/clipper@1.1.31) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.30](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.29...@standardnotes/clipper@1.1.30) (2023-05-22) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index f87e13f8c..0eca0112d 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.1.30", + "version": "1.1.31", "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 ba1ef33fa..30be477ba 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.106.40](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.160.6...@standardnotes/desktop@3.106.40) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.106.39](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.160.5...@standardnotes/desktop@3.106.39) (2023-05-22) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 51834b1cf..e1af3e784 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.106.39", + "version": "3.106.40", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 868a09640..45f61ed67 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.37](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.36...@standardnotes/encryption@1.21.37) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.36](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.35...@standardnotes/encryption@1.21.36) (2023-05-12) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index b6f1602f7..455f5385f 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.36", + "version": "1.21.37", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 7551d8ad9..efe2efa69 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.4](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.3...@standardnotes/features@1.59.4) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/features + ## [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 diff --git a/packages/features/package.json b/packages/features/package.json index 2ab6ab48b..7c7fa9487 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.59.3", + "version": "1.59.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 465c4e2ae..b16aff72b 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.45](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.44...@standardnotes/filepicker@1.28.45) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.44](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.43...@standardnotes/filepicker@1.28.44) (2023-05-12) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 888bd4473..ed9fa7c3b 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.44", + "version": "1.28.45", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 5513cdba0..7a26d2263 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.15.7](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.6...@standardnotes/files@1.15.7) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/files + ## [1.15.6](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.5...@standardnotes/files@1.15.6) (2023-05-12) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 054e11d5a..7c62d2841 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.15.6", + "version": "1.15.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index e186de6f3..eafaba6d5 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.53.40](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.39...@standardnotes/mobile@3.53.40) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.53.39](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.38...@standardnotes/mobile@3.53.39) (2023-05-22) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 41173ff48..941cfada2 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.53.39", + "version": "3.53.40", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 43ddabf0b..e4c2fd2bb 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.45.4](https://github.com/standardnotes/app/compare/@standardnotes/models@1.45.3...@standardnotes/models@1.45.4) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/models + ## [1.45.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.45.2...@standardnotes/models@1.45.3) (2023-05-12) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 7c4282c9e..8e6e91ae2 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.45.3", + "version": "1.45.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 366484b07..41e4c8cf8 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.308](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.307...@standardnotes/releases@1.4.308) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.307](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.306...@standardnotes/releases@1.4.307) (2023-05-22) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index d77bc6b5e..9a7e0e77b 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.307", + "version": "1.4.308", "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 d96202815..b3164449b 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.23](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.22...@standardnotes/responses@1.13.23) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.22](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.21...@standardnotes/responses@1.13.22) (2023-05-12) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 676735143..01546a40e 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.22", + "version": "1.13.23", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 776992ec5..68ca534b9 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.59.9](https://github.com/standardnotes/app/compare/@standardnotes/services@1.59.8...@standardnotes/services@1.59.9) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/services + ## [1.59.8](https://github.com/standardnotes/app/compare/@standardnotes/services@1.59.7...@standardnotes/services@1.59.8) (2023-05-12) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index a9744c398..b5d787732 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.59.8", + "version": "1.59.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 0eb68f860..15bec7388 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.168.15](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.14...@standardnotes/snjs@2.168.15) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.168.14](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.13...@standardnotes/snjs@2.168.14) (2023-05-19) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index cdda59a58..7e35f73ef 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.168.14", + "version": "2.168.15", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 75e5506e8..02d92d9fb 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.26.11](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.26.10...@standardnotes/ui-services@1.26.11) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.26.10](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.26.9...@standardnotes/ui-services@1.26.10) (2023-05-17) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 4c34def9b..d81d70b1e 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.26.10", + "version": "1.26.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index e9b38bc30..0d570124b 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.160.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.6...@standardnotes/web@3.160.7) (2023-05-22) + +**Note:** Version bump only for package @standardnotes/web + ## [3.160.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.5...@standardnotes/web@3.160.6) (2023-05-22) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 575b63e94..990c8d938 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.160.7", + "title": "[3.160.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.6...@standardnotes/web@3.160.7) (2023-05-22)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.160.6", "title": "[3.160.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.5...@standardnotes/web@3.160.6) (2023-05-22)", diff --git a/packages/web/package.json b/packages/web/package.json index 7a511d772..e85910139 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.160.6", + "version": "3.160.7", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",