diff --git a/packages/blocks-editor/CHANGELOG.md b/packages/blocks-editor/CHANGELOG.md index 84d2f5dd7..1c43d8e6a 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.2](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.9.1...@standardnotes/blocks-editor@1.9.2) (2022-11-28) + +### Bug Fixes + +* Only autofocus super notes when creating new note ([#2063](https://github.com/standardnotes/app/issues/2063)) ([96e8dfd](https://github.com/standardnotes/app/commit/96e8dfdd310fad88a360c4ac984b376b51a618d1)) + ## [1.9.1](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.9.0...@standardnotes/blocks-editor@1.9.1) (2022-11-28) **Note:** Version bump only for package @standardnotes/blocks-editor diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index 6feaa682c..1e650d692 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.9.1", + "version": "1.9.2", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 90f540589..7604c3730 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.102.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.102.13...@standardnotes/desktop@3.102.14) (2022-11-28) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.102.13](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.102.12...@standardnotes/desktop@3.102.13) (2022-11-28) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index a184db0a3..e00ca1d62 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.102.13", + "version": "3.102.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 8a96c009d..5d1d997df 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.47.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.47.13...@standardnotes/mobile@3.47.14) (2022-11-28) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.47.13](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.47.12...@standardnotes/mobile@3.47.13) (2022-11-28) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 3da8d3c11..3bd51391e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.47.13", + "version": "3.47.14", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 07b0dbca4..1e857a7c2 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.15](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.14...@standardnotes/releases@1.4.15) (2022-11-28) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.14](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.13...@standardnotes/releases@1.4.14) (2022-11-28) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index dc183b632..de272744f 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.14", + "version": "1.4.15", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index ff85e982c..09641c199 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +# [2.153.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.152.6...@standardnotes/snjs@2.153.0) (2022-11-28) + +### Features + +* convert Super notes to Markdown behind the scenes while publishing to Listed ([#2064](https://github.com/standardnotes/app/issues/2064)) ([cc2762a](https://github.com/standardnotes/app/commit/cc2762a29d83e2e4cd646345f9d3935571b27c62)) + ## [2.152.6](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.152.5...@standardnotes/snjs@2.152.6) (2022-11-28) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index cf9035698..18511601a 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.152.6", + "version": "2.153.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index a82249c87..1adb754f4 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.113.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.112.2...@standardnotes/web@3.113.0) (2022-11-28) + +### Bug Fixes + +* Only autofocus super notes when creating new note ([#2063](https://github.com/standardnotes/app/issues/2063)) ([96e8dfd](https://github.com/standardnotes/app/commit/96e8dfdd310fad88a360c4ac984b376b51a618d1)) + +### Features + +* convert Super notes to Markdown behind the scenes while publishing to Listed ([#2064](https://github.com/standardnotes/app/issues/2064)) ([cc2762a](https://github.com/standardnotes/app/commit/cc2762a29d83e2e4cd646345f9d3935571b27c62)) + ## [3.112.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.112.1...@standardnotes/web@3.112.2) (2022-11-28) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 91c70e9e2..ac54f188d 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,23 @@ { "versions": [ + { + "version": "3.113.0", + "title": "[3.113.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.112.2...@standardnotes/web@3.113.0) (2022-11-28)", + "date": null, + "body": "### Bug Fixes\n\n* Only autofocus super notes when creating new note ([#2063](https://github.com/standardnotes/app/issues/2063)) ([96e8dfd](https://github.com/standardnotes/app/commit/96e8dfdd310fad88a360c4ac984b376b51a618d1))\n\n### Features\n\n* convert Super notes to Markdown behind the scenes while publishing to Listed ([#2064](https://github.com/standardnotes/app/issues/2064)) ([cc2762a](https://github.com/standardnotes/app/commit/cc2762a29d83e2e4cd646345f9d3935571b27c62))", + "parsed": { + "_": [ + "Only autofocus super notes when creating new note (#2063) (96e8dfd)", + "convert Super notes to Markdown behind the scenes while publishing to Listed (#2064) (cc2762a)" + ], + "Bug Fixes": [ + "Only autofocus super notes when creating new note (#2063) (96e8dfd)" + ], + "Features": [ + "convert Super notes to Markdown behind the scenes while publishing to Listed (#2064) (cc2762a)" + ] + } + }, { "version": "3.112.2", "title": "[3.112.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.112.1...@standardnotes/web@3.112.2) (2022-11-28)", diff --git a/packages/web/package.json b/packages/web/package.json index cb12e7977..8d4f8c70f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.112.2", + "version": "3.113.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",