From 2438443e5389c4e97d54edeb97e7050a95c5107f Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 9 Nov 2022 11:13:10 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.285 - @standardnotes/mobile@3.45.34 - @standardnotes/releases@1.3.216 - @standardnotes/web@3.93.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 8f18da9dd..19314d7a8 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.285](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.284...@standardnotes/desktop@3.23.285) (2022-11-09) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.284](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.283...@standardnotes/desktop@3.23.284) (2022-11-09) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 678d1ad72..766beb057 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.284", + "version": "3.23.285", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 1b28030cc..bf0000754 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.34](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.33...@standardnotes/mobile@3.45.34) (2022-11-09) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.45.33](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.32...@standardnotes/mobile@3.45.33) (2022-11-09) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 9519f2d81..3208946f7 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.45.33", + "version": "3.45.34", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index d3d63fa64..1a7f7199e 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.216](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.215...@standardnotes/releases@1.3.216) (2022-11-09) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.215](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.214...@standardnotes/releases@1.3.215) (2022-11-09) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 0761c0cd3..2202c7f6b 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.215", + "version": "1.3.216", "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 80256dfac..c375ef4a7 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.93.16](https://github.com/standardnotes/app/compare/@standardnotes/web@3.93.15...@standardnotes/web@3.93.16) (2022-11-09) + +### Bug Fixes + +* editor height ([73ff1c3](https://github.com/standardnotes/app/commit/73ff1c35ab4779137d3f222c41c497eb728a53ce)) + ## [3.93.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.93.14...@standardnotes/web@3.93.15) (2022-11-09) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index e95aade6e..3289b78e3 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.93.15", + "version": "3.93.16", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",