From ec4dc1d477a425583e4124f8feaf099548cc29c4 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 16 Aug 2022 09:42:00 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.94 - @standardnotes/mobile@3.31.10 - @standardnotes/releases@1.3.16 - @standardnotes/web@3.44.6 --- 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 f503e9643..798794dcb 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.94](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.93...@standardnotes/desktop@3.23.94) (2022-08-16) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.93](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.92...@standardnotes/desktop@3.23.93) (2022-08-15) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index f391970c6..5e5088434 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.93", + "version": "3.23.94", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 68d857adb..6658ab097 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.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.9...@standardnotes/mobile@3.31.10) (2022-08-16) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.31.9](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.8...@standardnotes/mobile@3.31.9) (2022-08-15) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 938ca804e..7d45101f5 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.31.9", + "version": "3.31.10", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 497dd137d..9a379acd3 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.16](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.15...@standardnotes/releases@1.3.16) (2022-08-16) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.15](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.14...@standardnotes/releases@1.3.15) (2022-08-15) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 72d01d36a..d6fdabc0a 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.15", + "version": "1.3.16", "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 7e6da428e..42085f62a 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.44.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.44.5...@standardnotes/web@3.44.6) (2022-08-16) + +### Bug Fixes + +* note tag delete button not showing on iOS ([#1403](https://github.com/standardnotes/app/issues/1403)) ([2ea9f86](https://github.com/standardnotes/app/commit/2ea9f862feb77a826af8b6ccf7cc2de1a1e50733)) + ## [3.44.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.44.4...@standardnotes/web@3.44.5) (2022-08-15) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index ad20aa2b0..c97292765 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.44.5", + "version": "3.44.6", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",