diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index a29c5b4f3..59cc9f7e4 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.216](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.215...@standardnotes/desktop@3.23.216) (2022-10-13) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.215](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.214...@standardnotes/desktop@3.23.215) (2022-10-13) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 734d3d079..18d5a9512 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.215", + "version": "3.23.216", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 91f62b4ce..78065b196 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.43.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.43.2...@standardnotes/mobile@3.43.3) (2022-10-13) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.43.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.43.1...@standardnotes/mobile@3.43.2) (2022-10-13) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index d6aa2095d..8e47c5a31 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.43.2", + "version": "3.43.3", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 5e5c1468d..bddc17e05 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.144](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.143...@standardnotes/releases@1.3.144) (2022-10-13) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.143](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.142...@standardnotes/releases@1.3.143) (2022-10-13) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 45095ee64..e4c9daab0 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.143", + "version": "1.3.144", "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 71d4286fb..922c63ad4 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.33.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.32.3...@standardnotes/services@1.33.0) (2022-10-13) + +### Features + +* soft biometrics lock ([#1793](https://github.com/standardnotes/app/issues/1793)) ([1a2dde2](https://github.com/standardnotes/app/commit/1a2dde2e0ea406b9818571ab71d38442f9c9fb50)) + ## [1.32.3](https://github.com/standardnotes/app/compare/@standardnotes/services@1.32.2...@standardnotes/services@1.32.3) (2022-10-13) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index e7e33249a..31fd41f4a 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.32.3", + "version": "1.33.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 8ad40ff51..c43beb9b1 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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.140.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.139.1...@standardnotes/snjs@2.140.0) (2022-10-13) + +### Features + +* soft biometrics lock ([#1793](https://github.com/standardnotes/app/issues/1793)) ([1a2dde2](https://github.com/standardnotes/app/commit/1a2dde2e0ea406b9818571ab71d38442f9c9fb50)) + ## [2.139.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.139.0...@standardnotes/snjs@2.139.1) (2022-10-13) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index b87546d48..f77ffa868 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.139.1", + "version": "2.140.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 43832e177..c43bfb024 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.8.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.8.1...@standardnotes/ui-services@1.8.2) (2022-10-13) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.8.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.8.0...@standardnotes/ui-services@1.8.1) (2022-10-13) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index a893a4a39..e69913eb8 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.8.1", + "version": "1.8.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 8ca16be13..9e501a12d 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.76.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.75.1...@standardnotes/web@3.76.0) (2022-10-13) + +### Features + +* soft biometrics lock ([#1793](https://github.com/standardnotes/app/issues/1793)) ([1a2dde2](https://github.com/standardnotes/app/commit/1a2dde2e0ea406b9818571ab71d38442f9c9fb50)) + ## [3.75.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.75.0...@standardnotes/web@3.75.1) (2022-10-13) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index a79ed24a2..8291795f6 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.75.1", + "version": "3.76.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",