From a10d5a67281852822d8b25c56851eb7c3e046fbc Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 27 Apr 2023 11:08:06 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/clipper@1.0.28 - @standardnotes/desktop@3.105.77 - @standardnotes/mobile@3.52.26 - @standardnotes/releases@1.4.257 - @standardnotes/web@3.153.7 --- 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 abbcdd147..d501d3b76 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.0.28](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.27...@standardnotes/clipper@1.0.28) (2023-04-27) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.0.27](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.26...@standardnotes/clipper@1.0.27) (2023-04-27) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 7d3047887..518f41f95 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.0.27", + "version": "1.0.28", "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 79bec64b1..0e176c08e 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.105.77](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.153.6...@standardnotes/desktop@3.105.77) (2023-04-27) + +### Bug Fixes + +* **desktop:** Fixed issue where preferences header & tooltips are overlapped by custom titlebar ([ef27a21](https://github.com/standardnotes/app/commit/ef27a21fb141c4ef1a760cf6fb550e4b713f8f98)) + ## [3.105.76](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.153.5...@standardnotes/desktop@3.105.76) (2023-04-27) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 511aa84a1..7fd6c9aef 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.105.76", + "version": "3.105.77", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index b4e047b74..775fe4f88 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.52.26](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.25...@standardnotes/mobile@3.52.26) (2023-04-27) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.52.25](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.24...@standardnotes/mobile@3.52.25) (2023-04-27) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index c0ceb78f7..c24a6e9db 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.52.25", + "version": "3.52.26", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index cb67b34b3..9c7ccc45f 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.257](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.256...@standardnotes/releases@1.4.257) (2023-04-27) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.256](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.255...@standardnotes/releases@1.4.256) (2023-04-27) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index bd2d353b8..a015e4ac8 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.256", + "version": "1.4.257", "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 cee2cd5ff..714659618 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.153.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.6...@standardnotes/web@3.153.7) (2023-04-27) + +### Bug Fixes + +* **desktop:** Fixed issue where preferences header & tooltips are overlapped by custom titlebar ([ef27a21](https://github.com/standardnotes/app/commit/ef27a21fb141c4ef1a760cf6fb550e4b713f8f98)) + ## [3.153.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.5...@standardnotes/web@3.153.6) (2023-04-27) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 782cd59e9..346c5533e 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.153.7", + "title": "[3.153.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.6...@standardnotes/web@3.153.7) (2023-04-27)", + "date": null, + "body": "### Bug Fixes\n\n* **desktop:** Fixed issue where preferences header & tooltips are overlapped by custom titlebar ([ef27a21](https://github.com/standardnotes/app/commit/ef27a21fb141c4ef1a760cf6fb550e4b713f8f98))", + "parsed": { + "_": [ + "desktop: Fixed issue where preferences header & tooltips are overlapped by custom titlebar (ef27a21)" + ], + "Bug Fixes": [ + "desktop: Fixed issue where preferences header & tooltips are overlapped by custom titlebar (ef27a21)" + ] + } + }, { "version": "3.153.6", "title": "[3.153.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.5...@standardnotes/web@3.153.6) (2023-04-27)", diff --git a/packages/web/package.json b/packages/web/package.json index 48e4ccf8b..5c7188cb0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.153.6", + "version": "3.153.7", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",