chore(release): publish
- @standardnotes/blocks-editor@1.9.7 - @standardnotes/desktop@3.104.14 - @standardnotes/mobile@3.49.13 - @standardnotes/releases@1.4.37 - @standardnotes/web@3.121.0
This commit is contained in:
@@ -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.121.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.3...@standardnotes/web@3.121.0) (2022-12-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed issue where Dark theme could be called 'Focus' in Appearance preferences ([d691d7a](https://github.com/standardnotes/app/commit/d691d7a3b34f7f4249138baa4c3f27b79a9f8e6c))
|
||||
* Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu ([a5b1ff9](https://github.com/standardnotes/app/commit/a5b1ff95957a9d407663d28429785457aef3a1b4))
|
||||
|
||||
### Features
|
||||
|
||||
* add Indent/Outdent options in Super when on mobile ([a70d100](https://github.com/standardnotes/app/commit/a70d1009a3d8d6be1395bf148a46c3cb2260dcdc))
|
||||
|
||||
## [3.120.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.2...@standardnotes/web@3.120.3) (2022-12-06)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"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)",
|
||||
"date": null,
|
||||
"body": "### Bug Fixes\n\n* Fixed issue where Dark theme could be called 'Focus' in Appearance preferences ([d691d7a](https://github.com/standardnotes/app/commit/d691d7a3b34f7f4249138baa4c3f27b79a9f8e6c))\n* Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu ([a5b1ff9](https://github.com/standardnotes/app/commit/a5b1ff95957a9d407663d28429785457aef3a1b4))\n\n### Features\n\n* add Indent/Outdent options in Super when on mobile ([a70d100](https://github.com/standardnotes/app/commit/a70d1009a3d8d6be1395bf148a46c3cb2260dcdc))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Fixed issue where Dark theme could be called 'Focus' in Appearance preferences (d691d7a)",
|
||||
"Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu (a5b1ff9)",
|
||||
"add Indent/Outdent options in Super when on mobile (a70d100)"
|
||||
],
|
||||
"Bug Fixes": [
|
||||
"Fixed issue where Dark theme could be called 'Focus' in Appearance preferences (d691d7a)",
|
||||
"Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu (a5b1ff9)"
|
||||
],
|
||||
"Features": [
|
||||
"add Indent/Outdent options in Super when on mobile (a70d100)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.120.3",
|
||||
"title": "[3.120.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.2...@standardnotes/web@3.120.3) (2022-12-06)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.120.3",
|
||||
"version": "3.121.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes",
|
||||
|
||||
Reference in New Issue
Block a user