chore(release): publish

- @standardnotes/blocks-editor@1.16.10
 - @standardnotes/desktop@3.104.138
 - @standardnotes/mobile@3.51.18
 - @standardnotes/releases@1.4.161
 - @standardnotes/web@3.149.0
This commit is contained in:
StandardNotes CI
2023-02-09 16:52:18 +00:00
parent e6e5cf4900
commit 9fcaed4395
11 changed files with 49 additions and 5 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.149.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.148.5...@standardnotes/web@3.149.0) (2023-02-09)
### Bug Fixes
* Fixed issue where keyboard navigation in file preview modal would not work until you clicked inside ([ae6bd4c](https://github.com/standardnotes/app/commit/ae6bd4c07f75cca4067bcc26be17a890d07073b1))
### Features
* Added button to allow collapsing the linked items container ([82b0926](https://github.com/standardnotes/app/commit/82b092673e92190c374197c3b1d0f353c102dac1))
## [3.148.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.148.4...@standardnotes/web@3.148.5) (2023-02-09)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,23 @@
{
"versions": [
{
"version": "3.149.0",
"title": "[3.149.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.148.5...@standardnotes/web@3.149.0) (2023-02-09)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where keyboard navigation in file preview modal would not work until you clicked inside ([ae6bd4c](https://github.com/standardnotes/app/commit/ae6bd4c07f75cca4067bcc26be17a890d07073b1))\n\n### Features\n\n* Added button to allow collapsing the linked items container ([82b0926](https://github.com/standardnotes/app/commit/82b092673e92190c374197c3b1d0f353c102dac1))",
"parsed": {
"_": [
"Fixed issue where keyboard navigation in file preview modal would not work until you clicked inside (ae6bd4c)",
"Added button to allow collapsing the linked items container (82b0926)"
],
"Bug Fixes": [
"Fixed issue where keyboard navigation in file preview modal would not work until you clicked inside (ae6bd4c)"
],
"Features": [
"Added button to allow collapsing the linked items container (82b0926)"
]
}
},
{
"version": "3.148.5",
"title": "[3.148.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.148.4...@standardnotes/web@3.148.5) (2023-02-09)",

View File

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