From 370ce39eba25965cbe5609c9136d6b1bdc51add5 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 29 Aug 2022 15:01:54 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.104 - @standardnotes/mobile@3.31.20 - @standardnotes/releases@1.3.26 - @standardnotes/web@3.45.8 --- 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 18d828af0..1e376ac4f 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.104](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.103...@standardnotes/desktop@3.23.104) (2022-08-29) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.103](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.102...@standardnotes/desktop@3.23.103) (2022-08-25) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 128f9be9e..d0d0c99e5 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.103", + "version": "3.23.104", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 293065507..0429792f5 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.31.20](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.19...@standardnotes/mobile@3.31.20) (2022-08-29) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.31.19](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.18...@standardnotes/mobile@3.31.19) (2022-08-25) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 0b3bb09d5..26e2b5bad 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.31.19", + "version": "3.31.20", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index f1b9c6ae3..a4c97f33a 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.26](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.25...@standardnotes/releases@1.3.26) (2022-08-29) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.25](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.24...@standardnotes/releases@1.3.25) (2022-08-25) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 2cdaeeb4b..c613f2a57 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.25", + "version": "1.3.26", "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 b89ffb028..0ff4a2248 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.45.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.7...@standardnotes/web@3.45.8) (2022-08-29) + +### Bug Fixes + +* tag autocomplete result not clickable on iOS ([#1455](https://github.com/standardnotes/app/issues/1455)) ([876c0e8](https://github.com/standardnotes/app/commit/876c0e83ca52d918854601b4929259711cc9a5eb)) + ## [3.45.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.6...@standardnotes/web@3.45.7) (2022-08-25) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index c03167208..77af8afd9 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.45.7", + "version": "3.45.8", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",