From 285df04a5970df22ef467bf3aaa1283a0588f559 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 23 Sep 2022 19:29:51 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.8.2 - @standardnotes/components-meta@2.7.14 - @standardnotes/desktop@3.23.152 - @standardnotes/encryption@1.15.4 - @standardnotes/features@1.52.1 - @standardnotes/filepicker@1.23.4 - @standardnotes/files@1.10.4 - @standardnotes/mobile@3.36.3 - @standardnotes/models@1.18.4 - @standardnotes/releases@1.3.75 - @standardnotes/responses@1.10.3 - @standardnotes/services@1.21.3 - @standardnotes/snjs@2.132.4 - @standardnotes/ui-services@1.3.1 - @standardnotes/web@3.55.2 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/components/CHANGELOG.md | 4 ++++ packages/components/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/encryption/CHANGELOG.md | 4 ++++ packages/encryption/package.json | 2 +- packages/features/CHANGELOG.md | 6 ++++++ packages/features/package.json | 2 +- packages/filepicker/CHANGELOG.md | 4 ++++ packages/filepicker/package.json | 2 +- packages/files/CHANGELOG.md | 4 ++++ packages/files/package.json | 2 +- packages/mobile/CHANGELOG.md | 6 ++++++ 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/responses/CHANGELOG.md | 4 ++++ packages/responses/package.json | 2 +- packages/services/CHANGELOG.md | 6 ++++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 4 ++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 6 ++++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 30 files changed, 85 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index e72644e37..0eeed917c 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.8.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.8.1...@standardnotes/api@1.8.2) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/api + ## [1.8.1](https://github.com/standardnotes/app/compare/@standardnotes/api@1.8.0...@standardnotes/api@1.8.1) (2022-09-20) ### Bug Fixes diff --git a/packages/api/package.json b/packages/api/package.json index 9c9e53869..b20f2fea0 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.8.1", + "version": "1.8.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index bd56c0245..27c66fc17 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +## [2.7.14](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.13...@standardnotes/components-meta@2.7.14) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.7.13](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.12...@standardnotes/components-meta@2.7.13) (2022-09-16) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 8e68e4d16..55b8c50fc 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.13", + "version": "2.7.14", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index f9420d510..3e85c3499 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.152](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.151...@standardnotes/desktop@3.23.152) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.151](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.150...@standardnotes/desktop@3.23.151) (2022-09-23) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 8a1bbaceb..e9cd365fa 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.151", + "version": "3.23.152", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index a2d310e16..708637f62 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/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.15.4](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.15.3...@standardnotes/encryption@1.15.4) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/encryption + ## [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 diff --git a/packages/encryption/package.json b/packages/encryption/package.json index c8ddc9c49..4dc1f0da2 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.15.3", + "version": "1.15.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index b5f825a4e..533d49c6c 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/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.52.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.52.0...@standardnotes/features@1.52.1) (2022-09-23) + +### Bug Fixes + +* **mobile:** adjust status bar color to match current theme ([#1624](https://github.com/standardnotes/app/issues/1624)) ([4d5429c](https://github.com/standardnotes/app/commit/4d5429cc89c15f870825f20e97844825102c6aec)) + # [1.52.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.51.0...@standardnotes/features@1.52.0) (2022-09-13) ### Features diff --git a/packages/features/package.json b/packages/features/package.json index 311dc6272..0a9431dbe 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.52.0", + "version": "1.52.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index eb18556cb..e14ab9d71 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/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.23.4](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.23.3...@standardnotes/filepicker@1.23.4) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [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 diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 0c133db51..3c7df2b3c 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.23.3", + "version": "1.23.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 7b462486d..236ae07ac 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.10.4](https://github.com/standardnotes/app/compare/@standardnotes/files@1.10.3...@standardnotes/files@1.10.4) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/files + ## [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 diff --git a/packages/files/package.json b/packages/files/package.json index 4d3b408f6..17192e424 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.10.3", + "version": "1.10.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index b57e68162..cbe1b4db6 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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. +## [3.36.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.36.2...@standardnotes/mobile@3.36.3) (2022-09-23) + +### Bug Fixes + +* **mobile:** adjust status bar color to match current theme ([#1624](https://github.com/standardnotes/app/issues/1624)) ([4d5429c](https://github.com/standardnotes/app/commit/4d5429cc89c15f870825f20e97844825102c6aec)) + ## [3.36.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.36.1...@standardnotes/mobile@3.36.2) (2022-09-23) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index bd20eddcd..5f0273a6e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.36.2", + "version": "3.36.3", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 68329a218..5b201ec21 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.18.4](https://github.com/standardnotes/app/compare/@standardnotes/models@1.18.3...@standardnotes/models@1.18.4) (2022-09-23) + +### Bug Fixes + +* **mobile:** adjust status bar color to match current theme ([#1624](https://github.com/standardnotes/app/issues/1624)) ([4d5429c](https://github.com/standardnotes/app/commit/4d5429cc89c15f870825f20e97844825102c6aec)) + ## [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 diff --git a/packages/models/package.json b/packages/models/package.json index 4ce9bfcde..776c3ba80 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.18.3", + "version": "1.18.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 997fb9d7d..c295d50eb 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.75](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.74...@standardnotes/releases@1.3.75) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.74](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.73...@standardnotes/releases@1.3.74) (2022-09-23) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 5355ca4bf..47eb15dac 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.74", + "version": "1.3.75", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index 3fadc22ed..e73c89e24 100644 --- a/packages/responses/CHANGELOG.md +++ b/packages/responses/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.10.3](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.2...@standardnotes/responses@1.10.3) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.10.2](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.10.1...@standardnotes/responses@1.10.2) (2022-09-20) ### Bug Fixes diff --git a/packages/responses/package.json b/packages/responses/package.json index 988faea46..9aad5970d 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.10.2", + "version": "1.10.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 170e00525..a3f99c0ed 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/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.21.3](https://github.com/standardnotes/app/compare/@standardnotes/services@1.21.2...@standardnotes/services@1.21.3) (2022-09-23) + +### Bug Fixes + +* **mobile:** adjust status bar color to match current theme ([#1624](https://github.com/standardnotes/app/issues/1624)) ([4d5429c](https://github.com/standardnotes/app/commit/4d5429cc89c15f870825f20e97844825102c6aec)) + ## [1.21.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.21.1...@standardnotes/services@1.21.2) (2022-09-20) ### Bug Fixes diff --git a/packages/services/package.json b/packages/services/package.json index b4223ebfa..88f29af9c 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.21.2", + "version": "1.21.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 5f1d95cd3..304f9b7ff 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +## [2.132.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.132.3...@standardnotes/snjs@2.132.4) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.132.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.132.2...@standardnotes/snjs@2.132.3) (2022-09-23) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 5955ae0ef..8ab7b048e 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.132.3", + "version": "2.132.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 2e05cee32..d8ccb8ab3 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.3.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.3.0...@standardnotes/ui-services@1.3.1) (2022-09-23) + +### Bug Fixes + +* **mobile:** adjust status bar color to match current theme ([#1624](https://github.com/standardnotes/app/issues/1624)) ([4d5429c](https://github.com/standardnotes/app/commit/4d5429cc89c15f870825f20e97844825102c6aec)) + # [1.3.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.2.7...@standardnotes/ui-services@1.3.0) (2022-09-23) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 6fee39237..ac97274fa 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.3.0", + "version": "1.3.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index f369b5b96..47ca8e3f1 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.55.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.55.1...@standardnotes/web@3.55.2) (2022-09-23) + +**Note:** Version bump only for package @standardnotes/web + ## [3.55.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.55.0...@standardnotes/web@3.55.1) (2022-09-23) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 9b72d447a..c01b9de21 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.55.1", + "version": "3.55.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",