chore(release): publish

- @standardnotes/api@1.4.2
 - @standardnotes/desktop@3.23.52
 - @standardnotes/encryption@1.13.1
 - @standardnotes/filepicker@1.21.0
 - @standardnotes/files@1.8.1
 - @standardnotes/mobile@3.30.0
 - @standardnotes/models@1.15.1
 - @standardnotes/releases@1.2.66
 - @standardnotes/services@1.16.1
 - @standardnotes/sncrypto-web@1.12.1
 - @standardnotes/snjs@2.123.0
 - @standardnotes/web-server@1.2.74
 - @standardnotes/web@3.37.0
This commit is contained in:
StandardNotes CI
2022-07-06 13:05:55 +00:00
parent d05d6db620
commit 73ebb62c88
26 changed files with 81 additions and 13 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.4.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.1...@standardnotes/api@1.4.2) (2022-07-06)
**Note:** Version bump only for package @standardnotes/api
## [1.4.1](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.0...@standardnotes/api@1.4.1) (2022-07-06)
### Bug Fixes

View File

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

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.23.52](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.51...@standardnotes/desktop@3.23.52) (2022-07-06)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.51](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.50...@standardnotes/desktop@3.23.51) (2022-07-06)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.23.51",
"version": "3.23.52",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.13.1](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.13.0...@standardnotes/encryption@1.13.1) (2022-07-06)
**Note:** Version bump only for package @standardnotes/encryption
# [1.13.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.12.0...@standardnotes/encryption@1.13.0) (2022-07-06)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.13.0",
"version": "1.13.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

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.21.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.20.0...@standardnotes/filepicker@1.21.0) (2022-07-06)
### Features
* add snjs package ([0e40469](https://github.com/standardnotes/app/commit/0e40469e2fe868b88860f0f2541364696d8f7957))
# [1.20.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.19.1...@standardnotes/filepicker@1.20.0) (2022-07-06)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.20.0",
"version": "1.21.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.8.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.8.0...@standardnotes/files@1.8.1) (2022-07-06)
**Note:** Version bump only for package @standardnotes/files
# [1.8.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.7.1...@standardnotes/files@1.8.0) (2022-07-06)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.8.0",
"version": "1.8.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

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.
# [3.30.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.29.0...@standardnotes/mobile@3.30.0) (2022-07-06)
### Bug Fixes
* deps on weba and mobile ([d380711](https://github.com/standardnotes/app/commit/d38071168ac343a952643647996fca5f1018f2b1))
### Features
* add snjs package ([0e40469](https://github.com/standardnotes/app/commit/0e40469e2fe868b88860f0f2541364696d8f7957))
# [3.29.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.28.3...@standardnotes/mobile@3.29.0) (2022-07-06)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.29.0",
"version": "3.30.0",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.15.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.15.0...@standardnotes/models@1.15.1) (2022-07-06)
**Note:** Version bump only for package @standardnotes/models
# [1.15.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.14.0...@standardnotes/models@1.15.0) (2022-07-06)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.15.0",
"version": "1.15.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.66](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.65...@standardnotes/releases@1.2.66) (2022-07-06)
**Note:** Version bump only for package @standardnotes/releases
## [1.2.65](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.64...@standardnotes/releases@1.2.65) (2022-07-06)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.2.65",
"version": "1.2.66",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"types": "dist/index.d.ts",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.16.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.16.0...@standardnotes/services@1.16.1) (2022-07-06)
**Note:** Version bump only for package @standardnotes/services
# [1.16.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.15.0...@standardnotes/services@1.16.0) (2022-07-06)
### Bug Fixes

View File

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

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.12.1](https://github.com/standardnotes/app/compare/@standardnotes/sncrypto-web@1.12.0...@standardnotes/sncrypto-web@1.12.1) (2022-07-06)
**Note:** Version bump only for package @standardnotes/sncrypto-web
# 1.12.0 (2022-07-06)
### Bug Fixes

View File

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

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.123.0 (2022-07-06)
### Features
* add snjs package ([0e40469](https://github.com/standardnotes/app/commit/0e40469e2fe868b88860f0f2541364696d8f7957))
# [2.121.0](https://github.com/standardnotes/snjs/compare/@standardnotes/snjs@2.120.0...@standardnotes/snjs@2.121.0) (2022-07-06)
### Bug Fixes

View File

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

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.74](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.73...@standardnotes/web-server@1.2.74) (2022-07-06)
**Note:** Version bump only for package @standardnotes/web-server
## [1.2.73](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.72...@standardnotes/web-server@1.2.73) (2022-07-06)
**Note:** Version bump only for package @standardnotes/web-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.2.73",
"version": "1.2.74",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes.",

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.
# [3.37.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.36.0...@standardnotes/web@3.37.0) (2022-07-06)
### Bug Fixes
* deps on weba and mobile ([d380711](https://github.com/standardnotes/app/commit/d38071168ac343a952643647996fca5f1018f2b1))
### Features
* add snjs package ([0e40469](https://github.com/standardnotes/app/commit/0e40469e2fe868b88860f0f2541364696d8f7957))
# [3.36.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.35.2...@standardnotes/web@3.36.0) (2022-07-06)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.36.0",
"version": "3.37.0",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",