chore(release): publish

- @standardnotes/api@1.8.1
 - @standardnotes/desktop@3.23.136
 - @standardnotes/encryption@1.15.3
 - @standardnotes/filepicker@1.23.3
 - @standardnotes/files@1.10.3
 - @standardnotes/mobile@3.35.4
 - @standardnotes/models@1.18.3
 - @standardnotes/releases@1.3.59
 - @standardnotes/responses@1.10.2
 - @standardnotes/services@1.21.2
 - @standardnotes/snjs@2.130.2
 - @standardnotes/ui-services@1.2.7
 - @standardnotes/web@3.50.4
This commit is contained in:
StandardNotes CI
2022-09-20 17:45:27 +00:00
parent c5e225d335
commit 784cefa26f
26 changed files with 79 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.10.2](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.1...@standardnotes/responses@1.10.2) (2022-09-20)
### Bug Fixes
* move wrapped storage to unwrapped if not encrypted ([#1603](https://github.com/standardnotes/app/issues/1603)) ([c5e225d](https://github.com/standardnotes/app/commit/c5e225d335537257f44168b8ad05222afccb508a))
## [1.10.1](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.0...@standardnotes/responses@1.10.1) (2022-09-13)
**Note:** Version bump only for package @standardnotes/responses

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/responses",
"version": "1.10.1",
"version": "1.10.2",
"engines": {
"node": ">=16.0.0 <17.0.0"
},