diff --git a/packages/blocks-editor/CHANGELOG.md b/packages/blocks-editor/CHANGELOG.md index d9886725f..66402d17c 100644 --- a/packages/blocks-editor/CHANGELOG.md +++ b/packages/blocks-editor/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.9.7](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.9.6...@standardnotes/blocks-editor@1.9.7) (2022-12-07) + +### Bug Fixes + +* improve variance between Super header font sizes and weights ([8b10330](https://github.com/standardnotes/app/commit/8b103307cba41855713b8627cf5d66a6fef6ff52)) + ## [1.9.6](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.9.5...@standardnotes/blocks-editor@1.9.6) (2022-11-30) ### Bug Fixes diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index b62f11cf5..d7b7b5ffd 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.9.6", + "version": "1.9.7", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 1019151cd..ad334e508 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.104.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.120.3...@standardnotes/desktop@3.104.14) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.13](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.120.2...@standardnotes/desktop@3.104.13) (2022-12-06) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 5e99c50e1..599668266 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.104.13", + "version": "3.104.14", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 50cd6f088..6398f0383 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.49.13](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.12...@standardnotes/mobile@3.49.13) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.12](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.11...@standardnotes/mobile@3.49.12) (2022-12-06) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 9dfa8da54..dc41558f0 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.12", + "version": "3.49.13", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 472dd5f8f..250abeab6 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.37](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.36...@standardnotes/releases@1.4.37) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.36](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.35...@standardnotes/releases@1.4.36) (2022-12-06) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index fa7d7c5f0..f0bbd58ca 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.36", + "version": "1.4.37", "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 278178a12..75b2e9352 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.121.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.3...@standardnotes/web@3.121.0) (2022-12-07) + +### Bug Fixes + +* Fixed issue where Dark theme could be called 'Focus' in Appearance preferences ([d691d7a](https://github.com/standardnotes/app/commit/d691d7a3b34f7f4249138baa4c3f27b79a9f8e6c)) +* Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu ([a5b1ff9](https://github.com/standardnotes/app/commit/a5b1ff95957a9d407663d28429785457aef3a1b4)) + +### Features + +* add Indent/Outdent options in Super when on mobile ([a70d100](https://github.com/standardnotes/app/commit/a70d1009a3d8d6be1395bf148a46c3cb2260dcdc)) + ## [3.120.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.2...@standardnotes/web@3.120.3) (2022-12-06) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 6b6b54723..c919d0f1a 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,25 @@ { "versions": [ + { + "version": "3.121.0", + "title": "[3.121.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.3...@standardnotes/web@3.121.0) (2022-12-07)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where Dark theme could be called 'Focus' in Appearance preferences ([d691d7a](https://github.com/standardnotes/app/commit/d691d7a3b34f7f4249138baa4c3f27b79a9f8e6c))\n* Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu ([a5b1ff9](https://github.com/standardnotes/app/commit/a5b1ff95957a9d407663d28429785457aef3a1b4))\n\n### Features\n\n* add Indent/Outdent options in Super when on mobile ([a70d100](https://github.com/standardnotes/app/commit/a70d1009a3d8d6be1395bf148a46c3cb2260dcdc))", + "parsed": { + "_": [ + "Fixed issue where Dark theme could be called 'Focus' in Appearance preferences (d691d7a)", + "Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu (a5b1ff9)", + "add Indent/Outdent options in Super when on mobile (a70d100)" + ], + "Bug Fixes": [ + "Fixed issue where Dark theme could be called 'Focus' in Appearance preferences (d691d7a)", + "Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu (a5b1ff9)" + ], + "Features": [ + "add Indent/Outdent options in Super when on mobile (a70d100)" + ] + } + }, { "version": "3.120.3", "title": "[3.120.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.2...@standardnotes/web@3.120.3) (2022-12-06)", diff --git a/packages/web/package.json b/packages/web/package.json index 06de9233b..a2dc2b41c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.120.3", + "version": "3.121.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",