StandardNotes CI
2023-03-15 12:03:57 +00:00
parent 636de8fada
commit 2b7ad0f8ef
25 changed files with 80 additions and 12 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.22](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.21...@standardnotes/web@3.150.22) (2023-03-15)
### Bug Fixes
* Disabled pane gesture navigation by default and moved it to Labs since it is unstable ([636de8f](https://github.com/standardnotes/app/commit/636de8fada2f8cb7ef0260de6b7301559147d682))
## [3.150.21](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.20...@standardnotes/web@3.150.21) (2023-03-10)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.150.22",
"title": "[3.150.22](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.21...@standardnotes/web@3.150.22) (2023-03-15)",
"date": null,
"body": "### Bug Fixes\n\n* Disabled pane gesture navigation by default and moved it to Labs since it is unstable ([636de8f](https://github.com/standardnotes/app/commit/636de8fada2f8cb7ef0260de6b7301559147d682))",
"parsed": {
"_": [
"Disabled pane gesture navigation by default and moved it to Labs since it is unstable (636de8f)"
],
"Bug Fixes": [
"Disabled pane gesture navigation by default and moved it to Labs since it is unstable (636de8f)"
]
}
},
{
"version": "3.150.21",
"title": "[3.150.21](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.20...@standardnotes/web@3.150.21) (2023-03-10)",

View File

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