From c58eb611acd213a85dcae8bc4d2fe9984912a115 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 5 Oct 2022 12:23:24 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.9.1 - @standardnotes/components-meta@2.7.15 - @standardnotes/desktop@3.23.189 - @standardnotes/encryption@1.15.10 - @standardnotes/features@1.52.2 - @standardnotes/filepicker@1.23.10 - @standardnotes/files@1.10.10 - @standardnotes/mobile@3.39.6 - @standardnotes/models@1.22.1 - @standardnotes/releases@1.3.114 - @standardnotes/responses@1.10.4 - @standardnotes/services@1.24.2 - @standardnotes/snjs@2.134.8 - @standardnotes/ui-services@1.5.2 - @standardnotes/web@3.68.6 --- 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 | 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/package.json | 2 +- 30 files changed, 75 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 1bd9b04ae..f109fc188 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.9.1](https://github.com/standardnotes/app/compare/@standardnotes/api@1.9.0...@standardnotes/api@1.9.1) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/api + # [1.9.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.8.7...@standardnotes/api@1.9.0) (2022-10-03) ### Features diff --git a/packages/api/package.json b/packages/api/package.json index 723a1aede..5c4162ce9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.9.0", + "version": "1.9.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 27c66fc17..fc493580c 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.15](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.14...@standardnotes/components-meta@2.7.15) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.7.14](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.13...@standardnotes/components-meta@2.7.14) (2022-09-23) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 55b8c50fc..4d81930b9 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.14", + "version": "2.7.15", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index d4e3db86a..43115f93c 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.189](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.188...@standardnotes/desktop@3.23.189) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.188](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.187...@standardnotes/desktop@3.23.188) (2022-10-04) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 101c1f3e5..e431a7cd5 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.188", + "version": "3.23.189", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 4bb8ec140..60758e683 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.10](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.15.9...@standardnotes/encryption@1.15.10) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.15.9](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.15.8...@standardnotes/encryption@1.15.9) (2022-09-30) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index efa763f28..11065ca36 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.15.9", + "version": "1.15.10", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 533d49c6c..2ceee550b 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.52.2](https://github.com/standardnotes/app/compare/@standardnotes/features@1.52.1...@standardnotes/features@1.52.2) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/features + ## [1.52.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.52.0...@standardnotes/features@1.52.1) (2022-09-23) ### Bug Fixes diff --git a/packages/features/package.json b/packages/features/package.json index 0a9431dbe..857611ef8 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.52.1", + "version": "1.52.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 21bbec7b7..8058785b0 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.10](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.23.9...@standardnotes/filepicker@1.23.10) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.23.9](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.23.8...@standardnotes/filepicker@1.23.9) (2022-09-30) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 6e8547d51..5dbff8787 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.23.9", + "version": "1.23.10", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 6ef03977a..b8bd09144 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.10](https://github.com/standardnotes/app/compare/@standardnotes/files@1.10.9...@standardnotes/files@1.10.10) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/files + ## [1.10.9](https://github.com/standardnotes/app/compare/@standardnotes/files@1.10.8...@standardnotes/files@1.10.9) (2022-09-30) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 35d97179d..3ff723c2c 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.10.9", + "version": "1.10.10", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 75f399a74..f357f1d30 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.39.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.39.5...@standardnotes/mobile@3.39.6) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.39.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.39.4...@standardnotes/mobile@3.39.5) (2022-10-04) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 4d720bee5..65918b3a1 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.39.5", + "version": "3.39.6", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 21808a84a..c4e41cd5f 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.22.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.22.0...@standardnotes/models@1.22.1) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/models + # [1.22.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.21.0...@standardnotes/models@1.22.0) (2022-09-30) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index 3727ca9d8..25abe9ecc 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.22.0", + "version": "1.22.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index ec98c7a0c..9872fa3a8 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.114](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.113...@standardnotes/releases@1.3.114) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.113](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.112...@standardnotes/releases@1.3.113) (2022-10-04) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index ad14d5a19..fbc9a166b 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.113", + "version": "1.3.114", "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 e73c89e24..13482bb2b 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.4](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.3...@standardnotes/responses@1.10.4) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.10.3](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.2...@standardnotes/responses@1.10.3) (2022-09-23) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 9aad5970d..47c5c5852 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.10.3", + "version": "1.10.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index b0f3bedc1..eeafc9c09 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.24.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.24.1...@standardnotes/services@1.24.2) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/services + ## [1.24.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.24.0...@standardnotes/services@1.24.1) (2022-10-03) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index c20cfa8dd..f5e2b0e94 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.24.1", + "version": "1.24.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 3ea650b27..bcf0ae393 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.134.8](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.134.7...@standardnotes/snjs@2.134.8) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.134.7](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.134.6...@standardnotes/snjs@2.134.7) (2022-10-03) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 40562fb46..0ec1ff106 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.134.7", + "version": "2.134.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 2801c5f49..864ea4c3a 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.5.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.5.1...@standardnotes/ui-services@1.5.2) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.5.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.5.0...@standardnotes/ui-services@1.5.1) (2022-10-03) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 346664860..1f55df516 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.5.1", + "version": "1.5.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index e6a65ebd3..f2b2a9031 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.68.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.68.5...@standardnotes/web@3.68.6) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/web + ## [3.68.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.68.4...@standardnotes/web@3.68.5) (2022-10-04) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 3808f5123..a12d49218 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.68.5", + "version": "3.68.6", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",