From 89de01cd2f197659f09ca059a5853f97e5bab8a0 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 24 Mar 2023 14:09:20 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.105.30 - @standardnotes/mobile@3.51.63 - @standardnotes/releases@1.4.206 - @standardnotes/web@3.150.30 --- 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 +- 9 files changed, 36 insertions(+), 4 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 60f145e3f..9f7912394 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.30](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.29...@standardnotes/desktop@3.105.30) (2023-03-24) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.29](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.28...@standardnotes/desktop@3.105.29) (2023-03-24) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index df397163f..3814c083f 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.29", + "version": "3.105.30", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 2b93a0ce2..c3bf04cd9 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.51.63](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.62...@standardnotes/mobile@3.51.63) (2023-03-24) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.51.62](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.61...@standardnotes/mobile@3.51.62) (2023-03-24) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index edc650d92..84c54dd4e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.51.62", + "version": "3.51.63", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 7f600cee7..517c9ddd8 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.206](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.205...@standardnotes/releases@1.4.206) (2023-03-24) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.205](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.204...@standardnotes/releases@1.4.205) (2023-03-24) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index b74dc8add..9f2e233a3 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.205", + "version": "1.4.206", "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 c9d3ce78f..95b04eff1 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.150.30](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.29...@standardnotes/web@3.150.30) (2023-03-24) + +### Bug Fixes + +* Fixed issue where ordered list numbers in Super would get cut off when using monospace font ([8bf891f](https://github.com/standardnotes/app/commit/8bf891f8a3e5936196b22bfb689063f5d48c5603)) + ## [3.150.29](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.28...@standardnotes/web@3.150.29) (2023-03-24) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index ae38b6797..98982bf01 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.150.30", + "title": "[3.150.30](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.29...@standardnotes/web@3.150.30) (2023-03-24)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where ordered list numbers in Super would get cut off when using monospace font ([8bf891f](https://github.com/standardnotes/app/commit/8bf891f8a3e5936196b22bfb689063f5d48c5603))", + "parsed": { + "_": [ + "Fixed issue where ordered list numbers in Super would get cut off when using monospace font (8bf891f)" + ], + "Bug Fixes": [ + "Fixed issue where ordered list numbers in Super would get cut off when using monospace font (8bf891f)" + ] + } + }, { "version": "3.150.29", "title": "[3.150.29](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.28...@standardnotes/web@3.150.29) (2023-03-24)", diff --git a/packages/web/package.json b/packages/web/package.json index d1716f0b0..e2d70a5aa 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.150.29", + "version": "3.150.30", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",