chore(release): publish

- @standardnotes/api@1.17.0
 - @standardnotes/desktop@3.23.232
 - @standardnotes/mobile@3.43.19
 - @standardnotes/releases@1.3.161
 - @standardnotes/services@1.34.2
 - @standardnotes/snjs@2.142.2
 - @standardnotes/ui-services@1.9.0
 - @standardnotes/web@3.82.4
This commit is contained in:
StandardNotes CI
2022-10-21 08:55:09 +00:00
parent 4f0805d5b0
commit 856e499d89
16 changed files with 48 additions and 8 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.
# [1.9.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.8.5...@standardnotes/ui-services@1.9.0) (2022-10-21)
### Bug Fixes
* **ui-services:** add route type getter ([401a35f](https://github.com/standardnotes/app/commit/401a35f4db9e7f090ad84c2d9e0ce5b465c7e790))
### Features
* add accepting subscription invite route type ([83b4840](https://github.com/standardnotes/app/commit/83b484002c066675e58625d7c0a1f7a7566df787))
## [1.8.5](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.8.4...@standardnotes/ui-services@1.8.5) (2022-10-19)
**Note:** Version bump only for package @standardnotes/ui-services

View File

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