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.
## [1.43.11](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.10...@standardnotes/models@1.43.11) (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))
## [1.43.10](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.9...@standardnotes/models@1.43.10) (2023-03-10)
**Note:** Version bump only for package @standardnotes/models

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.43.10",
"version": "1.43.11",
"engines": {
"node": ">=16.0.0 <17.0.0"
},