From f80cc5b82213e6241b51ce123e18f1ee80e2bc73 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 19 Sep 2022 15:02:19 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.131 - @standardnotes/mobile@3.34.3 - @standardnotes/releases@1.3.54 - @standardnotes/web@3.49.3 --- 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/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 8 files changed, 22 insertions(+), 4 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index a87b3ed08..14c4a2238 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.131](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.130...@standardnotes/desktop@3.23.131) (2022-09-19) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.130](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.129...@standardnotes/desktop@3.23.130) (2022-09-19) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 9a8bb05a8..6dd3cee89 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.130", + "version": "3.23.131", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 512a02d8b..59a7e01c6 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.34.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.34.2...@standardnotes/mobile@3.34.3) (2022-09-19) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.34.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.34.1...@standardnotes/mobile@3.34.2) (2022-09-19) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 00d48b5f9..8917ceac4 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.34.2", + "version": "3.34.3", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 794a354db..4fa8ea787 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.54](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.53...@standardnotes/releases@1.3.54) (2022-09-19) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.53](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.52...@standardnotes/releases@1.3.53) (2022-09-19) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 6a75c0aa4..cff5f0bd1 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.53", + "version": "1.3.54", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index dbc2535da..2bc058ca8 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.49.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.49.2...@standardnotes/web@3.49.3) (2022-09-19) + +### Bug Fixes + +* preferences dropdown contrast and color ([#1591](https://github.com/standardnotes/app/issues/1591)) ([ecaa2a6](https://github.com/standardnotes/app/commit/ecaa2a629f7c7bac58c26d7258469711b7c05785)) + ## [3.49.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.49.1...@standardnotes/web@3.49.2) (2022-09-19) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index f5905071b..d0a29be65 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.49.2", + "version": "3.49.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",