From 5f0d3ca8b22facd548de68a54d13eaee2772d59b Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 5 Aug 2022 15:03:40 +0000 Subject: [PATCH] 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 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/encryption/CHANGELOG.md | 11 +++++++++++ packages/encryption/package.json | 2 +- packages/filepicker/CHANGELOG.md | 10 ++++++++++ packages/filepicker/package.json | 2 +- packages/files/CHANGELOG.md | 11 +++++++++++ packages/files/package.json | 2 +- packages/mobile/CHANGELOG.md | 12 ++++++++++++ packages/mobile/package.json | 2 +- packages/models/CHANGELOG.md | 6 ++++++ packages/models/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/services/CHANGELOG.md | 8 ++++++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 11 +++++++++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 18 ++++++++++++++++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 14 ++++++++++++++ packages/web/package.json | 2 +- 24 files changed, 125 insertions(+), 12 deletions(-) create mode 100644 packages/ui-services/CHANGELOG.md diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index a4d5a53b4..b2c9f9817 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -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 diff --git a/packages/api/package.json b/packages/api/package.json index 80baef2b8..55b3ee811 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.4.6", + "version": "1.4.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 682a7ac24..64de2ea83 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -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 diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 362897993..ba81bb9b2 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -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, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index b31983a6c..4235a419d 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/CHANGELOG.md @@ -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 diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 9de58d740..5d022067a 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.13.5", + "version": "1.14.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 8e8248a49..37f671af2 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/CHANGELOG.md @@ -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 diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 917a8519c..55b84cddf 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.21.6", + "version": "1.22.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 62ba8826d..edf4a6db4 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/CHANGELOG.md @@ -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 diff --git a/packages/files/package.json b/packages/files/package.json index 548ef70ad..619963774 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.8.7", + "version": "1.9.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 3c9a9829d..b35e4c9ee 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -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 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 3aa5c50f1..751be9c88 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -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", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 3fa6b2c4c..df34756c4 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -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 diff --git a/packages/models/package.json b/packages/models/package.json index 8c777a5cb..534ef8036 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.15.5", + "version": "1.16.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index c2187d49b..8a75ea407 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -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 diff --git a/packages/releases/package.json b/packages/releases/package.json index 29fafeb07..a17cba676 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -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", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 1da9b044d..4320eb2a8 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -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 diff --git a/packages/services/package.json b/packages/services/package.json index b64e54b85..45b255e80 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.16.5", + "version": "1.17.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index a73081bb8..2999b20e4 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -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 diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 777065d40..c637ddd00 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.124.5", + "version": "2.125.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md new file mode 100644 index 000000000..35ded3e7f --- /dev/null +++ b/packages/ui-services/CHANGELOG.md @@ -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)) diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 305f63cdc..5352cecbd 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.0.0", + "version": "1.1.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index bacf7cb0f..3a921078d 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -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 diff --git a/packages/web/package.json b/packages/web/package.json index b4f739232..bf413130e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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.",