chore(release): publish

- @standardnotes/clipper@1.0.37
 - @standardnotes/desktop@3.105.86
 - @standardnotes/mobile@3.52.35
 - @standardnotes/releases@1.4.266
 - @standardnotes/ui-services@1.25.6
 - @standardnotes/web@3.154.1
This commit is contained in:
StandardNotes CI
2023-05-01 16:23:02 +00:00
parent 9e0e176bac
commit 053aaa5c9f
13 changed files with 57 additions and 7 deletions

View File

@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.154.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.0...@standardnotes/web@3.154.1) (2023-05-01)
### Bug Fixes
* Fixed the issue where imported notes would have incorrect "Created" date and time ([9e0e176](https://github.com/standardnotes/app/commit/9e0e176bac5902375b8ada7773931d3d419ce368))
### Reverts
* Revert "feat: Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs (#2319)" ([880ccee](https://github.com/standardnotes/app/commit/880cceecd5df0a941e3e9fcd4753da8d33f29266)), closes [#2319](https://github.com/standardnotes/app/issues/2319)
# [3.154.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.14...@standardnotes/web@3.154.0) (2023-05-01)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,10 +1,28 @@
{
"versions": [
{
"version": "3.154.1",
"title": "[3.154.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.0...@standardnotes/web@3.154.1) (2023-05-01)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed the issue where imported notes would have incorrect \"Created\" date and time ([9e0e176](https://github.com/standardnotes/app/commit/9e0e176bac5902375b8ada7773931d3d419ce368))\n\n### Reverts\n\n* Revert \"feat: Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs (#2319)\" ([880ccee](https://github.com/standardnotes/app/commit/880cceecd5df0a941e3e9fcd4753da8d33f29266)), closes [#2319](https://github.com/standardnotes/app/issues/2319)",
"parsed": {
"_": [
"Fixed the issue where imported notes would have incorrect \"Created\" date and time (9e0e176)",
"Revert \"feat: Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs (#2319)\" (880ccee), closes #2319"
],
"Bug Fixes": [
"Fixed the issue where imported notes would have incorrect \"Created\" date and time (9e0e176)"
],
"Reverts": [
"Revert \"feat: Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs (#2319)\" (880ccee), closes #2319"
]
}
},
{
"version": "3.154.0",
"title": "[3.154.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.14...@standardnotes/web@3.154.0) (2023-05-01)",
"date": null,
"body": "### Features\n\n* Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs ([#2319](https://github.com/standardnotes/app/issues/2319)) ([6d326e2](https://github.com/standardnotes/app/commit/6d326e2db4e385273b1d50f98427397ce91e631b))",
"body": "**Note:** Version bump only for package @standardnotes/web",
"parsed": {
"_": [
"Note: Version bump only for package @standardnotes/web"

View File

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