From 63c10c703f0689863093f5ba6e186b804b32cab4 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 3 Nov 2022 14:04:27 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.271 - @standardnotes/mobile@3.45.20 - @standardnotes/releases@1.3.202 - @standardnotes/web@3.93.2 --- packages/desktop/CHANGELOG.md | 6 ++++++ 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 | 7 +++++++ packages/web/package.json | 2 +- 8 files changed, 25 insertions(+), 4 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 03a889505..3c96ecf38 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/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.23.271](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.270...@standardnotes/desktop@3.23.271) (2022-11-03) + +### Bug Fixes + +* **desktop:** editor column top padding on mac ([9ae0ce0](https://github.com/standardnotes/app/commit/9ae0ce0bfd78bedf3e8318aa56b8542dd81d5870)) + ## [3.23.270](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.269...@standardnotes/desktop@3.23.270) (2022-11-03) ### Bug Fixes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index f887ce3a1..be4773ae5 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.270", + "version": "3.23.271", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index a57540288..cf3f3080b 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.45.20](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.19...@standardnotes/mobile@3.45.20) (2022-11-03) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.45.19](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.18...@standardnotes/mobile@3.45.19) (2022-11-03) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 1b72f5d43..f0154e4ab 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.45.19", + "version": "3.45.20", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 8584680cd..929f98392 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.202](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.201...@standardnotes/releases@1.3.202) (2022-11-03) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.201](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.200...@standardnotes/releases@1.3.201) (2022-11-03) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 7131e4b5a..65765c57d 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.201", + "version": "1.3.202", "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 9a162ee3b..c2acfebe1 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.93.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.93.1...@standardnotes/web@3.93.2) (2022-11-03) + +### Bug Fixes + +* "No modifications allowed" error on file drag in Firefox ([de4adca](https://github.com/standardnotes/app/commit/de4adca059b169e75267c8a29012e9988a607bc2)) +* files list not updating when new file is uploaded ([4036113](https://github.com/standardnotes/app/commit/40361132063e70e9851baf01eb772a0b3ff0aa1c)) + ## [3.93.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.93.0...@standardnotes/web@3.93.1) (2022-11-03) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 39286ae9a..be23bc56a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.93.1", + "version": "3.93.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",