From 3c563ae4c3f5ba882c4b6a0f8def2111434b4463 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 18 Apr 2023 15:42:41 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.105.57 - @standardnotes/mobile@3.52.3 - @standardnotes/releases@1.4.234 - @standardnotes/web@3.151.2 --- 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/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 9 files changed, 36 insertions(+), 4 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 9f67c2cbb..00a70a107 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.105.57](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.151.1...@standardnotes/desktop@3.105.57) (2023-04-18) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.56](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.151.0...@standardnotes/desktop@3.105.56) (2023-04-18) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 3fe22396a..385dde26f 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.105.56", + "version": "3.105.57", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index bd174ea7b..9fe189e7b 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.52.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.2...@standardnotes/mobile@3.52.3) (2023-04-18) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.52.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.1...@standardnotes/mobile@3.52.2) (2023-04-18) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 488f855e8..0a829d0e9 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.52.2", + "version": "3.52.3", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 794bd2b1b..47bb760ee 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.234](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.233...@standardnotes/releases@1.4.234) (2023-04-18) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.233](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.232...@standardnotes/releases@1.4.233) (2023-04-18) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index e5336d8d2..67a41d877 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.233", + "version": "1.4.234", "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 b83d0a010..6e920bd94 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.151.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.151.1...@standardnotes/web@3.151.2) (2023-04-18) + +### Bug Fixes + +* Fixed issue where the Super note markdown preview modal could not be closed on mobile ([fc137a7](https://github.com/standardnotes/app/commit/fc137a7e7ba5bd9329b97c8197f9cf65a0bbad17)) + ## [3.151.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.151.0...@standardnotes/web@3.151.1) (2023-04-18) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index a3c7083e1..41769443f 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.151.2", + "title": "[3.151.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.151.1...@standardnotes/web@3.151.2) (2023-04-18)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where the Super note markdown preview modal could not be closed on mobile ([fc137a7](https://github.com/standardnotes/app/commit/fc137a7e7ba5bd9329b97c8197f9cf65a0bbad17))", + "parsed": { + "_": [ + "Fixed issue where the Super note markdown preview modal could not be closed on mobile (fc137a7)" + ], + "Bug Fixes": [ + "Fixed issue where the Super note markdown preview modal could not be closed on mobile (fc137a7)" + ] + } + }, { "version": "3.151.1", "title": "[3.151.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.151.0...@standardnotes/web@3.151.1) (2023-04-18)", diff --git a/packages/web/package.json b/packages/web/package.json index cca3f9ea3..86b94030f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.151.1", + "version": "3.151.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",