chore(release): publish
- @standardnotes/api@1.20.21 - @standardnotes/desktop@3.104.28 - @standardnotes/mobile@3.49.25 - @standardnotes/releases@1.4.51 - @standardnotes/services@1.50.7 - @standardnotes/snjs@2.156.4 - @standardnotes/ui-services@1.20.2 - @standardnotes/web@3.127.2
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.127.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.1...@standardnotes/web@3.127.2) (2022-12-19)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed issue where the first item in item link autcomplete would not be correctly focused (skip e2e) ([df4148f](https://github.com/standardnotes/app/commit/df4148f82489dd04878c85fd9c459e5d9ad8a89b))
|
||||
* Fixed white screen issue on mobile ([91f3295](https://github.com/standardnotes/app/commit/91f3295cffd54c7a5de01633add9b6abdb769cdf))
|
||||
|
||||
## [3.127.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.0...@standardnotes/web@3.127.1) (2022-12-19)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/web
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.127.2",
|
||||
"title": "[3.127.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.1...@standardnotes/web@3.127.2) (2022-12-19)",
|
||||
"date": null,
|
||||
"body": "### Bug Fixes\n\n* Fixed issue where the first item in item link autcomplete would not be correctly focused (skip e2e) ([df4148f](https://github.com/standardnotes/app/commit/df4148f82489dd04878c85fd9c459e5d9ad8a89b))\n* Fixed white screen issue on mobile ([91f3295](https://github.com/standardnotes/app/commit/91f3295cffd54c7a5de01633add9b6abdb769cdf))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Fixed issue where the first item in item link autcomplete would not be correctly focused (skip e2e) (df4148f)",
|
||||
"Fixed white screen issue on mobile (91f3295)"
|
||||
],
|
||||
"Bug Fixes": [
|
||||
"Fixed issue where the first item in item link autcomplete would not be correctly focused (skip e2e) (df4148f)",
|
||||
"Fixed white screen issue on mobile (91f3295)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.127.1",
|
||||
"title": "[3.127.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.127.0...@standardnotes/web@3.127.1) (2022-12-19)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.127.1",
|
||||
"version": "3.127.2",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes.",
|
||||
|
||||
Reference in New Issue
Block a user