From b80b04d37419e366b8ba5f67319fd3c3a9c6e99d Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 11 Oct 2022 13:04:23 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.206 - @standardnotes/mobile@3.41.9 - @standardnotes/releases@1.3.133 - @standardnotes/ui-services@1.7.1 - @standardnotes/web@3.71.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/ui-services/CHANGELOG.md | 6 ++++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 10 files changed, 27 insertions(+), 5 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 5bfa5c363..a308d7151 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.206](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.205...@standardnotes/desktop@3.23.206) (2022-10-11) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.205](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.204...@standardnotes/desktop@3.23.205) (2022-10-11) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index fb78d71ce..45b761f12 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.205", + "version": "3.23.206", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index f55d58ec9..ad6a68a4c 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.41.9](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.41.8...@standardnotes/mobile@3.41.9) (2022-10-11) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.41.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.41.7...@standardnotes/mobile@3.41.8) (2022-10-11) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 62c348e52..e61a6d5ac 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.41.8", + "version": "3.41.9", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 925bc7cee..fe48fd726 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.133](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.132...@standardnotes/releases@1.3.133) (2022-10-11) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.132](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.131...@standardnotes/releases@1.3.132) (2022-10-11) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 8d65e4bea..c86fa7d61 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.132", + "version": "1.3.133", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 89f7adef8..421a10a10 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.7.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.7.0...@standardnotes/ui-services@1.7.1) (2022-10-11) + +### Bug Fixes + +* package import location ([b82eac0](https://github.com/standardnotes/app/commit/b82eac09a822ce1a97167b8b63ab258e2abc9034)) + # [1.7.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.6.6...@standardnotes/ui-services@1.7.0) (2022-10-11) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 27068ca6c..638678856 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.7.0", + "version": "1.7.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 546627dd0..2ae03fe58 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.71.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.71.7...@standardnotes/web@3.71.8) (2022-10-11) + +**Note:** Version bump only for package @standardnotes/web + ## [3.71.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.71.6...@standardnotes/web@3.71.7) (2022-10-11) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index f4d296d31..42b359c4e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.71.7", + "version": "3.71.8", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",