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
This commit is contained in:
StandardNotes CI
2022-12-05 08:34:49 +00:00
parent 8575b3e714
commit e4f3f26937
11 changed files with 54 additions and 5 deletions

View File

@@ -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

View File

@@ -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)",

View File

@@ -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",