diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index ad334e508..47243ea88 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.15](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.121.0...@standardnotes/desktop@3.104.15) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.120.3...@standardnotes/desktop@3.104.14) (2022-12-07) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 599668266..b8d019956 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.14", + "version": "3.104.15", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 6398f0383..345bdabbd 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.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.13...@standardnotes/mobile@3.49.14) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.13](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.12...@standardnotes/mobile@3.49.13) (2022-12-07) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index dc41558f0..f646fa924 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.13", + "version": "3.49.14", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 250abeab6..6e63bffc9 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.38](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.37...@standardnotes/releases@1.4.38) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.37](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.36...@standardnotes/releases@1.4.37) (2022-12-07) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index f0bbd58ca..fa5da0280 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.37", + "version": "1.4.38", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index b0c4c4d3f..d0768d733 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-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.19.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.2...@standardnotes/ui-services@1.19.3) (2022-12-07) + +### Bug Fixes + +* Fixed workspace menu item rename issue ([45cdab6](https://github.com/standardnotes/app/commit/45cdab6f6c0416e0a01a66e4b4983ff0a52c1afc)) + ## [1.19.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.1...@standardnotes/ui-services@1.19.2) (2022-12-06) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 296fcf353..7b8d6f452 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.19.2", + "version": "1.19.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 75b2e9352..097670219 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.121.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.121.0...@standardnotes/web@3.121.1) (2022-12-07) + +### Bug Fixes + +* Fixed issue about note UUID not being selectable in menu ([5a0c005](https://github.com/standardnotes/app/commit/5a0c005e8c0373e2f47fa613fc5bfec0e84cdb37)) +* Fixed workspace menu item rename issue ([45cdab6](https://github.com/standardnotes/app/commit/45cdab6f6c0416e0a01a66e4b4983ff0a52c1afc)) + # [3.121.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.3...@standardnotes/web@3.121.0) (2022-12-07) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index c919d0f1a..962452c31 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,21 @@ { "versions": [ + { + "version": "3.121.1", + "title": "[3.121.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.121.0...@standardnotes/web@3.121.1) (2022-12-07)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue about note UUID not being selectable in menu ([5a0c005](https://github.com/standardnotes/app/commit/5a0c005e8c0373e2f47fa613fc5bfec0e84cdb37))\n* Fixed workspace menu item rename issue ([45cdab6](https://github.com/standardnotes/app/commit/45cdab6f6c0416e0a01a66e4b4983ff0a52c1afc))", + "parsed": { + "_": [ + "Fixed issue about note UUID not being selectable in menu (5a0c005)", + "Fixed workspace menu item rename issue (45cdab6)" + ], + "Bug Fixes": [ + "Fixed issue about note UUID not being selectable in menu (5a0c005)", + "Fixed workspace menu item rename issue (45cdab6)" + ] + } + }, { "version": "3.121.0", "title": "[3.121.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.3...@standardnotes/web@3.121.0) (2022-12-07)", diff --git a/packages/web/package.json b/packages/web/package.json index a2dc2b41c..ed57ee125 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.121.0", + "version": "3.121.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",