From 39fdac270ef2c0a89b5626cc147c2dc4bbc5e167 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 13 Sep 2022 13:11:32 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.7.1 - @standardnotes/components-meta@2.7.12 - @standardnotes/desktop@3.23.117 - @standardnotes/encryption@1.15.1 - @standardnotes/features@1.52.0 - @standardnotes/filepicker@1.23.1 - @standardnotes/files@1.10.1 - @standardnotes/mobile@3.32.4 - @standardnotes/models@1.18.1 - @standardnotes/releases@1.3.40 - @standardnotes/responses@1.10.1 - @standardnotes/services@1.19.1 - @standardnotes/snjs@2.127.1 - @standardnotes/ui-services@1.2.1 - @standardnotes/web@3.46.2 --- packages/api/CHANGELOG.md | 4 ++++ 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 | 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 | 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/package.json | 2 +- 30 files changed, 77 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index c1aba7f31..ed5e47d82 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.7.1](https://github.com/standardnotes/app/compare/@standardnotes/api@1.7.0...@standardnotes/api@1.7.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/api + # [1.7.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.6.2...@standardnotes/api@1.7.0) (2022-09-13) ### Features diff --git a/packages/api/package.json b/packages/api/package.json index 0180ffcf2..6b21fea25 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.7.0", + "version": "1.7.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 58a020b7e..cf6260b44 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.12](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.11...@standardnotes/components-meta@2.7.12) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.7.11](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.10...@standardnotes/components-meta@2.7.11) (2022-09-13) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 49f0873b7..fc325fba4 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.11", + "version": "2.7.12", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index c8a62690c..0e5bd1a31 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.117](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.116...@standardnotes/desktop@3.23.117) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.116](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.115...@standardnotes/desktop@3.23.116) (2022-09-13) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index eac35fefd..e961dace5 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.116", + "version": "3.23.117", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 6d6c4e205..545baea70 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.15.1](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.15.0...@standardnotes/encryption@1.15.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/encryption + # [1.15.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.14.4...@standardnotes/encryption@1.15.0) (2022-09-13) ### Features diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 3645e3c16..3ef05518d 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.15.0", + "version": "1.15.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index f0872f71d..b5f825a4e 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.52.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.51.0...@standardnotes/features@1.52.0) (2022-09-13) + +### Features + +* **features:** add subscription sharing ([66d364f](https://github.com/standardnotes/app/commit/66d364ff369afa0dcd11ac835512a7af9b25c8d2)) + # [1.51.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.5...@standardnotes/features@1.51.0) (2022-09-13) ### Features diff --git a/packages/features/package.json b/packages/features/package.json index 77c36ec5f..311dc6272 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.51.0", + "version": "1.52.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index a8860c192..315e74e8c 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.23.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.23.0...@standardnotes/filepicker@1.23.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/filepicker + # [1.23.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.22.4...@standardnotes/filepicker@1.23.0) (2022-09-13) ### Features diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 083a222a5..b412906b4 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.23.0", + "version": "1.23.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 521b7a30d..8a1ef7b69 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.10.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.10.0...@standardnotes/files@1.10.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/files + # [1.10.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.9.4...@standardnotes/files@1.10.0) (2022-09-13) ### Features diff --git a/packages/files/package.json b/packages/files/package.json index 290230c1f..7d9ac997b 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.10.0", + "version": "1.10.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index da342c51c..cae6be2fc 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.32.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.32.3...@standardnotes/mobile@3.32.4) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.32.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.32.2...@standardnotes/mobile@3.32.3) (2022-09-13) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index e282c8cab..42fd74704 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.32.3", + "version": "3.32.4", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 3a3d77202..b237829e5 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.18.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.18.0...@standardnotes/models@1.18.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/models + # [1.18.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.17.0...@standardnotes/models@1.18.0) (2022-09-13) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index 118dd9c3b..66e904aae 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.18.0", + "version": "1.18.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 58bdef518..98730e7cb 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.40](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.39...@standardnotes/releases@1.3.40) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.39](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.38...@standardnotes/releases@1.3.39) (2022-09-13) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 107392335..eca7e644d 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.39", + "version": "1.3.40", "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 d4154bba1..1bc1a6106 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.10.1](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.0...@standardnotes/responses@1.10.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/responses + # [1.10.0](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.9.4...@standardnotes/responses@1.10.0) (2022-09-13) ### Features diff --git a/packages/responses/package.json b/packages/responses/package.json index b80d5b994..27f22a964 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.10.0", + "version": "1.10.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 609cbf0c5..b18255051 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.19.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.19.0...@standardnotes/services@1.19.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/services + # [1.19.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.18.0...@standardnotes/services@1.19.0) (2022-09-13) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index fa532f32c..94185a905 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.19.0", + "version": "1.19.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 9f47d0057..0ebb78889 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.127.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.127.0...@standardnotes/snjs@2.127.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/snjs + # [2.127.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.126.0...@standardnotes/snjs@2.127.0) (2022-09-13) ### Features diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 23454f230..9f65f8e05 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.127.0", + "version": "2.127.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 8c54efb5e..cdb9451bf 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.2.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.2.0...@standardnotes/ui-services@1.2.1) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/ui-services + # [1.2.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.1.6...@standardnotes/ui-services@1.2.0) (2022-09-13) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index b582153f7..79828ed65 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.2.0", + "version": "1.2.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 9849abbc0..9125e99e2 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.46.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.46.1...@standardnotes/web@3.46.2) (2022-09-13) + +**Note:** Version bump only for package @standardnotes/web + ## [3.46.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.46.0...@standardnotes/web@3.46.1) (2022-09-13) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index 4770e6e57..caf6f69c1 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.46.1", + "version": "3.46.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",