From 370aaecfb8956c2397da302b75d277bac9ae3435 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 6 Dec 2022 01:52:37 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.104.12 - @standardnotes/mobile@3.49.11 - @standardnotes/releases@1.4.35 - @standardnotes/ui-services@1.19.2 - @standardnotes/web@3.120.2 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 6 ++++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/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 92ab95ee2..68d3fba2a 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.12](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.120.1...@standardnotes/desktop@3.104.12) (2022-12-06) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.11](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.120.0...@standardnotes/desktop@3.104.11) (2022-12-05) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index c48237085..4d8a7d98e 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.11", + "version": "3.104.12", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 662cff64c..77d4f5098 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.49.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.10...@standardnotes/mobile@3.49.11) (2022-12-06) + +### Bug Fixes + +* fixed issue where camera was not accessible for Moments on Android ([ffbc984](https://github.com/standardnotes/app/commit/ffbc984c5851f3cd286cd0a832111ba707bbd8f5)) + ## [3.49.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.9...@standardnotes/mobile@3.49.10) (2022-12-05) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 6bf65841e..80215ab01 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.10", + "version": "3.49.11", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index e061ab553..440ae64c8 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.35](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.34...@standardnotes/releases@1.4.35) (2022-12-06) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.34](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.33...@standardnotes/releases@1.4.34) (2022-12-05) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 9191ea076..ae0bc6bed 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.34", + "version": "1.4.35", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 07322aa42..b0c4c4d3f 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.19.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.1...@standardnotes/ui-services@1.19.2) (2022-12-06) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.19.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.0...@standardnotes/ui-services@1.19.1) (2022-12-05) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index abb521b4e..296fcf353 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.19.1", + "version": "1.19.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 15ac2e3a4..05a8d7597 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.120.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.1...@standardnotes/web@3.120.2) (2022-12-06) + +### Bug Fixes + +* fixed issue where popover menus would open with incorrect positioning on desktop ([a66bb08](https://github.com/standardnotes/app/commit/a66bb08c3b715f942480c7006fdea213a0bfc956)) + ## [3.120.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.0...@standardnotes/web@3.120.1) (2022-12-05) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index ab920c9d2..2543a1d36 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.120.2", + "title": "[3.120.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.1...@standardnotes/web@3.120.2) (2022-12-06)", + "date": null, + "body": "### Bug Fixes\n\n* fixed issue where popover menus would open with incorrect positioning on desktop ([a66bb08](https://github.com/standardnotes/app/commit/a66bb08c3b715f942480c7006fdea213a0bfc956))", + "parsed": { + "_": [ + "fixed issue where popover menus would open with incorrect positioning on desktop (a66bb08)" + ], + "Bug Fixes": [ + "fixed issue where popover menus would open with incorrect positioning on desktop (a66bb08)" + ] + } + }, { "version": "3.120.1", "title": "[3.120.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.0...@standardnotes/web@3.120.1) (2022-12-05)", diff --git a/packages/web/package.json b/packages/web/package.json index 408e8e271..574b5264d 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.120.1", + "version": "3.120.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",