From ec41d082ffe57c9e30ab7520fbea1d53e309e740 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 4 Oct 2022 19:27:04 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.188 - @standardnotes/mobile@3.39.5 - @standardnotes/releases@1.3.113 - @standardnotes/web@3.68.5 --- 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 8fa667f6a..d4e3db86a 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.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 + ## [3.23.187](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.186...@standardnotes/desktop@3.23.187) (2022-10-04) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index e3f9571bd..101c1f3e5 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.187", + "version": "3.23.188", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index bd7b8461b..75f399a74 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.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 + ## [3.39.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.39.3...@standardnotes/mobile@3.39.4) (2022-10-04) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 452ae5f97..4d720bee5 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.39.4", + "version": "3.39.5", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index e1550cd08..ec98c7a0c 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.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 + ## [1.3.112](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.111...@standardnotes/releases@1.3.112) (2022-10-04) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 0a387a743..ad14d5a19 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.112", + "version": "1.3.113", "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 416ec30d0..e6a65ebd3 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.68.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.68.4...@standardnotes/web@3.68.5) (2022-10-04) + +### Bug Fixes + +* increase context menu item font size on mobile ([#1738](https://github.com/standardnotes/app/issues/1738)) ([1c60316](https://github.com/standardnotes/app/commit/1c603161a518b7f3ccc5bc049f3827746bb43cff)) + ## [3.68.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.68.3...@standardnotes/web@3.68.4) (2022-10-04) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index dfa97f17d..bbe3580a5 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.68.4", + "version": "3.68.5", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",