From abdaec89b78cade42fdd3b43a1be6e7e60638adb Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 16 Dec 2022 20:09:12 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.104.26 - @standardnotes/mobile@3.49.23 - @standardnotes/releases@1.4.49 - @standardnotes/ui-services@1.20.0 - @standardnotes/web@3.127.0 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/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 +- 11 files changed, 43 insertions(+), 5 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index c9e444038..82a512786 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.104.26](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.126.4...@standardnotes/desktop@3.104.26) (2022-12-16) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.25](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.104.24...@standardnotes/desktop@3.104.25) (2022-12-15) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 581238807..4b47d59dc 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.104.25", + "version": "3.104.26", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 96bb12647..ba0f8856c 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.49.23](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.22...@standardnotes/mobile@3.49.23) (2022-12-16) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.22](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.21...@standardnotes/mobile@3.49.22) (2022-12-15) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index db1b1278e..38121ad80 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.22", + "version": "3.49.23", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 3ffcedaf3..8253909dd 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.49](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.48...@standardnotes/releases@1.4.49) (2022-12-16) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.48](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.47...@standardnotes/releases@1.4.48) (2022-12-15) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 200bd2077..f1826c99f 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.48", + "version": "1.4.49", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 492cdb583..9b58aa934 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.20.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.6...@standardnotes/ui-services@1.20.0) (2022-12-16) + +### Features + +* Added "Whats New" indicator to Preferences button ([#2107](https://github.com/standardnotes/app/issues/2107)) ([f559442](https://github.com/standardnotes/app/commit/f559442a6726444f338a43e51d7a872f19bce701)) + ## [1.19.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.5...@standardnotes/ui-services@1.19.6) (2022-12-08) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 515c4a48b..777ca223d 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.19.6", + "version": "1.20.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index c4b1e690b..58bebf8e6 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.127.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.126.4...@standardnotes/web@3.127.0) (2022-12-16) + +### Features + +* Added "Whats New" indicator to Preferences button ([#2107](https://github.com/standardnotes/app/issues/2107)) ([f559442](https://github.com/standardnotes/app/commit/f559442a6726444f338a43e51d7a872f19bce701)) + ## [3.126.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.126.2...@standardnotes/web@3.126.4) (2022-12-15) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 28b923266..cc8c9b2e0 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.127.0", + "title": "[3.127.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.126.4...@standardnotes/web@3.127.0) (2022-12-16)", + "date": null, + "body": "### Features\n\n* Added \"Whats New\" indicator to Preferences button ([#2107](https://github.com/standardnotes/app/issues/2107)) ([f559442](https://github.com/standardnotes/app/commit/f559442a6726444f338a43e51d7a872f19bce701))", + "parsed": { + "_": [ + "Added \"Whats New\" indicator to Preferences button (#2107) (f559442)" + ], + "Features": [ + "Added \"Whats New\" indicator to Preferences button (#2107) (f559442)" + ] + } + }, { "version": "3.126.4", "title": "[3.126.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.126.2...@standardnotes/web@3.126.4) (2022-12-15)", diff --git a/packages/web/package.json b/packages/web/package.json index 223a2ee09..f60d78c82 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.126.4", + "version": "3.127.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",