StandardNotes CI
2023-06-30 14:51:02 +00:00
parent 89849c9f90
commit a0bc6153d6
41 changed files with 116 additions and 20 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.162.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.162.9...@standardnotes/web@3.162.10) (2023-06-30)
### Bug Fixes
* Fixed issue where clicking in file dialog context menu closed the dialog ([89849c9](https://github.com/standardnotes/app/commit/89849c9f90e8b66fc75c68e42a430dfcdbd5d798))
## [3.162.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.162.8...@standardnotes/web@3.162.9) (2023-06-29)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.162.10",
"title": "[3.162.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.162.9...@standardnotes/web@3.162.10) (2023-06-30)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where clicking in file dialog context menu closed the dialog ([89849c9](https://github.com/standardnotes/app/commit/89849c9f90e8b66fc75c68e42a430dfcdbd5d798))",
"parsed": {
"_": [
"Fixed issue where clicking in file dialog context menu closed the dialog (89849c9)"
],
"Bug Fixes": [
"Fixed issue where clicking in file dialog context menu closed the dialog (89849c9)"
]
}
},
{
"version": "3.162.9",
"title": "[3.162.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.162.8...@standardnotes/web@3.162.9) (2023-06-29)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.162.9",
"version": "3.162.10",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes",