Merge branch 'main' of github.com:standardnotes/app

This commit is contained in:
Aman Harwara
2023-05-23 21:29:30 +05:30
11 changed files with 41 additions and 5 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.160.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.8...@standardnotes/web@3.160.9) (2023-05-23)
### Bug Fixes
* Fixed issue where some dialogs would become unresponsive ([1d7079e](https://github.com/standardnotes/app/commit/1d7079e90cf5c4de57a77b408a7b2d399a4a6a38))
## [3.160.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.7...@standardnotes/web@3.160.8) (2023-05-22)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.160.9",
"title": "[3.160.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.8...@standardnotes/web@3.160.9) (2023-05-23)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where some dialogs would become unresponsive ([1d7079e](https://github.com/standardnotes/app/commit/1d7079e90cf5c4de57a77b408a7b2d399a4a6a38))",
"parsed": {
"_": [
"Fixed issue where some dialogs would become unresponsive (1d7079e)"
],
"Bug Fixes": [
"Fixed issue where some dialogs would become unresponsive (1d7079e)"
]
}
},
{
"version": "3.160.8",
"title": "[3.160.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.7...@standardnotes/web@3.160.8) (2023-05-22)",

View File

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