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

This commit is contained in:
Aman Harwara
2023-04-27 17:38:57 +05:30
11 changed files with 43 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.153.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.6...@standardnotes/web@3.153.7) (2023-04-27)
### Bug Fixes
* **desktop:** Fixed issue where preferences header & tooltips are overlapped by custom titlebar ([ef27a21](https://github.com/standardnotes/app/commit/ef27a21fb141c4ef1a760cf6fb550e4b713f8f98))
## [3.153.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.5...@standardnotes/web@3.153.6) (2023-04-27)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.153.7",
"title": "[3.153.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.6...@standardnotes/web@3.153.7) (2023-04-27)",
"date": null,
"body": "### Bug Fixes\n\n* **desktop:** Fixed issue where preferences header & tooltips are overlapped by custom titlebar ([ef27a21](https://github.com/standardnotes/app/commit/ef27a21fb141c4ef1a760cf6fb550e4b713f8f98))",
"parsed": {
"_": [
"desktop: Fixed issue where preferences header & tooltips are overlapped by custom titlebar (ef27a21)"
],
"Bug Fixes": [
"desktop: Fixed issue where preferences header & tooltips are overlapped by custom titlebar (ef27a21)"
]
}
},
{
"version": "3.153.6",
"title": "[3.153.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.5...@standardnotes/web@3.153.6) (2023-04-27)",

View File

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