From 5b910d4ae449cba959611ebaaadeefa7fc85dc51 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 11 Aug 2022 20:06:21 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.92 - @standardnotes/mobile@3.31.8 - @standardnotes/releases@1.3.14 - @standardnotes/toast@1.3.5 - @standardnotes/ui-services@1.1.1 - @standardnotes/web@3.44.4 --- 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/toast/CHANGELOG.md | 6 ++++++ packages/toast/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 12 files changed, 34 insertions(+), 6 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 041d1e0b5..780d256ca 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.92](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.91...@standardnotes/desktop@3.23.92) (2022-08-11) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.91](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.90...@standardnotes/desktop@3.23.91) (2022-08-10) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 10882299c..336a9fc9b 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.91", + "version": "3.23.92", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 879c2a602..835dbd8a5 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.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.7...@standardnotes/mobile@3.31.8) (2022-08-11) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.31.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.6...@standardnotes/mobile@3.31.7) (2022-08-10) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 6b7f3d848..ed2bbf61d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.31.7", + "version": "3.31.8", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 56a24870c..dfbcd682c 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.14](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.13...@standardnotes/releases@1.3.14) (2022-08-11) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.13](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.12...@standardnotes/releases@1.3.13) (2022-08-10) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 59bbc73e6..f2189d02a 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.13", + "version": "1.3.14", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index bc2407c2c..9f39f72f5 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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. +## [1.3.5](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.4...@standardnotes/toast@1.3.5) (2022-08-11) + +### Bug Fixes + +* optimize toasts for mobile ([#1392](https://github.com/standardnotes/app/issues/1392)) ([40d9392](https://github.com/standardnotes/app/commit/40d9392599e871225abcabcddd51de6cc99a0fe9)) + ## [1.3.4](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.3...@standardnotes/toast@1.3.4) (2022-07-14) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index b04149511..b7594c4d4 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.4", + "version": "1.3.5", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 35ded3e7f..636d0eb4e 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.1.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.1.0...@standardnotes/ui-services@1.1.1) (2022-08-11) + +**Note:** Version bump only for package @standardnotes/ui-services + # 1.1.0 (2022-08-05) ### Bug Fixes diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 5352cecbd..c22c7cd13 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.1.0", + "version": "1.1.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index f9182bdee..8a8f6944d 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.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.44.3...@standardnotes/web@3.44.4) (2022-08-11) + +### Bug Fixes + +* optimize toasts for mobile ([#1392](https://github.com/standardnotes/app/issues/1392)) ([40d9392](https://github.com/standardnotes/app/commit/40d9392599e871225abcabcddd51de6cc99a0fe9)) + ## [3.44.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.44.2...@standardnotes/web@3.44.3) (2022-08-10) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index db5f46b93..d301ad15d 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.44.3", + "version": "3.44.4", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",