From 053aaa5c9ffec6c0bb0ed46619a521220e53a411 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 1 May 2023 16:23:02 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/clipper@1.0.37 - @standardnotes/desktop@3.105.86 - @standardnotes/mobile@3.52.35 - @standardnotes/releases@1.4.266 - @standardnotes/ui-services@1.25.6 - @standardnotes/web@3.154.1 --- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/package.json | 2 +- 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 | 10 ++++++++++ packages/web/CHANGELOG.md.json | 20 +++++++++++++++++++- packages/web/package.json | 2 +- 13 files changed, 57 insertions(+), 7 deletions(-) diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index a245b6a9d..a6b150fea 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.37](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.36...@standardnotes/clipper@1.0.37) (2023-05-01) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.0.36](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.35...@standardnotes/clipper@1.0.36) (2023-05-01) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index cb2fa79d8..276712770 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.36", + "version": "1.0.37", "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 4e45a2f98..668b2dfe8 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.105.86](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.154.0...@standardnotes/desktop@3.105.86) (2023-05-01) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.85](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.153.14...@standardnotes/desktop@3.105.85) (2023-05-01) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 6a87af492..76b62e860 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.85", + "version": "3.105.86", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 4d9696d71..093d664cb 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.35](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.34...@standardnotes/mobile@3.52.35) (2023-05-01) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.52.34](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.33...@standardnotes/mobile@3.52.34) (2023-05-01) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 701503042..c70b046b3 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.52.34", + "version": "3.52.35", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 81a3cb8d5..eaaabfced 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.266](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.265...@standardnotes/releases@1.4.266) (2023-05-01) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.265](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.264...@standardnotes/releases@1.4.265) (2023-05-01) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index ffcb0ce1a..4aaf55e83 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.265", + "version": "1.4.266", "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 91a414c2e..ae8bbde08 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.25.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.5...@standardnotes/ui-services@1.25.6) (2023-05-01) + +### Bug Fixes + +* Fixed the issue where imported notes would have incorrect "Created" date and time ([9e0e176](https://github.com/standardnotes/app/commit/9e0e176bac5902375b8ada7773931d3d419ce368)) + ## [1.25.5](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.4...@standardnotes/ui-services@1.25.5) (2023-04-26) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 0e09804be..1ab4b2182 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.25.5", + "version": "1.25.6", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 96c561958..9042aeede 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.154.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.0...@standardnotes/web@3.154.1) (2023-05-01) + +### Bug Fixes + +* Fixed the issue where imported notes would have incorrect "Created" date and time ([9e0e176](https://github.com/standardnotes/app/commit/9e0e176bac5902375b8ada7773931d3d419ce368)) + +### Reverts + +* Revert "feat: Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs (#2319)" ([880ccee](https://github.com/standardnotes/app/commit/880cceecd5df0a941e3e9fcd4753da8d33f29266)), closes [#2319](https://github.com/standardnotes/app/issues/2319) + # [3.154.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.14...@standardnotes/web@3.154.0) (2023-05-01) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index ded091406..181da692c 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,10 +1,28 @@ { "versions": [ + { + "version": "3.154.1", + "title": "[3.154.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.0...@standardnotes/web@3.154.1) (2023-05-01)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed the issue where imported notes would have incorrect \"Created\" date and time ([9e0e176](https://github.com/standardnotes/app/commit/9e0e176bac5902375b8ada7773931d3d419ce368))\n\n### Reverts\n\n* Revert \"feat: Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs (#2319)\" ([880ccee](https://github.com/standardnotes/app/commit/880cceecd5df0a941e3e9fcd4753da8d33f29266)), closes [#2319](https://github.com/standardnotes/app/issues/2319)", + "parsed": { + "_": [ + "Fixed the issue where imported notes would have incorrect \"Created\" date and time (9e0e176)", + "Revert \"feat: Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs (#2319)\" (880ccee), closes #2319" + ], + "Bug Fixes": [ + "Fixed the issue where imported notes would have incorrect \"Created\" date and time (9e0e176)" + ], + "Reverts": [ + "Revert \"feat: Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs (#2319)\" (880ccee), closes #2319" + ] + } + }, { "version": "3.154.0", "title": "[3.154.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.14...@standardnotes/web@3.154.0) (2023-05-01)", "date": null, - "body": "### Features\n\n* Swipe gestures on mobile are now enabled by default and have been improved. You can disable them from Preferences > General > Labs ([#2319](https://github.com/standardnotes/app/issues/2319)) ([6d326e2](https://github.com/standardnotes/app/commit/6d326e2db4e385273b1d50f98427397ce91e631b))", + "body": "**Note:** Version bump only for package @standardnotes/web", "parsed": { "_": [ "Note: Version bump only for package @standardnotes/web" diff --git a/packages/web/package.json b/packages/web/package.json index 0ee40fcca..1a0ed478e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.154.0", + "version": "3.154.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",