From e4f3f26937afd4e0d524e9f972ef5f2e92c59a1b Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 5 Dec 2022 08:34:49 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.104.7 - @standardnotes/mobile@3.49.6 - @standardnotes/releases@1.4.30 - @standardnotes/ui-services@1.18.0 - @standardnotes/web@3.118.0 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/ui-services/CHANGELOG.md | 6 ++++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 11 +++++++++++ packages/web/CHANGELOG.md.json | 20 ++++++++++++++++++++ packages/web/package.json | 2 +- 11 files changed, 54 insertions(+), 5 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 7cea3f844..464ee11f7 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.7](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.117.5...@standardnotes/desktop@3.104.7) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.6](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.117.4...@standardnotes/desktop@3.104.6) (2022-12-04) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index c6ff0a102..78a6dc676 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.6", + "version": "3.104.7", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 56e7d7d1e..7963ebbaf 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.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.5...@standardnotes/mobile@3.49.6) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.4...@standardnotes/mobile@3.49.5) (2022-12-04) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index bc688dc08..2f14954f5 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.5", + "version": "3.49.6", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 5f882766c..1ec16c325 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.30](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.29...@standardnotes/releases@1.4.30) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.29](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.28...@standardnotes/releases@1.4.29) (2022-12-04) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index d628856a3..5c3cb1879 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.29", + "version": "1.4.30", "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 20bd2c621..c8c3cb7a0 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.18.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.17.11...@standardnotes/ui-services@1.18.0) (2022-12-05) + +### Features + +* Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences ([7c261af](https://github.com/standardnotes/app/commit/7c261af23018c398d24d695fb024df83928b8189)) + ## [1.17.11](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.17.10...@standardnotes/ui-services@1.17.11) (2022-12-04) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 3ea59d435..be80a970c 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.17.11", + "version": "1.18.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index d9cfaeb26..1b8d57312 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.118.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.5...@standardnotes/web@3.118.0) (2022-12-05) + +### Bug Fixes + +* Fixed purchase flow padding ([71e20f2](https://github.com/standardnotes/app/commit/71e20f2a2f7422ced99311676181db4b3113fa94)) + +### Features + +* Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences ([7c261af](https://github.com/standardnotes/app/commit/7c261af23018c398d24d695fb024df83928b8189)) +* Show preferences keyboard shortcut in tooltip ([8575b3e](https://github.com/standardnotes/app/commit/8575b3e71487f468102ade9c1fb8bf966231e6e1)) + ## [3.117.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.4...@standardnotes/web@3.117.5) (2022-12-04) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index f84f9c5d4..b74bba793 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,25 @@ { "versions": [ + { + "version": "3.118.0", + "title": "[3.118.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.5...@standardnotes/web@3.118.0) (2022-12-05)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed purchase flow padding ([71e20f2](https://github.com/standardnotes/app/commit/71e20f2a2f7422ced99311676181db4b3113fa94))\n\n### Features\n\n* Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences ([7c261af](https://github.com/standardnotes/app/commit/7c261af23018c398d24d695fb024df83928b8189))\n* Show preferences keyboard shortcut in tooltip ([8575b3e](https://github.com/standardnotes/app/commit/8575b3e71487f468102ade9c1fb8bf966231e6e1))", + "parsed": { + "_": [ + "Fixed purchase flow padding (71e20f2)", + "Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences (7c261af)", + "Show preferences keyboard shortcut in tooltip (8575b3e)" + ], + "Bug Fixes": [ + "Fixed purchase flow padding (71e20f2)" + ], + "Features": [ + "Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences (7c261af)", + "Show preferences keyboard shortcut in tooltip (8575b3e)" + ] + } + }, { "version": "3.117.5", "title": "[3.117.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.4...@standardnotes/web@3.117.5) (2022-12-04)", diff --git a/packages/web/package.json b/packages/web/package.json index 7223b0b5d..93b607b1a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.117.5", + "version": "3.118.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",