chore(release): publish

- @standardnotes/api@1.7.0
 - @standardnotes/components-meta@2.7.11
 - @standardnotes/desktop@3.23.116
 - @standardnotes/encryption@1.15.0
 - @standardnotes/features@1.51.0
 - @standardnotes/filepicker@1.23.0
 - @standardnotes/files@1.10.0
 - @standardnotes/mobile@3.32.3
 - @standardnotes/models@1.18.0
 - @standardnotes/releases@1.3.39
 - @standardnotes/responses@1.10.0
 - @standardnotes/services@1.19.0
 - @standardnotes/snjs@2.127.0
 - @standardnotes/ui-services@1.2.0
 - @standardnotes/utils@1.9.0
 - @standardnotes/web@3.46.1
 - @standardnotes/advanced-checklist@0.2.5
This commit is contained in:
StandardNotes CI
2022-09-13 08:58:14 +00:00
parent 8d04c2fb55
commit 27b7f4e597
34 changed files with 107 additions and 17 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.
# [2.127.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.126.0...@standardnotes/snjs@2.127.0) (2022-09-13)
### Features
* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))
# [2.126.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.125.6...@standardnotes/snjs@2.126.0) (2022-09-09)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.126.0",
"version": "2.127.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},