From 037007f0eca478d15144ca16dd818703bc3ae8fc Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Sat, 8 Oct 2022 08:12:13 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.199 - @standardnotes/mobile@3.41.2 - @standardnotes/releases@1.3.126 - @standardnotes/web@3.71.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 20e1e409d..55c08eb8e 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.199](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.198...@standardnotes/desktop@3.23.199) (2022-10-08) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.198](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.197...@standardnotes/desktop@3.23.198) (2022-10-07) ### Bug Fixes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index c3c108c9e..f71a07fa1 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.198", + "version": "3.23.199", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 252473eb4..8f53a74a6 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.41.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.41.1...@standardnotes/mobile@3.41.2) (2022-10-08) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.41.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.41.0...@standardnotes/mobile@3.41.1) (2022-10-07) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 13e724e68..706abef6e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.41.1", + "version": "3.41.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 17894dc4a..cba0b9aad 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.126](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.125...@standardnotes/releases@1.3.126) (2022-10-08) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.125](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.124...@standardnotes/releases@1.3.125) (2022-10-07) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 9122be5da..36f2bbf58 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.125", + "version": "1.3.126", "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 0eae07c39..06b3c9a27 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.71.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.71.0...@standardnotes/web@3.71.1) (2022-10-08) + +### Bug Fixes + +* open upgrade page in new tab if user has account ([e7ca12b](https://github.com/standardnotes/app/commit/e7ca12babefc4b8867c9dc2c535a9da0d4f62a76)) + # [3.71.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.70.5...@standardnotes/web@3.71.0) (2022-10-07) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 25ed59fbb..d5bd78758 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.71.0", + "version": "3.71.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",