StandardNotes CI
2022-12-19 10:06:43 +00:00
parent 0169224bf2
commit c914b88e2d
17 changed files with 59 additions and 8 deletions

View File

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

View File

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

View File

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