From 9fcaed439511ad7dbd0e9201c7a05f51e6562d5c Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 9 Feb 2023 16:52:18 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/blocks-editor@1.16.10 - @standardnotes/desktop@3.104.138 - @standardnotes/mobile@3.51.18 - @standardnotes/releases@1.4.161 - @standardnotes/web@3.149.0 --- packages/blocks-editor/CHANGELOG.md | 4 ++++ packages/blocks-editor/package.json | 2 +- 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 | 10 ++++++++++ packages/web/CHANGELOG.md.json | 18 ++++++++++++++++++ packages/web/package.json | 2 +- 11 files changed, 49 insertions(+), 5 deletions(-) diff --git a/packages/blocks-editor/CHANGELOG.md b/packages/blocks-editor/CHANGELOG.md index 100cca726..cdd844bd8 100644 --- a/packages/blocks-editor/CHANGELOG.md +++ b/packages/blocks-editor/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.16.10](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.16.9...@standardnotes/blocks-editor@1.16.10) (2023-02-09) + +**Note:** Version bump only for package @standardnotes/blocks-editor + ## [1.16.9](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.16.8...@standardnotes/blocks-editor@1.16.9) (2023-02-09) **Note:** Version bump only for package @standardnotes/blocks-editor diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index 0255f7f0c..2080466bd 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.16.9", + "version": "1.16.10", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index f14502f0c..f6ab64638 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.138](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.148.5...@standardnotes/desktop@3.104.138) (2023-02-09) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.137](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.148.4...@standardnotes/desktop@3.104.137) (2023-02-09) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ed1d87411..4861f8e25 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.137", + "version": "3.104.138", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 53375093a..08223c28d 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.51.18](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.17...@standardnotes/mobile@3.51.18) (2023-02-09) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.51.17](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.16...@standardnotes/mobile@3.51.17) (2023-02-09) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 71bea0337..daf62ef24 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.51.17", + "version": "3.51.18", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index c3149d094..01c860a26 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.161](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.160...@standardnotes/releases@1.4.161) (2023-02-09) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.160](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.159...@standardnotes/releases@1.4.160) (2023-02-09) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index f33134177..e76032797 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.160", + "version": "1.4.161", "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 c92c9bd1a..911a0d00c 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.149.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.148.5...@standardnotes/web@3.149.0) (2023-02-09) + +### Bug Fixes + +* Fixed issue where keyboard navigation in file preview modal would not work until you clicked inside ([ae6bd4c](https://github.com/standardnotes/app/commit/ae6bd4c07f75cca4067bcc26be17a890d07073b1)) + +### Features + +* Added button to allow collapsing the linked items container ([82b0926](https://github.com/standardnotes/app/commit/82b092673e92190c374197c3b1d0f353c102dac1)) + ## [3.148.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.148.4...@standardnotes/web@3.148.5) (2023-02-09) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 8412bffcc..7e9d274e2 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,23 @@ { "versions": [ + { + "version": "3.149.0", + "title": "[3.149.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.148.5...@standardnotes/web@3.149.0) (2023-02-09)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where keyboard navigation in file preview modal would not work until you clicked inside ([ae6bd4c](https://github.com/standardnotes/app/commit/ae6bd4c07f75cca4067bcc26be17a890d07073b1))\n\n### Features\n\n* Added button to allow collapsing the linked items container ([82b0926](https://github.com/standardnotes/app/commit/82b092673e92190c374197c3b1d0f353c102dac1))", + "parsed": { + "_": [ + "Fixed issue where keyboard navigation in file preview modal would not work until you clicked inside (ae6bd4c)", + "Added button to allow collapsing the linked items container (82b0926)" + ], + "Bug Fixes": [ + "Fixed issue where keyboard navigation in file preview modal would not work until you clicked inside (ae6bd4c)" + ], + "Features": [ + "Added button to allow collapsing the linked items container (82b0926)" + ] + } + }, { "version": "3.148.5", "title": "[3.148.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.148.4...@standardnotes/web@3.148.5) (2023-02-09)", diff --git a/packages/web/package.json b/packages/web/package.json index 25447ca8a..c1bb43e4a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.148.5", + "version": "3.149.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",