diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 41e703dd1..882fed192 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.117](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.142.8...@standardnotes/desktop@3.104.117) (2023-01-30) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.116](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.142.7...@standardnotes/desktop@3.104.116) (2023-01-28) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 20eb9f194..c1e8119d2 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.116", + "version": "3.104.117", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index c736c8554..d5cb50c03 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.50.53](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.52...@standardnotes/mobile@3.50.53) (2023-01-30) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.50.52](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.51...@standardnotes/mobile@3.50.52) (2023-01-28) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 7ec4d0555..3e867169c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.50.52", + "version": "3.50.53", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index e1f89fcf7..92ca20dff 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.140](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.139...@standardnotes/releases@1.4.140) (2023-01-30) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.139](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.138...@standardnotes/releases@1.4.139) (2023-01-28) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index b189c131d..4a144086a 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.139", + "version": "1.4.140", "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 857dd6eff..5ee8dbc1b 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.142.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.8...@standardnotes/web@3.142.9) (2023-01-30) + +### Bug Fixes + +* Fixed issue where dropdowns in preferences would not be visible ([c29e0f5](https://github.com/standardnotes/app/commit/c29e0f511d27e94d5943fc9b4186d05f19b325f6)) + ## [3.142.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.7...@standardnotes/web@3.142.8) (2023-01-28) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index d4ef701b1..8a46e018b 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.142.9", + "title": "[3.142.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.8...@standardnotes/web@3.142.9) (2023-01-30)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where dropdowns in preferences would not be visible ([c29e0f5](https://github.com/standardnotes/app/commit/c29e0f511d27e94d5943fc9b4186d05f19b325f6))", + "parsed": { + "_": [ + "Fixed issue where dropdowns in preferences would not be visible (c29e0f5)" + ], + "Bug Fixes": [ + "Fixed issue where dropdowns in preferences would not be visible (c29e0f5)" + ] + } + }, { "version": "3.142.8", "title": "[3.142.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.7...@standardnotes/web@3.142.8) (2023-01-28)", diff --git a/packages/web/package.json b/packages/web/package.json index 6cdfab185..928c88ef3 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.142.8", + "version": "3.142.9", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",