From a780fa4e8791f6eebec8d3359a965127a869e24c Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 22 Aug 2022 10:04:58 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.7.8 - @standardnotes/desktop@3.23.99 - @standardnotes/mobile@3.31.15 - @standardnotes/releases@1.3.21 - @standardnotes/web@3.45.3 - @standardnotes/authenticator@2.2.4 --- packages/components/CHANGELOG.md | 6 ++++++ packages/components/package.json | 2 +- .../Editors/org.standardnotes.token-vault/CHANGELOG.md | 6 ++++++ .../Editors/org.standardnotes.token-vault/package.json | 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 | 4 ++++ packages/web/package.json | 2 +- 12 files changed, 34 insertions(+), 6 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c7b2390e7..b151eb8c5 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +## [2.7.8](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.7...@standardnotes/components-meta@2.7.8) (2022-08-22) + +### Bug Fixes + +* trigger the `onChange` event of qr code uploading input when clicking on the button ([#1421](https://github.com/standardnotes/app/issues/1421)) ([2a976a0](https://github.com/standardnotes/app/commit/2a976a0de499ba33186a52a6bd2c10a709b86fee)) + ## [2.7.7](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.6...@standardnotes/components-meta@2.7.7) (2022-07-14) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 449ca3cbb..bb18209bd 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.7", + "version": "2.7.8", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md index e33ad715a..12ace7007 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/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. +## [2.2.4](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.3...@standardnotes/authenticator@2.2.4) (2022-08-22) + +### Bug Fixes + +* trigger the `onChange` event of qr code uploading input when clicking on the button ([#1421](https://github.com/standardnotes/app/issues/1421)) ([2a976a0](https://github.com/standardnotes/app/commit/2a976a0de499ba33186a52a6bd2c10a709b86fee)) + ## [2.2.3](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.2...@standardnotes/authenticator@2.2.3) (2022-07-13) **Note:** Version bump only for package @standardnotes/authenticator diff --git a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json index 233057874..ec74d2495 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/authenticator", - "version": "2.2.3", + "version": "2.2.4", "main": "dist/dist.js", "author": "Standard Notes", "private": true, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 4de89050d..0600db030 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.99](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.98...@standardnotes/desktop@3.23.99) (2022-08-22) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.98](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.97...@standardnotes/desktop@3.23.98) (2022-08-18) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 686fbcdbb..d6b0459cf 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.98", + "version": "3.23.99", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 4d4ab027c..e8e94f0f1 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.31.15](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.14...@standardnotes/mobile@3.31.15) (2022-08-22) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.31.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.13...@standardnotes/mobile@3.31.14) (2022-08-18) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 58d1226ba..567edfe50 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.31.14", + "version": "3.31.15", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 6bd9b5c94..83b78abc0 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.21](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.20...@standardnotes/releases@1.3.21) (2022-08-22) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.20](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.19...@standardnotes/releases@1.3.20) (2022-08-18) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index c0d363957..ad34a7ed6 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.20", + "version": "1.3.21", "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 20870b129..168c24090 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.2...@standardnotes/web@3.45.3) (2022-08-22) + +**Note:** Version bump only for package @standardnotes/web + ## [3.45.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.1...@standardnotes/web@3.45.2) (2022-08-18) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 92a16cd2a..0f734c84e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.45.2", + "version": "3.45.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",