From ca7455a8541a060422d24315473cdc8d09318e09 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 25 Oct 2022 14:46:51 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.249 - @standardnotes/mobile@3.44.2 - @standardnotes/releases@1.3.178 - @standardnotes/web@3.87.1 --- 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 e0fef8fa4..06e80659a 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.249](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.248...@standardnotes/desktop@3.23.249) (2022-10-25) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.248](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.247...@standardnotes/desktop@3.23.248) (2022-10-25) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index eb40d0ef3..6892bc57c 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.248", + "version": "3.23.249", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 22edd86bc..e13584f1f 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.44.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.44.1...@standardnotes/mobile@3.44.2) (2022-10-25) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.44.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.44.0...@standardnotes/mobile@3.44.1) (2022-10-25) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8425f630a..076e80546 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.44.1", + "version": "3.44.2", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 3d27e8a43..48eda608b 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.178](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.177...@standardnotes/releases@1.3.178) (2022-10-25) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.177](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.176...@standardnotes/releases@1.3.177) (2022-10-25) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index a23df1e67..3db17c7c6 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.177", + "version": "1.3.178", "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 dc0ab584a..cc05b41df 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.87.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.87.0...@standardnotes/web@3.87.1) (2022-10-25) + +### Bug Fixes + +* item linking search results ([#1869](https://github.com/standardnotes/app/issues/1869)) ([b7c5020](https://github.com/standardnotes/app/commit/b7c502038fe0afc05b983ff3f58af0d6f9a10540)) + # [3.87.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.86.0...@standardnotes/web@3.87.0) (2022-10-25) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 0a1c93642..82c900435 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.87.0", + "version": "3.87.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",