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

This commit is contained in:
Aman Harwara
2023-03-30 12:19:24 +05:30
17 changed files with 60 additions and 8 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.150.34](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.33...@standardnotes/web@3.150.34) (2023-03-29)
### Bug Fixes
* Added backspace button on Super toolbar on Android as a workaround for backspace issue ([08a20e2](https://github.com/standardnotes/app/commit/08a20e25b416e672f0e80518ca66365f7089b4f3))
## [3.150.33](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.32...@standardnotes/web@3.150.33) (2023-03-27)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.150.34",
"title": "[3.150.34](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.33...@standardnotes/web@3.150.34) (2023-03-29)",
"date": null,
"body": "### Bug Fixes\n\n* Added backspace button on Super toolbar on Android as a workaround for backspace issue ([08a20e2](https://github.com/standardnotes/app/commit/08a20e25b416e672f0e80518ca66365f7089b4f3))",
"parsed": {
"_": [
"Added backspace button on Super toolbar on Android as a workaround for backspace issue (08a20e2)"
],
"Bug Fixes": [
"Added backspace button on Super toolbar on Android as a workaround for backspace issue (08a20e2)"
]
}
},
{
"version": "3.150.33",
"title": "[3.150.33](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.32...@standardnotes/web@3.150.33) (2023-03-27)",

View File

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