From a9ef41fdc16dea9091898fb656f6c701b74dd987 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 14 Sep 2022 15:17:51 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.122 - @standardnotes/mobile@3.33.2 - @standardnotes/releases@1.3.45 - @standardnotes/web@3.47.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/package.json | 2 +- 8 files changed, 22 insertions(+), 4 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 285d75d8c..d04c581d7 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.122](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.121...@standardnotes/desktop@3.23.122) (2022-09-14) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.121](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.120...@standardnotes/desktop@3.23.121) (2022-09-14) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index a97b09500..9361eac46 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.121", + "version": "3.23.122", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index f365f927c..ef5e59fac 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.33.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.33.1...@standardnotes/mobile@3.33.2) (2022-09-14) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.33.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.33.0...@standardnotes/mobile@3.33.1) (2022-09-14) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index cc60ec290..7bca48249 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.33.1", + "version": "3.33.2", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index ba341f4f2..d995e95b0 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.45](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.44...@standardnotes/releases@1.3.45) (2022-09-14) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.44](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.43...@standardnotes/releases@1.3.44) (2022-09-14) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 1ffd4ff82..4c19131c4 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.44", + "version": "1.3.45", "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 2132e0342..aebfaa36c 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.47.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.47.1...@standardnotes/web@3.47.2) (2022-09-14) + +### Bug Fixes + +* move mobile nav button next to note/file title ([#1568](https://github.com/standardnotes/app/issues/1568)) ([110c5ff](https://github.com/standardnotes/app/commit/110c5ff47fec68d7b86ebdc3dc7b404395d251fb)) + ## [3.47.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.47.0...@standardnotes/web@3.47.1) (2022-09-14) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index b846ae056..511fe9d25 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.47.1", + "version": "3.47.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",