From f3e147f4c9df6eb6f35581988fab7e07d07799dc Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 22 Dec 2022 15:23:29 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.104.36 - @standardnotes/mobile@3.49.33 - @standardnotes/releases@1.4.59 - @standardnotes/snjs@2.156.9 - @standardnotes/web@3.127.10 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/snjs/CHANGELOG.md | 6 ++++++ packages/snjs/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 11 files changed, 43 insertions(+), 5 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 469ae2021..7be0f4cfc 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.104.36](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.127.9...@standardnotes/desktop@3.104.36) (2022-12-22) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.35](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.127.8...@standardnotes/desktop@3.104.35) (2022-12-21) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 1e8c5641a..729e1746b 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.104.35", + "version": "3.104.36", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 2a0715d45..b6f935db5 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.49.33](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.32...@standardnotes/mobile@3.49.33) (2022-12-22) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.32](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.31...@standardnotes/mobile@3.49.32) (2022-12-21) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 980612f80..bd086e955 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.32", + "version": "3.49.33", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 43469e645..72fe3fe28 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.59](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.58...@standardnotes/releases@1.4.59) (2022-12-22) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.58](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.57...@standardnotes/releases@1.4.58) (2022-12-21) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 3d0bd8f64..75adbbf1f 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.58", + "version": "1.4.59", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index d1be3221b..f101ece9e 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.156.9](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.156.8...@standardnotes/snjs@2.156.9) (2022-12-22) + +### Bug Fixes + +* Disabled Moments photo capture when app is passcode or biometrics locked ([#2114](https://github.com/standardnotes/app/issues/2114)) ([94c2802](https://github.com/standardnotes/app/commit/94c280256e0a71fb8078f0d0e4d7ad2b6d3c1462)) + ## [2.156.8](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.156.7...@standardnotes/snjs@2.156.8) (2022-12-21) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index f9c59ba9f..79b1bfcc3 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.156.8", + "version": "2.156.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 23e7233fc..4fe2a4288 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.127.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.9...@standardnotes/web@3.127.10) (2022-12-22) + +### Bug Fixes + +* Disabled Moments photo capture when app is passcode or biometrics locked ([#2114](https://github.com/standardnotes/app/issues/2114)) ([94c2802](https://github.com/standardnotes/app/commit/94c280256e0a71fb8078f0d0e4d7ad2b6d3c1462)) + ## [3.127.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.8...@standardnotes/web@3.127.9) (2022-12-21) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index d0f57b485..e6ba4cf99 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.127.10", + "title": "[3.127.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.9...@standardnotes/web@3.127.10) (2022-12-22)", + "date": null, + "body": "### Bug Fixes\n\n* Disabled Moments photo capture when app is passcode or biometrics locked ([#2114](https://github.com/standardnotes/app/issues/2114)) ([94c2802](https://github.com/standardnotes/app/commit/94c280256e0a71fb8078f0d0e4d7ad2b6d3c1462))", + "parsed": { + "_": [ + "Disabled Moments photo capture when app is passcode or biometrics locked (#2114) (94c2802)" + ], + "Bug Fixes": [ + "Disabled Moments photo capture when app is passcode or biometrics locked (#2114) (94c2802)" + ] + } + }, { "version": "3.127.9", "title": "[3.127.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.8...@standardnotes/web@3.127.9) (2022-12-21)", diff --git a/packages/web/package.json b/packages/web/package.json index c75177fca..6f58fa0e7 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.127.9", + "version": "3.127.10", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",