From ca144be66a3c7aa44e3f14f7bc26c744c651e9cd Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Sun, 2 Oct 2022 18:16:57 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.183 - @standardnotes/mobile@3.39.0 - @standardnotes/releases@1.3.108 - @standardnotes/services@1.24.0 - @standardnotes/snjs@2.134.6 - @standardnotes/ui-services@1.5.0 - @standardnotes/web@3.68.0 --- 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 ba5dfd0ac..d68447cbd 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.183](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.182...@standardnotes/desktop@3.23.183) (2022-10-02) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.182](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.181...@standardnotes/desktop@3.23.182) (2022-10-02) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 56b30f1a1..d078ecfd8 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.182", + "version": "3.23.183", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 6bd020c0b..65ed0832b 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.39.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.38.1...@standardnotes/mobile@3.39.0) (2022-10-02) + +### Features + +* use native preview for pdf in mobile webview ([#1728](https://github.com/standardnotes/app/issues/1728)) ([a90e4a5](https://github.com/standardnotes/app/commit/a90e4a50e820aa13b6af1f76ee9b2f935d12f211)) + ## [3.38.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.38.0...@standardnotes/mobile@3.38.1) (2022-10-02) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 30b3b7bd6..980ddd491 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.38.1", + "version": "3.39.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 6563f4996..d53fbd6ea 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.108](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.107...@standardnotes/releases@1.3.108) (2022-10-02) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.107](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.106...@standardnotes/releases@1.3.107) (2022-10-02) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index a9f8e9030..c8fd8f5bc 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.107", + "version": "1.3.108", "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 b0740919c..5deac980b 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.24.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.23.0...@standardnotes/services@1.24.0) (2022-10-02) + +### Features + +* use native preview for pdf in mobile webview ([#1728](https://github.com/standardnotes/app/issues/1728)) ([a90e4a5](https://github.com/standardnotes/app/commit/a90e4a50e820aa13b6af1f76ee9b2f935d12f211)) + # [1.23.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.22.4...@standardnotes/services@1.23.0) (2022-09-30) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index ba982a526..73ec318fb 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.23.0", + "version": "1.24.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index fc8c437ce..cd5f769dd 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.134.6](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.134.5...@standardnotes/snjs@2.134.6) (2022-10-02) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.134.5](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.134.4...@standardnotes/snjs@2.134.5) (2022-09-30) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 78905d3ba..185fa3a3b 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.134.5", + "version": "2.134.6", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 1c024fa34..2def42e17 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.5.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.4.0...@standardnotes/ui-services@1.5.0) (2022-10-02) + +### Features + +* use native preview for pdf in mobile webview ([#1728](https://github.com/standardnotes/app/issues/1728)) ([a90e4a5](https://github.com/standardnotes/app/commit/a90e4a50e820aa13b6af1f76ee9b2f935d12f211)) + # [1.4.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.3.10...@standardnotes/ui-services@1.4.0) (2022-09-30) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index c9a0c0435..7a0cd4aa1 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.4.0", + "version": "1.5.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 152d39e77..51dc2d265 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.68.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.67.4...@standardnotes/web@3.68.0) (2022-10-02) + +### Features + +* use native preview for pdf in mobile webview ([#1728](https://github.com/standardnotes/app/issues/1728)) ([a90e4a5](https://github.com/standardnotes/app/commit/a90e4a50e820aa13b6af1f76ee9b2f935d12f211)) + ## [3.67.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.67.3...@standardnotes/web@3.67.4) (2022-10-02) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index f9701fe89..7542b2e38 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.67.4", + "version": "3.68.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",