From 4182cebf6a25ef73ad70a15ad9da05f341d0e558 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 17 Apr 2023 13:26:13 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.0 - @standardnotes/desktop@3.105.55 - @standardnotes/encryption@1.21.28 - @standardnotes/features@1.59.0 - @standardnotes/filepicker@1.28.33 - @standardnotes/files@1.14.43 - @standardnotes/mobile@3.52.0 - @standardnotes/models@1.43.16 - @standardnotes/releases@1.4.231 - @standardnotes/responses@1.13.18 - @standardnotes/services@1.58.0 - @standardnotes/snjs@2.167.0 - @standardnotes/ui-services@1.25.0 - @standardnotes/web@3.151.0 --- packages/api/CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ 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 | 6 ++++++ 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 | 6 ++++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 6 ++++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 6 ++++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 29 files changed, 98 insertions(+), 14 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index cbda9b221..9f7966ddf 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.26.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.25.14...@standardnotes/api@1.26.0) (2023-04-17) + +### Features + +* **mobile:** add U2F support for Android devices ([#2311](https://github.com/standardnotes/app/issues/2311)) ([725f55f](https://github.com/standardnotes/app/commit/725f55fca794b86c245742837af7e4370cebd68c)) + ## [1.25.14](https://github.com/standardnotes/app/compare/@standardnotes/api@1.25.13...@standardnotes/api@1.25.14) (2023-04-15) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index e0629c19d..c9d74578f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.25.14", + "version": "1.26.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index b001be63e..9e3f7ba73 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.55](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.54...@standardnotes/desktop@3.105.55) (2023-04-17) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.54](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.53...@standardnotes/desktop@3.105.54) (2023-04-15) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index dfd2831fb..7d3e65815 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.54", + "version": "3.105.55", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index aae516476..63c43d4d6 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.28](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.27...@standardnotes/encryption@1.21.28) (2023-04-17) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.27](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.26...@standardnotes/encryption@1.21.27) (2023-04-15) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 342e34973..ec82f66be 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.27", + "version": "1.21.28", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 6571faf24..4d5af56c2 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.59.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.16...@standardnotes/features@1.59.0) (2023-04-17) + +### Features + +* **mobile:** add U2F support for Android devices ([#2311](https://github.com/standardnotes/app/issues/2311)) ([725f55f](https://github.com/standardnotes/app/commit/725f55fca794b86c245742837af7e4370cebd68c)) + ## [1.58.16](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.15...@standardnotes/features@1.58.16) (2023-04-15) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index f62711f9e..f9c2b7ae0 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.58.16", + "version": "1.59.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 9eaaf7ccf..eb6d8bea5 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.33](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.32...@standardnotes/filepicker@1.28.33) (2023-04-17) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.32](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.31...@standardnotes/filepicker@1.28.32) (2023-04-15) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index da717f7d1..d15d8668e 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.32", + "version": "1.28.33", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 57a9f60cf..a9b783a6d 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.43](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.42...@standardnotes/files@1.14.43) (2023-04-17) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.42](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.41...@standardnotes/files@1.14.42) (2023-04-15) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 63d9d4673..db97afcb5 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.42", + "version": "1.14.43", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 2aae97d79..6964b7df7 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.52.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.87...@standardnotes/mobile@3.52.0) (2023-04-17) + +### Features + +* **mobile:** add U2F support for Android devices ([#2311](https://github.com/standardnotes/app/issues/2311)) ([725f55f](https://github.com/standardnotes/app/commit/725f55fca794b86c245742837af7e4370cebd68c)) + ## [3.51.87](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.86...@standardnotes/mobile@3.51.87) (2023-04-15) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8456db392..1cfb9f502 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.51.87", + "version": "3.52.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index c71f14060..18542addf 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.16](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.15...@standardnotes/models@1.43.16) (2023-04-17) + +**Note:** Version bump only for package @standardnotes/models + ## [1.43.15](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.14...@standardnotes/models@1.43.15) (2023-04-15) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 29a58e529..14b4677f9 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.43.15", + "version": "1.43.16", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index a8584e1f4..90ade46b7 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.231](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.230...@standardnotes/releases@1.4.231) (2023-04-17) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.230](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.229...@standardnotes/releases@1.4.230) (2023-04-15) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index b29d3970c..4c8eeb049 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.230", + "version": "1.4.231", "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 06fc845b4..724e1dd99 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.18](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.17...@standardnotes/responses@1.13.18) (2023-04-17) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.17](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.16...@standardnotes/responses@1.13.17) (2023-04-15) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 7801da423..647e5368b 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.17", + "version": "1.13.18", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 27104a64f..8dc7c7570 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.58.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.57.15...@standardnotes/services@1.58.0) (2023-04-17) + +### Features + +* **mobile:** add U2F support for Android devices ([#2311](https://github.com/standardnotes/app/issues/2311)) ([725f55f](https://github.com/standardnotes/app/commit/725f55fca794b86c245742837af7e4370cebd68c)) + ## [1.57.15](https://github.com/standardnotes/app/compare/@standardnotes/services@1.57.14...@standardnotes/services@1.57.15) (2023-04-15) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 52ab46bd2..35deeaf31 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.57.15", + "version": "1.58.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index a5adc1af4..13267123e 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.167.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.166.22...@standardnotes/snjs@2.167.0) (2023-04-17) + +### Features + +* **mobile:** add U2F support for Android devices ([#2311](https://github.com/standardnotes/app/issues/2311)) ([725f55f](https://github.com/standardnotes/app/commit/725f55fca794b86c245742837af7e4370cebd68c)) + ## [2.166.22](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.166.21...@standardnotes/snjs@2.166.22) (2023-04-15) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index e3ef80ae2..b0e4f695a 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.166.22", + "version": "2.167.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 106b80d27..c48db006d 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.25.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.45...@standardnotes/ui-services@1.25.0) (2023-04-17) + +### Features + +* **mobile:** add U2F support for Android devices ([#2311](https://github.com/standardnotes/app/issues/2311)) ([725f55f](https://github.com/standardnotes/app/commit/725f55fca794b86c245742837af7e4370cebd68c)) + ## [1.24.45](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.44...@standardnotes/ui-services@1.24.45) (2023-04-15) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 765f302c0..6acf14a4a 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.24.45", + "version": "1.25.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 090f2126f..cbd8a8524 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.151.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.54...@standardnotes/web@3.151.0) (2023-04-17) + +### Features + +* **mobile:** add U2F support for Android devices ([#2311](https://github.com/standardnotes/app/issues/2311)) ([725f55f](https://github.com/standardnotes/app/commit/725f55fca794b86c245742837af7e4370cebd68c)) + ## [3.150.54](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.53...@standardnotes/web@3.150.54) (2023-04-15) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 526da2c8b..f119e5653 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.151.0", + "title": "[3.151.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.54...@standardnotes/web@3.151.0) (2023-04-17)", + "date": null, + "body": "### Features\n\n* **mobile:** add U2F support for Android devices ([#2311](https://github.com/standardnotes/app/issues/2311)) ([725f55f](https://github.com/standardnotes/app/commit/725f55fca794b86c245742837af7e4370cebd68c))", + "parsed": { + "_": [ + "mobile: add U2F support for Android devices (#2311) (725f55f)" + ], + "Features": [ + "mobile: add U2F support for Android devices (#2311) (725f55f)" + ] + } + }, { "version": "3.150.54", "title": "[3.150.54](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.53...@standardnotes/web@3.150.54) (2023-04-15)", diff --git a/packages/web/package.json b/packages/web/package.json index 01b3b7ece..dafb434db 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.150.54", + "version": "3.151.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",