From 720215eea71cc823d7a383ca08da6c872105281f Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 27 Sep 2022 07:23:11 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.161 - @standardnotes/mobile@3.36.14 - @standardnotes/releases@1.3.86 - @standardnotes/services@1.21.5 - @standardnotes/snjs@2.132.6 - @standardnotes/ui-services@1.3.3 - @standardnotes/web@3.59.1 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 6 ++++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/services/CHANGELOG.md | 6 ++++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 4 ++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 6 ++++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 14 files changed, 43 insertions(+), 7 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index f32a29b1a..b9d347294 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.161](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.160...@standardnotes/desktop@3.23.161) (2022-09-27) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.160](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.159...@standardnotes/desktop@3.23.160) (2022-09-26) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 14e4c8ad4..ac488cef9 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.160", + "version": "3.23.161", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 8f3ed6839..f80da9506 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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.36.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.36.13...@standardnotes/mobile@3.36.14) (2022-09-27) + +### Bug Fixes + +* export/sharing notes on mobile webview ([#1644](https://github.com/standardnotes/app/issues/1644)) ([6d5ebde](https://github.com/standardnotes/app/commit/6d5ebdeaa1777f31878b6e7d4dfc33fe83abc9fc)) + ## [3.36.13](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.36.12...@standardnotes/mobile@3.36.13) (2022-09-26) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 579a1eda3..31a5bc0ea 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.36.13", + "version": "3.36.14", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index edf7ca663..10c6d601f 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.86](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.85...@standardnotes/releases@1.3.86) (2022-09-27) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.85](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.84...@standardnotes/releases@1.3.85) (2022-09-26) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index b4fbd6f73..2850d8417 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.85", + "version": "1.3.86", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index a6458683d..931e5db1a 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/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.21.5](https://github.com/standardnotes/app/compare/@standardnotes/services@1.21.4...@standardnotes/services@1.21.5) (2022-09-27) + +### Bug Fixes + +* export/sharing notes on mobile webview ([#1644](https://github.com/standardnotes/app/issues/1644)) ([6d5ebde](https://github.com/standardnotes/app/commit/6d5ebdeaa1777f31878b6e7d4dfc33fe83abc9fc)) + ## [1.21.4](https://github.com/standardnotes/app/compare/@standardnotes/services@1.21.3...@standardnotes/services@1.21.4) (2022-09-24) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index d0ae9c23b..af68e9cc0 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.21.4", + "version": "1.21.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 336c631ae..4301852fa 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +## [2.132.6](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.132.5...@standardnotes/snjs@2.132.6) (2022-09-27) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.132.5](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.132.4...@standardnotes/snjs@2.132.5) (2022-09-24) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index a8e0e276a..93d681c71 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.132.5", + "version": "2.132.6", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 45542d380..b35a7210e 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.3.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.3.2...@standardnotes/ui-services@1.3.3) (2022-09-27) + +### Bug Fixes + +* export/sharing notes on mobile webview ([#1644](https://github.com/standardnotes/app/issues/1644)) ([6d5ebde](https://github.com/standardnotes/app/commit/6d5ebdeaa1777f31878b6e7d4dfc33fe83abc9fc)) + ## [1.3.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.3.1...@standardnotes/ui-services@1.3.2) (2022-09-24) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index d5b762261..0416f704c 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.3.2", + "version": "1.3.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index b52fd6173..2f5d4cb6c 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.59.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.59.0...@standardnotes/web@3.59.1) (2022-09-27) + +### Bug Fixes + +* export/sharing notes on mobile webview ([#1644](https://github.com/standardnotes/app/issues/1644)) ([6d5ebde](https://github.com/standardnotes/app/commit/6d5ebdeaa1777f31878b6e7d4dfc33fe83abc9fc)) + # [3.59.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.58.1...@standardnotes/web@3.59.0) (2022-09-26) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 63e285314..c6977e3ae 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.59.0", + "version": "3.59.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",