From 3fbbacfc25a37f96ee259dce2981c0fb89fa6ce0 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 11 Oct 2022 19:52:04 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.208 - @standardnotes/mobile@3.42.1 - @standardnotes/releases@1.3.136 - @standardnotes/web@3.72.1 --- 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/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 8 files changed, 22 insertions(+), 4 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index f9f22666c..248e40510 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.208](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.207...@standardnotes/desktop@3.23.208) (2022-10-11) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.207](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.206...@standardnotes/desktop@3.23.207) (2022-10-11) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index cd1f74a1a..93edcfbaa 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.207", + "version": "3.23.208", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 7783e3ee9..ee3c559e1 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.42.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.42.0...@standardnotes/mobile@3.42.1) (2022-10-11) + +**Note:** Version bump only for package @standardnotes/mobile + # [3.42.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.41.10...@standardnotes/mobile@3.42.0) (2022-10-11) ### Features diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8a714db81..2e440db4e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.42.0", + "version": "3.42.1", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 8ac995dfb..65a5b69bd 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.136](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.135...@standardnotes/releases@1.3.136) (2022-10-11) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.135](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.134...@standardnotes/releases@1.3.135) (2022-10-11) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index c960bc6df..39ab8d139 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.135", + "version": "1.3.136", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 7937e4691..f06ae3330 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.72.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.72.0...@standardnotes/web@3.72.1) (2022-10-11) + +### Bug Fixes + +* viewport height-related issue on mobile ([9909393](https://github.com/standardnotes/app/commit/990939318f572fe2226784f5ecbd83d5f1709397)) + # [3.72.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.71.8...@standardnotes/web@3.72.0) (2022-10-11) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 4e6acf45c..5723c4019 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.72.0", + "version": "3.72.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",