diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 61afe9377..8a31f15f1 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.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 + ## [3.104.16](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.121.1...@standardnotes/desktop@3.104.16) (2022-12-07) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 828c1f8fe..7e9f0c2b6 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.16", + "version": "3.104.17", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index ac52b106a..7992d4d9e 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.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 + ## [3.49.15](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.14...@standardnotes/mobile@3.49.15) (2022-12-07) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 242f4dab4..13dacad85 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.15", + "version": "3.49.16", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index f598805ca..b69f2f52d 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.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 + ## [1.4.39](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.38...@standardnotes/releases@1.4.39) (2022-12-07) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 9d5f39a64..a25c5abca 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.39", + "version": "1.4.40", "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 4ef05a2ce..6b95d0bd7 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.123.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.122.0...@standardnotes/web@3.123.0) (2022-12-08) + +### Bug Fixes + +* alignment of Loading text in What's New screen ([d360985](https://github.com/standardnotes/app/commit/d3609853c6c6121a5633d72a685723498099edba)) + +### Features + +* Moments will now create a link with the current open note, so you can look back on what you were working on during a moment ([a7ac715](https://github.com/standardnotes/app/commit/a7ac715499fdf3f15a736f68af4bf5a78454742f)) + # [3.122.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.121.1...@standardnotes/web@3.122.0) (2022-12-07) ### Features diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index e4427c29b..9a44bd21d 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,23 @@ { "versions": [ + { + "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)", + "date": null, + "body": "### Bug Fixes\n\n* alignment of Loading text in What's New screen ([d360985](https://github.com/standardnotes/app/commit/d3609853c6c6121a5633d72a685723498099edba))\n\n### Features\n\n* Moments will now create a link with the current open note, so you can look back on what you were working on during a moment ([a7ac715](https://github.com/standardnotes/app/commit/a7ac715499fdf3f15a736f68af4bf5a78454742f))", + "parsed": { + "_": [ + "alignment of Loading text in What's New screen (d360985)", + "Moments will now create a link with the current open note, so you can look back on what you were working on during a moment (a7ac715)" + ], + "Bug Fixes": [ + "alignment of Loading text in What's New screen (d360985)" + ], + "Features": [ + "Moments will now create a link with the current open note, so you can look back on what you were working on during a moment (a7ac715)" + ] + } + }, { "version": "3.122.0", "title": "[3.122.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.121.1...@standardnotes/web@3.122.0) (2022-12-07)", @@ -18,15 +36,15 @@ "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))", + "body": "### Bug Fixes\n\n* Fixed issue where note UUID was not selectable in context menu ([5a0c005](https://github.com/standardnotes/app/commit/5a0c005e8c0373e2f47fa613fc5bfec0e84cdb37))\n* Fixed issue where workspaces could not be renamed ([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)" + "Fixed issue where note UUID was not selectable in context menu (5a0c005)", + "Fixed issue where workspaces could not be renamed (45cdab6)" ], "Bug Fixes": [ - "Fixed issue about note UUID not being selectable in menu (5a0c005)", - "Fixed workspace menu item rename issue (45cdab6)" + "Fixed issue where note UUID was not selectable in context menu (5a0c005)", + "Fixed issue where workspaces could not be renamed (45cdab6)" ] } }, diff --git a/packages/web/package.json b/packages/web/package.json index a8894085e..8e8af78c9 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.122.0", + "version": "3.123.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",