diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 8a31f15f1..c29af7d14 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.104.18](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.123.0...@standardnotes/desktop@3.104.18) (2022-12-08) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.17](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.122.0...@standardnotes/desktop@3.104.17) (2022-12-08) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 7e9f0c2b6..9da6567d6 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.104.17", + "version": "3.104.18", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 7992d4d9e..1c7e1bd4a 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.49.17](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.16...@standardnotes/mobile@3.49.17) (2022-12-08) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.16](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.15...@standardnotes/mobile@3.49.16) (2022-12-08) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 13dacad85..bb84d69fb 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.16", + "version": "3.49.17", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index b69f2f52d..45ced6a53 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.4.41](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.40...@standardnotes/releases@1.4.41) (2022-12-08) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.40](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.39...@standardnotes/releases@1.4.40) (2022-12-08) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index a25c5abca..49c029cd4 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.40", + "version": "1.4.41", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 79c8749af..ee0a30e36 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.14](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.13...@standardnotes/toast@1.3.14) (2022-12-08) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.3.13](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.12...@standardnotes/toast@1.3.13) (2022-12-07) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 58c07f823..9acc0d9c0 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.13", + "version": "1.3.14", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index fe580a3de..c7a1745d7 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.19.5](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.4...@standardnotes/ui-services@1.19.5) (2022-12-08) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.19.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.3...@standardnotes/ui-services@1.19.4) (2022-12-07) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 68aa6ff2a..67d713e22 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.19.4", + "version": "1.19.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 6b95d0bd7..6d7a37c8b 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.123.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.123.0...@standardnotes/web@3.123.1) (2022-12-08) + +### Bug Fixes + +* Fixed issue where passcode lock setting was not visible on mobile ([d4af612](https://github.com/standardnotes/app/commit/d4af612fea6960a5233404682aeb1819754b9b8b)) + # [3.123.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.122.0...@standardnotes/web@3.123.0) (2022-12-08) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 9a44bd21d..46cdb951c 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.123.1", + "title": "[3.123.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.123.0...@standardnotes/web@3.123.1) (2022-12-08)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where passcode lock setting was not visible on mobile ([d4af612](https://github.com/standardnotes/app/commit/d4af612fea6960a5233404682aeb1819754b9b8b))", + "parsed": { + "_": [ + "Fixed issue where passcode lock setting was not visible on mobile (d4af612)" + ], + "Bug Fixes": [ + "Fixed issue where passcode lock setting was not visible on mobile (d4af612)" + ] + } + }, { "version": "3.123.0", "title": "[3.123.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.122.0...@standardnotes/web@3.123.0) (2022-12-08)", diff --git a/packages/web/package.json b/packages/web/package.json index 8e8af78c9..006c5504e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.123.0", + "version": "3.123.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",