chore(release): publish

- @standardnotes/api@1.12.0
 - @standardnotes/components-meta@2.7.17
 - @standardnotes/desktop@3.23.201
 - @standardnotes/encryption@1.16.1
 - @standardnotes/features@1.52.3
 - @standardnotes/filepicker@1.23.13
 - @standardnotes/files@1.10.13
 - @standardnotes/mobile@3.41.4
 - @standardnotes/models@1.24.1
 - @standardnotes/releases@1.3.128
 - @standardnotes/responses@1.10.5
 - @standardnotes/services@1.27.0
 - @standardnotes/snjs@2.136.1
 - @standardnotes/ui-services@1.6.3
 - @standardnotes/utils@1.9.1
 - @standardnotes/web@3.71.3
This commit is contained in:
StandardNotes CI
2022-10-10 11:26:23 +00:00
parent 85d2415625
commit dcb8024deb
32 changed files with 113 additions and 16 deletions

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.12.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.11.0...@standardnotes/api@1.12.0) (2022-10-10)
### Bug Fixes
* **api:** specs ([85d2415](https://github.com/standardnotes/app/commit/85d24156254015914c684f900c77c080caa52eb7))
* **api:** workspace creation arguments ([a275a45](https://github.com/standardnotes/app/commit/a275a45753abc4a29a89de5fe784260165297bbe))
* linter issues ([e2e7605](https://github.com/standardnotes/app/commit/e2e76054142e8d67cac69280e2a3efcb15cf67f1))
### Features
* **api:** add inviting to workspace ([158ca6a](https://github.com/standardnotes/app/commit/158ca6ac6a428e082c8f984791f80fcaadcb3e34))
# [1.11.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.10.0...@standardnotes/api@1.11.0) (2022-10-07)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.11.0",
"version": "1.12.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},