From 1fef36d6010b1a8e73cbfc440d426ceda89f6711 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 26 Jul 2023 21:20:45 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.32 - @standardnotes/clipper@1.1.116 - @standardnotes/desktop@3.108.47 - @standardnotes/encryption@1.21.55 - @standardnotes/features@1.59.11 - @standardnotes/filepicker@1.28.64 - @standardnotes/files@1.16.10 - @standardnotes/mobile@3.56.27 - @standardnotes/models@1.46.14 - @standardnotes/releases@1.4.399 - @standardnotes/responses@1.13.32 - @standardnotes/services@1.63.12 - @standardnotes/snjs@2.202.16 - @standardnotes/ui-services@1.28.14 - @standardnotes/utils@1.17.7 - @standardnotes/web@3.167.14 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/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 | 4 ++++ 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 | 6 ++++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 6 ++++++ packages/ui-services/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 33 files changed, 108 insertions(+), 16 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 599192718..e53eb6c1a 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.26.32](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.31...@standardnotes/api@1.26.32) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.31](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.30...@standardnotes/api@1.26.31) (2023-07-26) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 60748fe0f..9e41c786f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.31", + "version": "1.26.32", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 3474966ef..ad118b8bd 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/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.1.116](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.115...@standardnotes/clipper@1.1.116) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.115](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.114...@standardnotes/clipper@1.1.115) (2023-07-26) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 21c656a65..97b3d25f2 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.1.115", + "version": "1.1.116", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 0372f041f..47a092ead 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.108.47](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.167.13...@standardnotes/desktop@3.108.47) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.46](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.167.12...@standardnotes/desktop@3.108.46) (2023-07-26) ### Reverts diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 29ec51641..3ffa5da75 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.108.46", + "version": "3.108.47", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 31e6e4b58..2e294dedc 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.21.55](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.54...@standardnotes/encryption@1.21.55) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.54](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.53...@standardnotes/encryption@1.21.54) (2023-07-26) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 45b3d46fc..3db5b6f6e 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.54", + "version": "1.21.55", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 96b5502a1..665908dd2 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.59.11](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.10...@standardnotes/features@1.59.11) (2023-07-26) + +### Bug Fixes + +* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4)) + ## [1.59.10](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.9...@standardnotes/features@1.59.10) (2023-07-17) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 97fa619e2..3779863c1 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.59.10", + "version": "1.59.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 2f6b8d351..e795435d0 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.28.64](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.63...@standardnotes/filepicker@1.28.64) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.63](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.62...@standardnotes/filepicker@1.28.63) (2023-07-26) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index c5cb65e33..9c5cf99ea 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.63", + "version": "1.28.64", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 7982b3859..177a6f218 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.16.10](https://github.com/standardnotes/app/compare/@standardnotes/files@1.16.9...@standardnotes/files@1.16.10) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/files + ## [1.16.9](https://github.com/standardnotes/app/compare/@standardnotes/files@1.16.8...@standardnotes/files@1.16.9) (2023-07-26) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 9d9e915aa..0baf36d2f 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.16.9", + "version": "1.16.10", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 1e826bc57..29702699f 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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.56.27](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.26...@standardnotes/mobile@3.56.27) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.26](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.25...@standardnotes/mobile@3.56.26) (2023-07-26) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 01ce52033..cffb02d87 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.26", + "version": "3.56.27", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 772c2eaf4..35dc16f5a 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.46.14](https://github.com/standardnotes/app/compare/@standardnotes/models@1.46.13...@standardnotes/models@1.46.14) (2023-07-26) + +### Bug Fixes + +* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4)) + ## [1.46.13](https://github.com/standardnotes/app/compare/@standardnotes/models@1.46.12...@standardnotes/models@1.46.13) (2023-07-26) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 6506bd438..c9ae3e739 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.46.13", + "version": "1.46.14", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index e69b97ef7..1a216f6e5 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.4.399](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.398...@standardnotes/releases@1.4.399) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.398](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.397...@standardnotes/releases@1.4.398) (2023-07-26) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 6a6b859d1..b6b50438f 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.398", + "version": "1.4.399", "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 320377408..1699cd7e1 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.13.32](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.31...@standardnotes/responses@1.13.32) (2023-07-26) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.31](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.30...@standardnotes/responses@1.13.31) (2023-07-23) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index cc8fab231..02a2ec766 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.31", + "version": "1.13.32", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index cfee4abae..b7213c083 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.63.12](https://github.com/standardnotes/app/compare/@standardnotes/services@1.63.11...@standardnotes/services@1.63.12) (2023-07-26) + +### Bug Fixes + +* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4)) + ## [1.63.11](https://github.com/standardnotes/app/compare/@standardnotes/services@1.63.10...@standardnotes/services@1.63.11) (2023-07-26) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 552e3e300..6b3480471 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.63.11", + "version": "1.63.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 4c6ad3ad1..a5792aca8 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +## [2.202.16](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.15...@standardnotes/snjs@2.202.16) (2023-07-26) + +### Bug Fixes + +* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4)) + ## [2.202.15](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.14...@standardnotes/snjs@2.202.15) (2023-07-26) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 70e0ca33e..53eaa28a7 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.15", + "version": "2.202.16", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 417c7b4a5..58096f9b9 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.28.14](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.28.13...@standardnotes/ui-services@1.28.14) (2023-07-26) + +### Bug Fixes + +* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4)) + ## [1.28.13](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.28.12...@standardnotes/ui-services@1.28.13) (2023-07-26) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 72798a0dc..8f1753fef 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.28.13", + "version": "1.28.14", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index e299e99a9..8e611937f 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.17.7](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.17.6...@standardnotes/utils@1.17.7) (2023-07-26) + +### Bug Fixes + +* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4)) + ## [1.17.6](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.17.5...@standardnotes/utils@1.17.6) (2023-07-12) **Note:** Version bump only for package @standardnotes/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 8401a92c5..06c8ffb47 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/utils", - "version": "1.17.6", + "version": "1.17.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 03ebe666e..e31e76737 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.167.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.13...@standardnotes/web@3.167.14) (2023-07-26) + +### Bug Fixes + +* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4)) + ## [3.167.13](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.12...@standardnotes/web@3.167.13) (2023-07-26) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index f59fbb14f..ae2703fed 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.167.14", + "title": "[3.167.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.13...@standardnotes/web@3.167.14) (2023-07-26)", + "date": null, + "body": "### Bug Fixes\n\n* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4))", + "parsed": { + "_": [ + "Fixes issue where lock screen would not use previously active theme (#2372) (d268c02)" + ], + "Bug Fixes": [ + "Fixes issue where lock screen would not use previously active theme (#2372) (d268c02)" + ] + } + }, { "version": "3.167.13", "title": "[3.167.13](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.12...@standardnotes/web@3.167.13) (2023-07-26)", diff --git a/packages/web/package.json b/packages/web/package.json index 41041159f..d6e46c618 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.167.13", + "version": "3.167.14", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",