From 973bb990c6221dce1d8f353e728c7aa899b9b96f Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 1 Sep 2023 19:08:32 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/clipper@1.1.201 - @standardnotes/desktop@3.108.133 - @standardnotes/mobile@3.56.112 - @standardnotes/releases@1.4.485 - @standardnotes/web@3.172.4 --- 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/web/CHANGELOG.md | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 11 files changed, 41 insertions(+), 5 deletions(-) diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 4a3fad77f..bf76763fd 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.201](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.200...@standardnotes/clipper@1.1.201) (2023-09-01) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.200](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.199...@standardnotes/clipper@1.1.200) (2023-09-01) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index fad70783e..704d11ad6 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.200", + "version": "1.1.201", "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 296613abb..35e01f544 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.108.133](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.172.3...@standardnotes/desktop@3.108.133) (2023-09-01) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.132](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.172.2...@standardnotes/desktop@3.108.132) (2023-09-01) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 6b78e4b51..66fe655e3 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.108.132", + "version": "3.108.133", "license": "CC BY-NC-SA 4.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 64cef7c07..5d41daabd 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.56.112](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.172.3...@standardnotes/mobile@3.56.112) (2023-09-01) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.111](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.110...@standardnotes/mobile@3.56.111) (2023-09-01) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 40eb65a6a..101cab699 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.111", + "version": "3.56.112", "author": "Standard Notes.", "private": true, "license": "CC BY-NC-SA 4.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 1086ed434..7f956245d 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.485](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.484...@standardnotes/releases@1.4.485) (2023-09-01) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.484](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.483...@standardnotes/releases@1.4.484) (2023-09-01) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index c17049f01..7a38076f2 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.484", + "version": "1.4.485", "license": "CC BY-NC-SA 4.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 4c76b6c0b..8dcdfe43e 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.172.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.3...@standardnotes/web@3.172.4) (2023-09-01) + +### Bug Fixes + +* Fixed issue where note history would only display the latest content ([2fc3d04](https://github.com/standardnotes/app/commit/2fc3d04ba99d66635fcf29be295509e439b9eecd)) + ## [3.172.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.2...@standardnotes/web@3.172.3) (2023-09-01) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 5d0e667c8..16e3e7788 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.172.4", + "title": "[3.172.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.3...@standardnotes/web@3.172.4) (2023-09-01)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where note history would only display the latest content ([2fc3d04](https://github.com/standardnotes/app/commit/2fc3d04ba99d66635fcf29be295509e439b9eecd))", + "parsed": { + "_": [ + "Fixed issue where note history would only display the latest content (2fc3d04)" + ], + "Bug Fixes": [ + "Fixed issue where note history would only display the latest content (2fc3d04)" + ] + } + }, { "version": "3.172.3", "title": "[3.172.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.2...@standardnotes/web@3.172.3) (2023-09-01)", diff --git a/packages/web/package.json b/packages/web/package.json index 7c6de4023..e06bb4502 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.172.3", + "version": "3.172.4", "license": "CC BY-NC-SA 4.0", "main": "dist/app.js", "author": "Standard Notes",