From 1f144e062e4f6c103410e1eb3c8146e6cdeff11e Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 3 Jul 2023 14:58:46 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.19 - @standardnotes/clipper@1.1.65 - @standardnotes/desktop@3.107.0 - @standardnotes/encryption@1.21.45 - @standardnotes/filepicker@1.28.54 - @standardnotes/files@1.16.0 - @standardnotes/mobile@3.54.0 - @standardnotes/releases@1.4.342 - @standardnotes/services@1.61.0 - @standardnotes/snjs@2.201.0 - @standardnotes/ui-services@1.27.0 - @standardnotes/web@3.164.0 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/package.json | 2 +- packages/desktop/CHANGELOG.md | 6 ++++++ packages/desktop/package.json | 2 +- packages/encryption/CHANGELOG.md | 4 ++++ packages/encryption/package.json | 2 +- packages/filepicker/CHANGELOG.md | 4 ++++ packages/filepicker/package.json | 2 +- packages/files/CHANGELOG.md | 6 ++++++ packages/files/package.json | 2 +- packages/mobile/CHANGELOG.md | 6 ++++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/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/web/CHANGELOG.md | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 25 files changed, 88 insertions(+), 12 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index aa656fe40..60f5244a3 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.19](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.18...@standardnotes/api@1.26.19) (2023-07-03) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.18](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.17...@standardnotes/api@1.26.18) (2023-06-30) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 1f169078b..37f0b205f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.18", + "version": "1.26.19", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index dca5b7535..b00bc3acb 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.65](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.64...@standardnotes/clipper@1.1.65) (2023-07-03) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.64](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.63...@standardnotes/clipper@1.1.64) (2023-07-02) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 12fd0189c..7d4517ab4 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.64", + "version": "1.1.65", "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 7c185c2cc..49f0138c9 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/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.107.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.163.3...@standardnotes/desktop@3.107.0) (2023-07-03) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925)) + ## [3.106.73](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.163.2...@standardnotes/desktop@3.106.73) (2023-07-02) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 69e0b6693..5b94c9132 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.106.73", + "version": "3.107.0", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 17b377cc7..748ac6235 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.45](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.44...@standardnotes/encryption@1.21.45) (2023-07-03) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.44](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.43...@standardnotes/encryption@1.21.44) (2023-06-30) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 7e75264fe..dc0be9e8f 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.44", + "version": "1.21.45", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 860c15f59..ad7345083 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.54](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.53...@standardnotes/filepicker@1.28.54) (2023-07-03) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.53](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.52...@standardnotes/filepicker@1.28.53) (2023-06-30) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index d341c6e50..f976ae087 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.53", + "version": "1.28.54", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index bd2e159dc..3ad472c74 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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/files@1.15.15...@standardnotes/files@1.16.0) (2023-07-03) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925)) + ## [1.15.15](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.14...@standardnotes/files@1.15.15) (2023-06-30) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 3380ce831..46ba5994f 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.15.15", + "version": "1.16.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 389cf51eb..d81de4ff8 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.54.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.73...@standardnotes/mobile@3.54.0) (2023-07-03) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925)) + ## [3.53.73](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.163.2...@standardnotes/mobile@3.53.73) (2023-07-02) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 438da9c1e..fd8bb96eb 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.53.73", + "version": "3.54.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index d0b804a5f..b99c037b7 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.342](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.341...@standardnotes/releases@1.4.342) (2023-07-03) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.341](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.340...@standardnotes/releases@1.4.341) (2023-07-02) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index b5e5df923..0a49f4611 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.341", + "version": "1.4.342", "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 cb832dde0..b2749d91a 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.61.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.60.7...@standardnotes/services@1.61.0) (2023-07-03) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925)) + ## [1.60.7](https://github.com/standardnotes/app/compare/@standardnotes/services@1.60.6...@standardnotes/services@1.60.7) (2023-06-30) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 283055a01..a5f93e95b 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.60.7", + "version": "1.61.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 4f639f31d..66ee1c596 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.201.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.200.2...@standardnotes/snjs@2.201.0) (2023-07-03) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925)) + ## [2.200.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.200.1...@standardnotes/snjs@2.200.2) (2023-07-02) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 109a2b95d..b0983b8b7 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.200.2", + "version": "2.201.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index e229bebf1..f70b3178e 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.27.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.26.22...@standardnotes/ui-services@1.27.0) (2023-07-03) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925)) + ## [1.26.22](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.26.21...@standardnotes/ui-services@1.26.22) (2023-06-30) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 5257f0f6c..00c821586 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.26.22", + "version": "1.27.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index adb881cb2..d8071319c 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.164.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.163.3...@standardnotes/web@3.164.0) (2023-07-03) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925)) + ## [3.163.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.163.2...@standardnotes/web@3.163.3) (2023-07-02) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index d3b3e7244..a93a7c6d0 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.164.0", + "title": "[3.164.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.163.3...@standardnotes/web@3.164.0) (2023-07-03)", + "date": null, + "body": "### Features\n\n* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2341](https://github.com/standardnotes/app/issues/2341)) ([96f4264](https://github.com/standardnotes/app/commit/96f42643a98586052bfb5262ca797fd029c1e925))", + "parsed": { + "_": [ + "New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2341) (96f4264)" + ], + "Features": [ + "New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2341) (96f4264)" + ] + } + }, { "version": "3.163.3", "title": "[3.163.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.163.2...@standardnotes/web@3.163.3) (2023-07-02)", diff --git a/packages/web/package.json b/packages/web/package.json index f0a284444..b0da2908b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.163.3", + "version": "3.164.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",