From 8c3a2d3bc8928bdae5c1d48f8bbb543965141818 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 9 May 2023 17:31:46 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/clipper@1.1.6 - @standardnotes/desktop@3.106.15 - @standardnotes/mobile@3.53.15 - @standardnotes/releases@1.4.283 - @standardnotes/web@3.159.0 --- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/package.json | 2 +- packages/desktop/CHANGELOG.md | 6 ++++++ 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/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 11 files changed, 43 insertions(+), 5 deletions(-) diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 09254050a..8da994ba6 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/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.6](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.5...@standardnotes/clipper@1.1.6) (2023-05-09) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.5](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.4...@standardnotes/clipper@1.1.5) (2023-05-08) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index ba3cccec5..9694ab7a7 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.1.5", + "version": "1.1.6", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 255f7aef2..1c0bfafde 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/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.106.15](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.158.5...@standardnotes/desktop@3.106.15) (2023-05-09) + +### Bug Fixes + +* **desktop:** Fixed dropdown height on desktop ([#2328](https://github.com/standardnotes/app/issues/2328)) ([36065d8](https://github.com/standardnotes/app/commit/36065d8320385b52509c089430092fc9ed658c9e)) + ## [3.106.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.158.4...@standardnotes/desktop@3.106.14) (2023-05-08) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 293e2ea05..bf9d73fed 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.106.14", + "version": "3.106.15", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 6eb5e94d4..5e257d960 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.53.15](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.14...@standardnotes/mobile@3.53.15) (2023-05-09) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.53.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.13...@standardnotes/mobile@3.53.14) (2023-05-08) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index db9af033a..30a4da918 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.53.14", + "version": "3.53.15", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 94dc4e219..de9bab1b2 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.4.283](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.282...@standardnotes/releases@1.4.283) (2023-05-09) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.282](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.281...@standardnotes/releases@1.4.282) (2023-05-08) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 87c880af8..a7544eb78 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.282", + "version": "1.4.283", "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 112e7ca0f..27eebc74f 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.159.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.158.5...@standardnotes/web@3.159.0) (2023-05-09) + +### Features + +* Swipe gestures on mobile have been improved, and are now enabled by default. You can turn them off from Preferences > General > Labs ([#2321](https://github.com/standardnotes/app/issues/2321)) ([e1bbff1](https://github.com/standardnotes/app/commit/e1bbff14b6111a4f835b9073acb3cba7ce310087)) + ## [3.158.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.158.4...@standardnotes/web@3.158.5) (2023-05-08) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index f6f6524c7..127c6b8c3 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.159.0", + "title": "[3.159.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.158.5...@standardnotes/web@3.159.0) (2023-05-09)", + "date": null, + "body": "### Features\n\n* Swipe gestures on mobile have been improved, and are now enabled by default. You can turn them off from Preferences > General > Labs ([#2321](https://github.com/standardnotes/app/issues/2321)) ([e1bbff1](https://github.com/standardnotes/app/commit/e1bbff14b6111a4f835b9073acb3cba7ce310087))", + "parsed": { + "_": [ + "Swipe gestures on mobile have been improved, and are now enabled by default. You can turn them off from Preferences > General > Labs (#2321) (e1bbff1)" + ], + "Features": [ + "Swipe gestures on mobile have been improved, and are now enabled by default. You can turn them off from Preferences > General > Labs (#2321) (e1bbff1)" + ] + } + }, { "version": "3.158.5", "title": "[3.158.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.158.4...@standardnotes/web@3.158.5) (2023-05-08)", diff --git a/packages/web/package.json b/packages/web/package.json index 6e58f630e..961a3e2e9 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.158.5", + "version": "3.159.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",