chore(release): publish
- @standardnotes/api@1.20.17 - @standardnotes/desktop@3.104.3 - @standardnotes/encryption@1.19.25 - @standardnotes/filepicker@1.27.2 - @standardnotes/files@1.14.2 - @standardnotes/mobile@3.49.2 - @standardnotes/models@1.39.1 - @standardnotes/releases@1.4.26 - @standardnotes/services@1.50.1 - @standardnotes/snjs@2.155.2 - @standardnotes/ui-services@1.17.9 - @standardnotes/utils@1.14.1 - @standardnotes/web@3.117.2
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.117.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.1...@standardnotes/web@3.117.2) (2022-12-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fixes issue where files imported from another account could not be deleted ([#2082](https://github.com/standardnotes/app/issues/2082)) ([b5b6192](https://github.com/standardnotes/app/commit/b5b6192b603b5ce60b913cc7138d30e46aafbe14))
|
||||
* **mobile:** Fixes issue where file upload doesn't work with immediate biometrics ([#2083](https://github.com/standardnotes/app/issues/2083)) ([6cacdd8](https://github.com/standardnotes/app/commit/6cacdd8c5882ac562c73a706aa4237c53a049f5c))
|
||||
|
||||
## [3.117.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.0...@standardnotes/web@3.117.1) (2022-12-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.117.2",
|
||||
"title": "[3.117.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.1...@standardnotes/web@3.117.2) (2022-12-02)",
|
||||
"date": null,
|
||||
"body": "### Bug Fixes\n\n* fixes issue where files imported from another account could not be deleted ([#2082](https://github.com/standardnotes/app/issues/2082)) ([b5b6192](https://github.com/standardnotes/app/commit/b5b6192b603b5ce60b913cc7138d30e46aafbe14))\n* **mobile:** Fixes issue where file upload doesn't work with immediate biometrics ([#2083](https://github.com/standardnotes/app/issues/2083)) ([6cacdd8](https://github.com/standardnotes/app/commit/6cacdd8c5882ac562c73a706aa4237c53a049f5c))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"fixes issue where files imported from another account could not be deleted (#2082) (b5b6192)",
|
||||
"mobile: Fixes issue where file upload doesn't work with immediate biometrics (#2083) (6cacdd8)"
|
||||
],
|
||||
"Bug Fixes": [
|
||||
"fixes issue where files imported from another account could not be deleted (#2082) (b5b6192)",
|
||||
"mobile: Fixes issue where file upload doesn't work with immediate biometrics (#2083) (6cacdd8)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.117.1",
|
||||
"title": "[3.117.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.0...@standardnotes/web@3.117.1) (2022-12-02)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.117.1",
|
||||
"version": "3.117.2",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes",
|
||||
|
||||
Reference in New Issue
Block a user