From e2715709d473370a3bb02e55a45edfe21924245a Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 9 Sep 2022 07:19:45 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.112 - @standardnotes/mobile@3.31.29 - @standardnotes/releases@1.3.35 - @standardnotes/web@3.45.16 --- 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 18ec35e76..4d4efae48 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.112](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.111...@standardnotes/desktop@3.23.112) (2022-09-09) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.111](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.110...@standardnotes/desktop@3.23.111) (2022-09-08) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 28874b4ee..dc60f1fb2 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.111", + "version": "3.23.112", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index a68c97702..fabf0d256 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.31.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.28...@standardnotes/mobile@3.31.29) (2022-09-09) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.31.28](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.27...@standardnotes/mobile@3.31.28) (2022-09-08) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index c2e9f6623..a7d767d94 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.31.28", + "version": "3.31.29", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index b7b0d32a3..d23492eef 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.35](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.34...@standardnotes/releases@1.3.35) (2022-09-09) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.34](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.33...@standardnotes/releases@1.3.34) (2022-09-08) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index d6964a8c8..58a07804f 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.34", + "version": "1.3.35", "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 84c5215dc..b53ece4f6 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.45.16](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.15...@standardnotes/web@3.45.16) (2022-09-09) + +### Bug Fixes + +* note/file list item longpress on iOS ([#1506](https://github.com/standardnotes/app/issues/1506)) ([1efc352](https://github.com/standardnotes/app/commit/1efc352da5b0f449196b56bdf607e40d6e228cd4)) + ## [3.45.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.14...@standardnotes/web@3.45.15) (2022-09-08) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 6a9ad78ab..e566fa034 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.45.15", + "version": "3.45.16", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",