StandardNotes CI
2022-12-02 16:44:12 +00:00
parent 6cacdd8c58
commit c8c166d2a0
27 changed files with 90 additions and 13 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.27.2](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.27.1...@standardnotes/filepicker@1.27.2) (2022-12-02)
### Bug Fixes
* **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))
## [1.27.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.27.0...@standardnotes/filepicker@1.27.1) (2022-12-02)
**Note:** Version bump only for package @standardnotes/filepicker

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.27.1",
"version": "1.27.2",
"engines": {
"node": ">=16.0.0 <17.0.0"
},