chore(release): publish

- @standardnotes/api@1.4.7
 - @standardnotes/desktop@3.23.86
 - @standardnotes/encryption@1.14.0
 - @standardnotes/filepicker@1.22.0
 - @standardnotes/files@1.9.0
 - @standardnotes/mobile@3.31.2
 - @standardnotes/models@1.16.0
 - @standardnotes/releases@1.3.8
 - @standardnotes/services@1.17.0
 - @standardnotes/snjs@2.125.0
 - @standardnotes/ui-services@1.1.0
 - @standardnotes/web@3.43.0
This commit is contained in:
StandardNotes CI
2022-08-05 15:03:40 +00:00
parent 1d378228d3
commit 5f0d3ca8b2
24 changed files with 125 additions and 12 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.7](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.6...@standardnotes/api@1.4.7) (2022-08-05)
**Note:** Version bump only for package @standardnotes/api
## [1.4.6](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.5...@standardnotes/api@1.4.6) (2022-07-13)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.4.6",
"version": "1.4.7",
"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.86](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.85...@standardnotes/desktop@3.23.86) (2022-08-05)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.85](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.84...@standardnotes/desktop@3.23.85) (2022-08-03)
**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.85",
"version": "3.23.86",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.14.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.13.5...@standardnotes/encryption@1.14.0) (2022-08-05)
### Bug Fixes
* **encryption:** remove compiled encrypted paramters from source ([73e3b38](https://github.com/standardnotes/app/commit/73e3b3813f21f3fe06e5af2cfa2953210bb1de76))
### Features
* **encryption:** refactor circular dependencies on services ([ffb2193](https://github.com/standardnotes/app/commit/ffb21939246eb81eba3230ff8c0d68e7a6cb2bcb))
* **web:** extract ui-services package ([7e25126](https://github.com/standardnotes/app/commit/7e251262d770cfc9d791115b9c18b862c49e4e03))
## [1.13.5](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.13.4...@standardnotes/encryption@1.13.5) (2022-07-13)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.13.5",
"version": "1.14.0",
"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.
# [1.22.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.21.6...@standardnotes/filepicker@1.22.0) (2022-08-05)
### Bug Fixes
* **files:** filepicker circular dependency ([183f68c](https://github.com/standardnotes/app/commit/183f68c9c1005567ec50bd1a66ca34f775e393dc))
### Features
* **encryption:** refactor circular dependencies on services ([ffb2193](https://github.com/standardnotes/app/commit/ffb21939246eb81eba3230ff8c0d68e7a6cb2bcb))
## [1.21.6](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.21.5...@standardnotes/filepicker@1.21.6) (2022-07-13)
### Bug Fixes

View File

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

View File

@@ -3,6 +3,17 @@
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/files@1.8.7...@standardnotes/files@1.9.0) (2022-08-05)
### Bug Fixes
* **files:** filepicker circular dependency ([183f68c](https://github.com/standardnotes/app/commit/183f68c9c1005567ec50bd1a66ca34f775e393dc))
### Features
* **encryption:** refactor circular dependencies on services ([ffb2193](https://github.com/standardnotes/app/commit/ffb21939246eb81eba3230ff8c0d68e7a6cb2bcb))
* **files:** refactor circular deps ([696b82b](https://github.com/standardnotes/app/commit/696b82b9d392e146db5894462aeb56d91ac2a92c))
## [1.8.7](https://github.com/standardnotes/app/compare/@standardnotes/files@1.8.6...@standardnotes/files@1.8.7) (2022-07-13)
### Bug Fixes

View File

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

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.
## [3.31.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.1...@standardnotes/mobile@3.31.2) (2022-08-05)
### Bug Fixes
* **files:** filepicker circular dependency ([183f68c](https://github.com/standardnotes/app/commit/183f68c9c1005567ec50bd1a66ca34f775e393dc))
* **mobile:** add common to metro config ([8a1293f](https://github.com/standardnotes/app/commit/8a1293f66d4d9b17494969db4c7b182ad7338951))
* **mobile:** add models to metro config ([c2159e7](https://github.com/standardnotes/app/commit/c2159e77f7f8ed5a52121696d49c3850acd78e51))
* **mobile:** add responses to metro config ([94772bb](https://github.com/standardnotes/app/commit/94772bb7b68f2ee8fee730bb22fd560b60fc64e7))
* **mobile:** bring back responses and models to metro resolution ([10f40f6](https://github.com/standardnotes/app/commit/10f40f662e6a92202e3fe694d4d0ce1dd2478540))
* **mobile:** imports only from snjs ([3ce621e](https://github.com/standardnotes/app/commit/3ce621e24c564fe026786ea1269c8bc15bc67ebe))
* **mobile:** replace component viewer usage with interface ([0825ced](https://github.com/standardnotes/app/commit/0825cedfbeeca1b37b1259b762754a1e3530f498))
## [3.31.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.0...@standardnotes/mobile@3.31.1) (2022-08-03)
**Note:** Version bump only for package @standardnotes/mobile

View File

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

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.16.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.15.5...@standardnotes/models@1.16.0) (2022-08-05)
### Features
* **web:** extract ui-services package ([7e25126](https://github.com/standardnotes/app/commit/7e251262d770cfc9d791115b9c18b862c49e4e03))
## [1.15.5](https://github.com/standardnotes/app/compare/@standardnotes/models@1.15.4...@standardnotes/models@1.15.5) (2022-07-13)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.15.5",
"version": "1.16.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.3.8](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.7...@standardnotes/releases@1.3.8) (2022-08-05)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.7](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.6...@standardnotes/releases@1.3.7) (2022-08-03)
**Note:** Version bump only for package @standardnotes/releases

View File

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

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.17.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.16.5...@standardnotes/services@1.17.0) (2022-08-05)
### Features
* **encryption:** refactor circular dependencies on services ([ffb2193](https://github.com/standardnotes/app/commit/ffb21939246eb81eba3230ff8c0d68e7a6cb2bcb))
* **files:** refactor circular deps ([696b82b](https://github.com/standardnotes/app/commit/696b82b9d392e146db5894462aeb56d91ac2a92c))
* **web:** extract ui-services package ([7e25126](https://github.com/standardnotes/app/commit/7e251262d770cfc9d791115b9c18b862c49e4e03))
## [1.16.5](https://github.com/standardnotes/app/compare/@standardnotes/services@1.16.4...@standardnotes/services@1.16.5) (2022-07-13)
### Bug Fixes

View File

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

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.125.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.124.5...@standardnotes/snjs@2.125.0) (2022-08-05)
### Bug Fixes
* **files:** filepicker circular dependency ([183f68c](https://github.com/standardnotes/app/commit/183f68c9c1005567ec50bd1a66ca34f775e393dc))
### Features
* **encryption:** refactor circular dependencies on services ([ffb2193](https://github.com/standardnotes/app/commit/ffb21939246eb81eba3230ff8c0d68e7a6cb2bcb))
* **web:** extract ui-services package ([7e25126](https://github.com/standardnotes/app/commit/7e251262d770cfc9d791115b9c18b862c49e4e03))
## [2.124.5](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.124.4...@standardnotes/snjs@2.124.5) (2022-07-18)
**Note:** Version bump only for package @standardnotes/snjs

View File

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

View File

@@ -0,0 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.1.0 (2022-08-05)
### Bug Fixes
* **files:** filepicker circular dependency ([183f68c](https://github.com/standardnotes/app/commit/183f68c9c1005567ec50bd1a66ca34f775e393dc))
* **ui-services:** auto lock service extending tree ([2e487ae](https://github.com/standardnotes/app/commit/2e487ae6f327011c10fec5666cf0961948ec8bec))
* **ui-services:** linter issues ([d04d5d9](https://github.com/standardnotes/app/commit/d04d5d9d8f45450f32efc361971cefb4d836aac9))
* **ui-services:** missing colon linter issues ([1d37822](https://github.com/standardnotes/app/commit/1d378228d31e8ed6597d7970019b4da674301675))
### Features
* **encryption:** refactor circular dependencies on services ([ffb2193](https://github.com/standardnotes/app/commit/ffb21939246eb81eba3230ff8c0d68e7a6cb2bcb))
* **web:** extract ui-services package ([7e25126](https://github.com/standardnotes/app/commit/7e251262d770cfc9d791115b9c18b862c49e4e03))

View File

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

View File

@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.43.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.42.1...@standardnotes/web@3.43.0) (2022-08-05)
### Bug Fixes
* **files:** filepicker circular dependency ([183f68c](https://github.com/standardnotes/app/commit/183f68c9c1005567ec50bd1a66ca34f775e393dc))
* **mobile:** imports only from snjs ([3ce621e](https://github.com/standardnotes/app/commit/3ce621e24c564fe026786ea1269c8bc15bc67ebe))
* **mobile:** replace component viewer usage with interface ([0825ced](https://github.com/standardnotes/app/commit/0825cedfbeeca1b37b1259b762754a1e3530f498))
* **web:** add temporary workaround on the linter issue ([0543555](https://github.com/standardnotes/app/commit/05435553a441981ae7af76b322b9d06367dd7571))
### Features
* **encryption:** refactor circular dependencies on services ([ffb2193](https://github.com/standardnotes/app/commit/ffb21939246eb81eba3230ff8c0d68e7a6cb2bcb))
* **web:** extract ui-services package ([7e25126](https://github.com/standardnotes/app/commit/7e251262d770cfc9d791115b9c18b862c49e4e03))
## [3.42.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.42.0...@standardnotes/web@3.42.1) (2022-08-03)
### Bug Fixes

View File

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