chore(release): publish
- @standardnotes/api@1.24.14 - @standardnotes/blocks-editor@1.16.3 - @standardnotes/desktop@3.104.123 - @standardnotes/encryption@1.21.13 - @standardnotes/filepicker@1.28.18 - @standardnotes/files@1.14.28 - @standardnotes/icons@1.10.3 - @standardnotes/mobile@3.51.3 - @standardnotes/models@1.43.1 - @standardnotes/releases@1.4.146 - @standardnotes/services@1.56.15 - @standardnotes/snjs@2.165.3 - @standardnotes/toast@1.3.22 - @standardnotes/ui-services@1.24.22 - @standardnotes/web@3.144.3
This commit is contained in:
@@ -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.144.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.144.2...@standardnotes/web@3.144.3) (2023-02-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed issue where clicking on the toolbar would dismiss the keyboard & toolbar ([9da8f4e](https://github.com/standardnotes/app/commit/9da8f4e419b5810f6c99af21276ed0062829877d))
|
||||
* Fixed issue where converting to Super would result in empty note ([cf4e348](https://github.com/standardnotes/app/commit/cf4e34858fcb898199ed102194d2d068c7d1d2db))
|
||||
|
||||
## [3.144.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.144.1...@standardnotes/web@3.144.2) (2023-02-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.144.3",
|
||||
"title": "[3.144.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.144.2...@standardnotes/web@3.144.3) (2023-02-01)",
|
||||
"date": null,
|
||||
"body": "### Bug Fixes\n\n* Fixed issue where clicking on the toolbar would dismiss the keyboard & toolbar ([9da8f4e](https://github.com/standardnotes/app/commit/9da8f4e419b5810f6c99af21276ed0062829877d))\n* Fixed issue where converting to Super would result in empty note ([cf4e348](https://github.com/standardnotes/app/commit/cf4e34858fcb898199ed102194d2d068c7d1d2db))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Fixed issue where clicking on the toolbar would dismiss the keyboard & toolbar (9da8f4e)",
|
||||
"Fixed issue where converting to Super would result in empty note (cf4e348)"
|
||||
],
|
||||
"Bug Fixes": [
|
||||
"Fixed issue where clicking on the toolbar would dismiss the keyboard & toolbar (9da8f4e)",
|
||||
"Fixed issue where converting to Super would result in empty note (cf4e348)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.144.2",
|
||||
"title": "[3.144.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.144.1...@standardnotes/web@3.144.2) (2023-02-01)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.144.2",
|
||||
"version": "3.144.3",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes.",
|
||||
|
||||
Reference in New Issue
Block a user