From 3eebdbb77d6ef6ca39ee71a1cecee863e6a72622 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 22 Sep 2022 15:22:42 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.143 - @standardnotes/mobile@3.35.11 - @standardnotes/releases@1.3.66 - @standardnotes/web@3.54.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/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 705f8d378..110cf315b 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.143](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.142...@standardnotes/desktop@3.23.143) (2022-09-22) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.142](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.141...@standardnotes/desktop@3.23.142) (2022-09-22) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 2f5ea4153..26a5381be 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.142", + "version": "3.23.143", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index e7ed334f4..f34eb81f7 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.35.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.10...@standardnotes/mobile@3.35.11) (2022-09-22) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.35.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.9...@standardnotes/mobile@3.35.10) (2022-09-22) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 93900fbdc..b22d2a6ba 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.35.10", + "version": "3.35.11", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 0d14b368a..68f77cfde 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.66](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.65...@standardnotes/releases@1.3.66) (2022-09-22) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.65](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.64...@standardnotes/releases@1.3.65) (2022-09-22) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 0fe4f2bde..83c2b5535 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.65", + "version": "1.3.66", "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 97760c940..ce2af0777 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.54.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.53.0...@standardnotes/web@3.54.0) (2022-09-22) + +### Features + +* show selected editor icon in change editor button ([#1615](https://github.com/standardnotes/app/issues/1615)) ([ce252de](https://github.com/standardnotes/app/commit/ce252def332c99d8d8be6a3ce5d76b66e2ea325f)) + # [3.53.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.52.1...@standardnotes/web@3.53.0) (2022-09-22) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index e2db45742..aa879ce1a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.53.0", + "version": "3.54.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",