diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 0969f3ed3..fc875bb1a 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.213](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.212...@standardnotes/desktop@3.23.213) (2022-10-13) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.212](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.211...@standardnotes/desktop@3.23.212) (2022-10-12) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 44a122ad0..897e2fe6d 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.212", + "version": "3.23.213", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 9678033ea..1c5a96e89 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.43.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.42.5...@standardnotes/mobile@3.43.0) (2022-10-13) + +### Features + +* focus secure text entry after successful biometrics input ([#1785](https://github.com/standardnotes/app/issues/1785)) ([8068fef](https://github.com/standardnotes/app/commit/8068fef4d3b3a31c2cc30f9e5521010e9ba9ca3b)) + ## [3.42.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.42.4...@standardnotes/mobile@3.42.5) (2022-10-12) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index d68425650..76d2c758d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.42.5", + "version": "3.43.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index bc03321d3..34f12f596 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.141](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.140...@standardnotes/releases@1.3.141) (2022-10-13) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.140](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.139...@standardnotes/releases@1.3.140) (2022-10-12) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 3ea52062f..8e8520cc9 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.140", + "version": "1.3.141", "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 71e5a8234..0debc5c23 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.74.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.73.0...@standardnotes/web@3.74.0) (2022-10-13) + +### Features + +* focus secure text entry after successful biometrics input ([#1785](https://github.com/standardnotes/app/issues/1785)) ([8068fef](https://github.com/standardnotes/app/commit/8068fef4d3b3a31c2cc30f9e5521010e9ba9ca3b)) + # [3.73.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.72.4...@standardnotes/web@3.73.0) (2022-10-12) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 19842b968..92bca26ff 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.73.0", + "version": "3.74.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",