From f3738358c9b851b478edfbe7e311cc3d9a3003d7 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 14 Sep 2022 13:51:47 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.121 - @standardnotes/mobile@3.33.1 - @standardnotes/releases@1.3.44 - @standardnotes/web@3.47.1 --- 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 7c5729492..285d75d8c 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.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 + ## [3.23.120](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.119...@standardnotes/desktop@3.23.120) (2022-09-14) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index c8342ce55..a97b09500 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.120", + "version": "3.23.121", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 169dc642e..f365f927c 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.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 + # [3.33.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.32.5...@standardnotes/mobile@3.33.0) (2022-09-14) ### Features diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 2faf3771d..cc60ec290 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.33.0", + "version": "3.33.1", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 019e9b2a2..ba341f4f2 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.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 + ## [1.3.43](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.42...@standardnotes/releases@1.3.43) (2022-09-14) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index f4e863fa8..1ffd4ff82 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.43", + "version": "1.3.44", "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 f4c026918..2132e0342 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.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.47.0...@standardnotes/web@3.47.1) (2022-09-14) + +### Bug Fixes + +* display QR codes with correctly colored border so that scanner apps successfully recognize them ([#1566](https://github.com/standardnotes/app/issues/1566)) ([b4bdbfe](https://github.com/standardnotes/app/commit/b4bdbfe96a265e2d0cd7d8c1af9259dcce8e18d9)) + # [3.47.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.46.3...@standardnotes/web@3.47.0) (2022-09-14) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 9fa873b34..b846ae056 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.47.0", + "version": "3.47.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",