From 1498cce37fc83e766fd9763bf68007d61817f0f9 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 2 Nov 2022 11:07:55 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.19.0 - @standardnotes/components-meta@2.7.24 - @standardnotes/desktop@3.23.265 - @standardnotes/encryption@1.19.0 - @standardnotes/features@1.54.0 - @standardnotes/filepicker@1.25.0 - @standardnotes/files@1.12.0 - @standardnotes/mobile@3.45.14 - @standardnotes/models@1.33.0 - @standardnotes/releases@1.3.196 - @standardnotes/responses@1.12.0 - @standardnotes/services@1.40.0 - @standardnotes/snjs@2.146.0 - @standardnotes/ui-services@1.11.0 - @standardnotes/utils@1.11.0 - @standardnotes/web@3.90.11 --- packages/api/CHANGELOG.md | 6 ++++++ packages/api/package.json | 2 +- packages/components/CHANGELOG.md | 4 ++++ packages/components/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/encryption/CHANGELOG.md | 6 ++++++ packages/encryption/package.json | 2 +- packages/features/CHANGELOG.md | 6 ++++++ packages/features/package.json | 2 +- packages/filepicker/CHANGELOG.md | 6 ++++++ packages/filepicker/package.json | 2 +- packages/files/CHANGELOG.md | 6 ++++++ packages/files/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/models/CHANGELOG.md | 6 ++++++ packages/models/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/responses/CHANGELOG.md | 6 ++++++ 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/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 32 files changed, 102 insertions(+), 16 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 5f19b0c4f..e110c30cf 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.19.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.18.3...@standardnotes/api@1.19.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [1.18.3](https://github.com/standardnotes/app/compare/@standardnotes/api@1.18.2...@standardnotes/api@1.18.3) (2022-10-27) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 85b3dbdd6..1a0ec5b15 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.18.3", + "version": "1.19.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 247510e52..ecb842949 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.7.24](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.23...@standardnotes/components-meta@2.7.24) (2022-11-02) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.7.23](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.22...@standardnotes/components-meta@2.7.23) (2022-11-01) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index bccc71580..6204e2ade 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.23", + "version": "2.7.24", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 00b825d10..a2a861b37 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.23.265](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.264...@standardnotes/desktop@3.23.265) (2022-11-02) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.264](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.263...@standardnotes/desktop@3.23.264) (2022-11-01) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index f9d838c37..dc3548bd4 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.23.264", + "version": "3.23.265", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index fcfc274b8..03487c140 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/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.19.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.18.8...@standardnotes/encryption@1.19.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [1.18.8](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.18.7...@standardnotes/encryption@1.18.8) (2022-10-27) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index c0016370f..eb8a789e2 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.18.8", + "version": "1.19.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 0b070362e..585db5126 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.54.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.53.2...@standardnotes/features@1.54.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [1.53.2](https://github.com/standardnotes/app/compare/@standardnotes/features@1.53.1...@standardnotes/features@1.53.2) (2022-10-18) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index fc6ae947d..a8cdfa4fd 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.53.2", + "version": "1.54.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index db013bc8a..cb945e5c1 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/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/filepicker@1.24.10...@standardnotes/filepicker@1.25.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [1.24.10](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.24.9...@standardnotes/filepicker@1.24.10) (2022-10-27) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 2e4abaaa2..55bde14d1 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.24.10", + "version": "1.25.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 8de817b3b..3e7dd4ef3 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.12.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.11.10...@standardnotes/files@1.12.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [1.11.10](https://github.com/standardnotes/app/compare/@standardnotes/files@1.11.9...@standardnotes/files@1.11.10) (2022-10-27) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 7bef32a27..61f1cdbff 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.11.10", + "version": "1.12.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 6355dfa23..9dc06aa81 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.45.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.13...@standardnotes/mobile@3.45.14) (2022-11-02) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.45.13](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.12...@standardnotes/mobile@3.45.13) (2022-11-01) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 4f9e8ca00..87a87964e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.45.13", + "version": "3.45.14", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index c24d7c064..86adfc982 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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.33.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.32.0...@standardnotes/models@1.33.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + # [1.32.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.31.1...@standardnotes/models@1.32.0) (2022-10-27) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index 431e2287a..bcd18498d 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.32.0", + "version": "1.33.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 7725347b8..fc46e24cf 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.3.196](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.195...@standardnotes/releases@1.3.196) (2022-11-02) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.195](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.194...@standardnotes/releases@1.3.195) (2022-11-01) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index b7a09be28..16c15ca46 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.195", + "version": "1.3.196", "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 87ec6ddd7..44bb2088a 100644 --- a/packages/responses/CHANGELOG.md +++ b/packages/responses/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.12.0](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.11.2...@standardnotes/responses@1.12.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [1.11.2](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.11.1...@standardnotes/responses@1.11.2) (2022-10-18) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index ebd51d5e9..0e0867466 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.11.2", + "version": "1.12.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index f871f5285..2d974cb14 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.40.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.39.2...@standardnotes/services@1.40.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [1.39.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.39.1...@standardnotes/services@1.39.2) (2022-11-01) ### Bug Fixes diff --git a/packages/services/package.json b/packages/services/package.json index ad6a9cf83..c64258032 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.39.2", + "version": "1.40.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 48c3d2bce..06a8ff845 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.146.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.145.3...@standardnotes/snjs@2.146.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [2.145.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.145.2...@standardnotes/snjs@2.145.3) (2022-11-01) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 5581f6637..a66200276 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.145.3", + "version": "2.146.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 3d2d47635..b9dabfdcf 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.11.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.8...@standardnotes/ui-services@1.11.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + ## [1.10.8](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.7...@standardnotes/ui-services@1.10.8) (2022-11-01) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 682821694..92e8e5435 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.10.8", + "version": "1.11.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 1c367e008..34c4ef900 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.11.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.10.0...@standardnotes/utils@1.11.0) (2022-11-02) + +### Features + +* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864)) + # [1.10.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.9.1...@standardnotes/utils@1.10.0) (2022-10-11) ### Features diff --git a/packages/utils/package.json b/packages/utils/package.json index 058feddd9..3f433feea 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/utils", - "version": "1.10.0", + "version": "1.11.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index b2bf25899..1d9d5c0a1 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.90.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.90.10...@standardnotes/web@3.90.11) (2022-11-02) + +**Note:** Version bump only for package @standardnotes/web + ## [3.90.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.90.9...@standardnotes/web@3.90.10) (2022-11-01) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index c6f26848b..84f9a437e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.90.10", + "version": "3.90.11", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",