diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 9e2bb7ef2..a2d85977d 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.33](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.127.6...@standardnotes/desktop@3.104.33) (2022-12-20) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.32](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.127.5...@standardnotes/desktop@3.104.32) (2022-12-20) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index df20db4b7..bc5544df7 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.32", + "version": "3.104.33", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 6675973c7..c1cc795a9 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.30](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.29...@standardnotes/mobile@3.49.30) (2022-12-20) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.28...@standardnotes/mobile@3.49.29) (2022-12-20) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 24279ba31..e2739fca8 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.29", + "version": "3.49.30", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 4e456ec81..8ba22ff12 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.56](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.55...@standardnotes/releases@1.4.56) (2022-12-20) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.55](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.54...@standardnotes/releases@1.4.55) (2022-12-20) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 31fc11934..d5c1e2adf 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.55", + "version": "1.4.56", "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 8a9bd0676..3e7641a43 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.127.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.6...@standardnotes/web@3.127.7) (2022-12-20) + +### Bug Fixes + +* Added potential fix for issue where some video would show as not supported ([a7add80](https://github.com/standardnotes/app/commit/a7add80633ea603f7883db2dbc1f886d40450979)) + ## [3.127.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.5...@standardnotes/web@3.127.6) (2022-12-20) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 16a166379..3858b453d 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.127.7", + "title": "[3.127.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.6...@standardnotes/web@3.127.7) (2022-12-20)", + "date": null, + "body": "### Bug Fixes\n\n* Added potential fix for issue where some video would show as not supported ([a7add80](https://github.com/standardnotes/app/commit/a7add80633ea603f7883db2dbc1f886d40450979))", + "parsed": { + "_": [ + "Added potential fix for issue where some video would show as not supported (a7add80)" + ], + "Bug Fixes": [ + "Added potential fix for issue where some video would show as not supported (a7add80)" + ] + } + }, { "version": "3.127.6", "title": "[3.127.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.5...@standardnotes/web@3.127.6) (2022-12-20)", diff --git a/packages/web/package.json b/packages/web/package.json index 4afd5d05c..890889062 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.127.6", + "version": "3.127.7", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",