chore(release): publish

- @standardnotes/api@1.8.1
 - @standardnotes/desktop@3.23.136
 - @standardnotes/encryption@1.15.3
 - @standardnotes/filepicker@1.23.3
 - @standardnotes/files@1.10.3
 - @standardnotes/mobile@3.35.4
 - @standardnotes/models@1.18.3
 - @standardnotes/releases@1.3.59
 - @standardnotes/responses@1.10.2
 - @standardnotes/services@1.21.2
 - @standardnotes/snjs@2.130.2
 - @standardnotes/ui-services@1.2.7
 - @standardnotes/web@3.50.4
This commit is contained in:
StandardNotes CI
2022-09-20 17:45:27 +00:00
parent c5e225d335
commit 784cefa26f
26 changed files with 79 additions and 13 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.8.1](https://github.com/standardnotes/app/compare/@standardnotes/api@1.8.0...@standardnotes/api@1.8.1) (2022-09-20)
### Bug Fixes
* move wrapped storage to unwrapped if not encrypted ([#1603](https://github.com/standardnotes/app/issues/1603)) ([c5e225d](https://github.com/standardnotes/app/commit/c5e225d335537257f44168b8ad05222afccb508a))
# [1.8.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.7.2...@standardnotes/api@1.8.0) (2022-09-20)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.8.0",
"version": "1.8.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.
## [3.23.136](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.135...@standardnotes/desktop@3.23.136) (2022-09-20)
### Bug Fixes
* move wrapped storage to unwrapped if not encrypted ([#1603](https://github.com/standardnotes/app/issues/1603)) ([c5e225d](https://github.com/standardnotes/app/commit/c5e225d335537257f44168b8ad05222afccb508a))
## [3.23.135](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.134...@standardnotes/desktop@3.23.135) (2022-09-20)
**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.135",
"version": "3.23.136",
"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.15.3](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.15.2...@standardnotes/encryption@1.15.3) (2022-09-20)
**Note:** Version bump only for package @standardnotes/encryption
## [1.15.2](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.15.1...@standardnotes/encryption@1.15.2) (2022-09-15)
**Note:** Version bump only for package @standardnotes/encryption

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.15.2",
"version": "1.15.3",
"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.23.3](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.23.2...@standardnotes/filepicker@1.23.3) (2022-09-20)
**Note:** Version bump only for package @standardnotes/filepicker
## [1.23.2](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.23.1...@standardnotes/filepicker@1.23.2) (2022-09-15)
**Note:** Version bump only for package @standardnotes/filepicker

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.23.2",
"version": "1.23.3",
"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.10.3](https://github.com/standardnotes/app/compare/@standardnotes/files@1.10.2...@standardnotes/files@1.10.3) (2022-09-20)
**Note:** Version bump only for package @standardnotes/files
## [1.10.2](https://github.com/standardnotes/app/compare/@standardnotes/files@1.10.1...@standardnotes/files@1.10.2) (2022-09-15)
**Note:** Version bump only for package @standardnotes/files

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.10.2",
"version": "1.10.3",
"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.
## [3.35.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.3...@standardnotes/mobile@3.35.4) (2022-09-20)
### Bug Fixes
* move wrapped storage to unwrapped if not encrypted ([#1603](https://github.com/standardnotes/app/issues/1603)) ([c5e225d](https://github.com/standardnotes/app/commit/c5e225d335537257f44168b8ad05222afccb508a))
## [3.35.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.2...@standardnotes/mobile@3.35.3) (2022-09-20)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.35.3",
"version": "3.35.4",
"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.18.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.18.2...@standardnotes/models@1.18.3) (2022-09-20)
**Note:** Version bump only for package @standardnotes/models
## [1.18.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.18.1...@standardnotes/models@1.18.2) (2022-09-15)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.18.2",
"version": "1.18.3",
"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.3.59](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.58...@standardnotes/releases@1.3.59) (2022-09-20)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.58](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.57...@standardnotes/releases@1.3.58) (2022-09-20)
**Note:** Version bump only for package @standardnotes/releases

View File

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

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.10.2](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.1...@standardnotes/responses@1.10.2) (2022-09-20)
### Bug Fixes
* move wrapped storage to unwrapped if not encrypted ([#1603](https://github.com/standardnotes/app/issues/1603)) ([c5e225d](https://github.com/standardnotes/app/commit/c5e225d335537257f44168b8ad05222afccb508a))
## [1.10.1](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.0...@standardnotes/responses@1.10.1) (2022-09-13)
**Note:** Version bump only for package @standardnotes/responses

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/responses",
"version": "1.10.1",
"version": "1.10.2",
"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.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.21.1...@standardnotes/services@1.21.2) (2022-09-20)
### Bug Fixes
* move wrapped storage to unwrapped if not encrypted ([#1603](https://github.com/standardnotes/app/issues/1603)) ([c5e225d](https://github.com/standardnotes/app/commit/c5e225d335537257f44168b8ad05222afccb508a))
## [1.21.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.21.0...@standardnotes/services@1.21.1) (2022-09-20)
**Note:** Version bump only for package @standardnotes/services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.21.1",
"version": "1.21.2",
"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.130.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.130.1...@standardnotes/snjs@2.130.2) (2022-09-20)
### Bug Fixes
* move wrapped storage to unwrapped if not encrypted ([#1603](https://github.com/standardnotes/app/issues/1603)) ([c5e225d](https://github.com/standardnotes/app/commit/c5e225d335537257f44168b8ad05222afccb508a))
## [2.130.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.130.0...@standardnotes/snjs@2.130.1) (2022-09-20)
**Note:** Version bump only for package @standardnotes/snjs

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.130.1",
"version": "2.130.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.
## [1.2.7](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.2.6...@standardnotes/ui-services@1.2.7) (2022-09-20)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.2.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.2.5...@standardnotes/ui-services@1.2.6) (2022-09-20)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.2.6",
"version": "1.2.7",
"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.
## [3.50.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.50.3...@standardnotes/web@3.50.4) (2022-09-20)
### Bug Fixes
* move wrapped storage to unwrapped if not encrypted ([#1603](https://github.com/standardnotes/app/issues/1603)) ([c5e225d](https://github.com/standardnotes/app/commit/c5e225d335537257f44168b8ad05222afccb508a))
## [3.50.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.50.2...@standardnotes/web@3.50.3) (2022-09-20)
### Bug Fixes

View File

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