From e47b6253c1bba5661d71da9b756ff2c0b23a7dab Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 8 Mar 2023 09:57:58 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.25.5 - @standardnotes/desktop@3.105.15 - @standardnotes/encryption@1.21.19 - @standardnotes/features@1.58.10 - @standardnotes/filepicker@1.28.24 - @standardnotes/files@1.14.34 - @standardnotes/mobile@3.51.46 - @standardnotes/models@1.43.7 - @standardnotes/releases@1.4.189 - @standardnotes/responses@1.13.11 - @standardnotes/services@1.57.6 - @standardnotes/snjs@2.166.8 - @standardnotes/ui-services@1.24.34 - @standardnotes/web@3.150.15 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/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 +- 29 files changed, 81 insertions(+), 14 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 4e9df2aed..b026efc2a 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.5](https://github.com/standardnotes/app/compare/@standardnotes/api@1.25.4...@standardnotes/api@1.25.5) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/api + ## [1.25.4](https://github.com/standardnotes/app/compare/@standardnotes/api@1.25.3...@standardnotes/api@1.25.4) (2023-03-01) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index f53df3f22..9715bae68 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.25.4", + "version": "1.25.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 75af134cf..b73794be1 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.15](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.14...@standardnotes/desktop@3.105.15) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.13...@standardnotes/desktop@3.105.14) (2023-03-07) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index da57f9508..23fa58db7 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.14", + "version": "3.105.15", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index c1bdd1e4e..a2dc8a1e1 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.19](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.18...@standardnotes/encryption@1.21.19) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.18](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.17...@standardnotes/encryption@1.21.18) (2023-03-01) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 276c288c6..56c62294f 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.18", + "version": "1.21.19", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 0c9a3b215..83b80abf6 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.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 + ## [1.58.9](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.8...@standardnotes/features@1.58.9) (2023-03-01) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 8c94e78f7..063161107 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.58.9", + "version": "1.58.10", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 60985d196..05a32be8e 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.24](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.23...@standardnotes/filepicker@1.28.24) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.23](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.22...@standardnotes/filepicker@1.28.23) (2023-03-01) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index a7b1b2973..822f2c4cf 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.23", + "version": "1.28.24", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 3b742c7df..8668568fe 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.34](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.33...@standardnotes/files@1.14.34) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.33](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.32...@standardnotes/files@1.14.33) (2023-03-01) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 24e6a4bf8..ecb9871a2 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.33", + "version": "1.14.34", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 7f6967ad3..a43275e6e 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.46](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.45...@standardnotes/mobile@3.51.46) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.51.45](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.44...@standardnotes/mobile@3.51.45) (2023-03-07) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index a1ce8a52e..89b0ee4e8 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.51.45", + "version": "3.51.46", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index d0d957c6f..f401b03e9 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.7](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.6...@standardnotes/models@1.43.7) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/models + ## [1.43.6](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.5...@standardnotes/models@1.43.6) (2023-03-01) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 01996535d..088141b07 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.43.6", + "version": "1.43.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 5ee765e77..7b1ac490d 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.189](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.188...@standardnotes/releases@1.4.189) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.188](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.187...@standardnotes/releases@1.4.188) (2023-03-07) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 640c9af07..b6d06d9de 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.188", + "version": "1.4.189", "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 fa6ffe765..4684d98f8 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.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 + ## [1.13.10](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.9...@standardnotes/responses@1.13.10) (2023-03-01) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index f892ca202..4755f764e 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.10", + "version": "1.13.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 978291409..451562bd2 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.6](https://github.com/standardnotes/app/compare/@standardnotes/services@1.57.5...@standardnotes/services@1.57.6) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/services + ## [1.57.5](https://github.com/standardnotes/app/compare/@standardnotes/services@1.57.4...@standardnotes/services@1.57.5) (2023-03-03) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 80f77d6c5..7875d57d7 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.57.5", + "version": "1.57.6", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 71cdf2b31..796b08d7e 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.8](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.166.7...@standardnotes/snjs@2.166.8) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.166.7](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.166.6...@standardnotes/snjs@2.166.7) (2023-03-07) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 8f108252d..aa5166399 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.166.7", + "version": "2.166.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 45133863a..8e034af84 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.34](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.33...@standardnotes/ui-services@1.24.34) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.24.33](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.32...@standardnotes/ui-services@1.24.33) (2023-03-07) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 5348e2898..d52e442c5 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.24.33", + "version": "1.24.34", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 94dbbe646..02fca3322 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.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.14...@standardnotes/web@3.150.15) (2023-03-08) + +**Note:** Version bump only for package @standardnotes/web + ## [3.150.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.13...@standardnotes/web@3.150.14) (2023-03-07) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 1e8f8764f..c2c641df6 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.150.15", + "title": "[3.150.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.14...@standardnotes/web@3.150.15) (2023-03-08)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.150.14", "title": "[3.150.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.13...@standardnotes/web@3.150.14) (2023-03-07)", diff --git a/packages/web/package.json b/packages/web/package.json index 85852ecaa..9c39d470f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.150.14", + "version": "3.150.15", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",