diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 1b61cb04f..ecd31d845 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.341](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.340...@standardnotes/clipper@1.1.341) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.340](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.339...@standardnotes/clipper@1.1.340) (2023-11-30) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 3159940c9..f7a1bd842 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.340", + "version": "1.1.341", "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 4cf6ee7d1..ce89bf160 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.276](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.182.4...@standardnotes/desktop@3.108.276) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.275](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.182.3...@standardnotes/desktop@3.108.275) (2023-11-30) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index e37f616a8..0b9b5f48e 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.275", + "version": "3.108.276", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 56a9be554..f2fa02d0a 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.58.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.57.4...@standardnotes/mobile@3.58.0) (2023-11-30) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2645](https://github.com/standardnotes/app/issues/2645)) ([17039cb](https://github.com/standardnotes/app/commit/17039cbb80416b84f7fca3b8388f073dd24c6227)) + ## [3.57.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.57.3...@standardnotes/mobile@3.57.4) (2023-11-30) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index c8b334557..87ab263c6 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.57.4", + "version": "3.58.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 77fe0f3e2..11e2d5532 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.632](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.631...@standardnotes/releases@1.4.632) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.631](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.630...@standardnotes/releases@1.4.631) (2023-11-30) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index a663572ff..49d54ed76 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.631", + "version": "1.4.632", "license": "AGPL-3.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 07b1d5df9..6dd270023 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.67.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.66.1...@standardnotes/services@1.67.0) (2023-11-30) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2645](https://github.com/standardnotes/app/issues/2645)) ([17039cb](https://github.com/standardnotes/app/commit/17039cbb80416b84f7fca3b8388f073dd24c6227)) + ## [1.66.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.66.0...@standardnotes/services@1.66.1) (2023-11-30) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 4e74d8e5b..62ecf16fe 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.66.1", + "version": "1.67.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 4eb9a2ed2..e43692fe3 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.204.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.203.2...@standardnotes/snjs@2.204.0) (2023-11-30) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2645](https://github.com/standardnotes/app/issues/2645)) ([17039cb](https://github.com/standardnotes/app/commit/17039cbb80416b84f7fca3b8388f073dd24c6227)) + ## [2.203.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.203.1...@standardnotes/snjs@2.203.2) (2023-11-30) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 3c4b57749..9ac0bc364 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.203.2", + "version": "2.204.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index d14abd507..552556d2e 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.4.0](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.41...@standardnotes/toast@1.4.0) (2023-11-30) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2645](https://github.com/standardnotes/app/issues/2645)) ([17039cb](https://github.com/standardnotes/app/commit/17039cbb80416b84f7fca3b8388f073dd24c6227)) + ## [1.3.41](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.40...@standardnotes/toast@1.3.41) (2023-10-25) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 14b38123a..c552a6c36 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.41", + "version": "1.4.0", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 8ebe6765d..484471b60 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.35.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.35.1...@standardnotes/ui-services@1.35.2) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.35.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.35.0...@standardnotes/ui-services@1.35.1) (2023-11-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 fc7532111..04fb3ba9f 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.35.1", + "version": "1.35.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 4607beff7..f0e7613ed 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.183.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.182.4...@standardnotes/web@3.183.0) (2023-11-30) + +### Features + +* New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. ([#2645](https://github.com/standardnotes/app/issues/2645)) ([17039cb](https://github.com/standardnotes/app/commit/17039cbb80416b84f7fca3b8388f073dd24c6227)) + ## [3.182.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.182.3...@standardnotes/web@3.182.4) (2023-11-30) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index a8721e420..96a3132a4 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.183.0", + "title": "[3.183.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.182.4...@standardnotes/web@3.183.0) (2023-11-30)", + "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. ([#2645](https://github.com/standardnotes/app/issues/2645)) ([17039cb](https://github.com/standardnotes/app/commit/17039cbb80416b84f7fca3b8388f073dd24c6227))", + "parsed": { + "_": [ + "New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2645) (17039cb)" + ], + "Features": [ + "New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2645) (17039cb)" + ] + } + }, { "version": "3.182.4", "title": "[3.182.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.182.3...@standardnotes/web@3.182.4) (2023-11-30)", diff --git a/packages/web/package.json b/packages/web/package.json index 02f506c54..f9d7f0c61 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.182.4", + "version": "3.183.0", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes",