From ddf4c9747790742173fea9d9ea5423b3500011d0 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 15 Sep 2022 18:43:48 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.125 - @standardnotes/mobile@3.33.5 - @standardnotes/releases@1.3.48 - @standardnotes/services@1.20.2 - @standardnotes/snjs@2.129.1 - @standardnotes/ui-services@1.2.4 - @standardnotes/web@3.48.1 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 6 ++++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/services/CHANGELOG.md | 6 ++++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 4 ++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 14 files changed, 41 insertions(+), 7 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index c5c997405..96105bd9d 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.125](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.124...@standardnotes/desktop@3.23.125) (2022-09-15) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.124](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.123...@standardnotes/desktop@3.23.124) (2022-09-15) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index a6cb3f664..df9c02d25 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.124", + "version": "3.23.125", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 53ac25716..5e7367eb0 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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.33.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.33.4...@standardnotes/mobile@3.33.5) (2022-09-15) + +### Bug Fixes + +* biometrics input on mobile webview challenge modal ([#1572](https://github.com/standardnotes/app/issues/1572)) ([3a15142](https://github.com/standardnotes/app/commit/3a15142940ef9391868442e1997c3d9d5eec33be)) + ## [3.33.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.33.3...@standardnotes/mobile@3.33.4) (2022-09-15) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index fa9f5ef48..937d54e73 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.33.4", + "version": "3.33.5", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 4d5fd6a71..da6ba283f 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.48](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.47...@standardnotes/releases@1.3.48) (2022-09-15) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.47](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.46...@standardnotes/releases@1.3.47) (2022-09-15) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 333fc9e8f..020d7fc18 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.47", + "version": "1.3.48", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index cdfe4c9ba..cde10efae 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/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. +## [1.20.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.20.1...@standardnotes/services@1.20.2) (2022-09-15) + +### Bug Fixes + +* biometrics input on mobile webview challenge modal ([#1572](https://github.com/standardnotes/app/issues/1572)) ([3a15142](https://github.com/standardnotes/app/commit/3a15142940ef9391868442e1997c3d9d5eec33be)) + ## [1.20.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.20.0...@standardnotes/services@1.20.1) (2022-09-15) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index ae570a4cb..86af7f295 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.20.1", + "version": "1.20.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 3e520895f..61ecca5f7 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +## [2.129.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.129.0...@standardnotes/snjs@2.129.1) (2022-09-15) + +**Note:** Version bump only for package @standardnotes/snjs + # [2.129.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.128.1...@standardnotes/snjs@2.129.0) (2022-09-15) ### Features diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 59b110670..98c7517e2 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.129.0", + "version": "2.129.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index d6ad5fb99..57b31c4c7 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.2.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.2.3...@standardnotes/ui-services@1.2.4) (2022-09-15) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.2.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.2.2...@standardnotes/ui-services@1.2.3) (2022-09-15) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index eee23cf9b..88a2285fd 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.2.3", + "version": "1.2.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 723f5fb6a..64d40b0d7 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.48.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.48.0...@standardnotes/web@3.48.1) (2022-09-15) + +### Bug Fixes + +* biometrics input on mobile webview challenge modal ([#1572](https://github.com/standardnotes/app/issues/1572)) ([3a15142](https://github.com/standardnotes/app/commit/3a15142940ef9391868442e1997c3d9d5eec33be)) + # [3.48.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.47.3...@standardnotes/web@3.48.0) (2022-09-15) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index c34fdd0b5..38288f496 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.48.0", + "version": "3.48.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",