chore(release): publish

- @standardnotes/api@1.4.8
 - @standardnotes/desktop@3.23.100
 - @standardnotes/encryption@1.14.1
 - @standardnotes/filepicker@1.22.1
 - @standardnotes/files@1.9.1
 - @standardnotes/mobile@3.31.16
 - @standardnotes/models@1.16.1
 - @standardnotes/releases@1.3.22
 - @standardnotes/services@1.17.1
 - @standardnotes/snjs@2.125.1
 - @standardnotes/ui-services@1.1.2
 - @standardnotes/web@3.45.4
This commit is contained in:
StandardNotes CI
2022-08-23 10:05:48 +00:00
parent 2bdd931f6d
commit a2b6ec74b0
24 changed files with 66 additions and 12 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.17.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.17.0...@standardnotes/services@1.17.1) (2022-08-23)
### Bug Fixes
* **web:** archived and deleted counts on encryption panel ([#1423](https://github.com/standardnotes/app/issues/1423)) ([2bdd931](https://github.com/standardnotes/app/commit/2bdd931f6dcd876b1659c5d7d045effa26e18a20))
# [1.17.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.16.5...@standardnotes/services@1.17.0) (2022-08-05)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.17.0",
"version": "1.17.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},