From 4cf9ebf52a592ce2e8cc33f9955910f7a9687f0b Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Sat, 24 Sep 2022 19:32:22 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.156 - @standardnotes/mobile@3.36.8 - @standardnotes/releases@1.3.80 - @standardnotes/web@3.57.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 a723ff60e..902ee4d31 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.156](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.155...@standardnotes/desktop@3.23.156) (2022-09-24) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.155](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.154...@standardnotes/desktop@3.23.155) (2022-09-24) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ca8a58c96..0c7795547 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.155", + "version": "3.23.156", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 2ea2832a6..2fc7a7858 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.36.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.36.7...@standardnotes/mobile@3.36.8) (2022-09-24) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.36.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.36.6...@standardnotes/mobile@3.36.7) (2022-09-24) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 60d72a667..2ac69070c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.36.7", + "version": "3.36.8", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index aed3547bc..fbc12eee2 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.80](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.79...@standardnotes/releases@1.3.80) (2022-09-24) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.79](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.78...@standardnotes/releases@1.3.79) (2022-09-24) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 15399393f..ca6242ec0 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.79", + "version": "1.3.80", "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 27bce8ed2..3e0c5c50b 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.57.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.57.1...@standardnotes/web@3.57.2) (2022-09-24) + +### Bug Fixes + +* move prefs button next to account menu button in footer ([#1639](https://github.com/standardnotes/app/issues/1639)) ([a3611c8](https://github.com/standardnotes/app/commit/a3611c802f08817d2ba73adf6b9d48465738b1b6)) + ## [3.57.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.57.0...@standardnotes/web@3.57.1) (2022-09-24) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 45a12f2c0..9dc8bacd0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.57.1", + "version": "3.57.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",