diff --git a/packages/blocks-editor/CHANGELOG.md b/packages/blocks-editor/CHANGELOG.md index fe9106961..8249332e2 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.6.1](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.6.0...@standardnotes/blocks-editor@1.6.1) (2022-11-18) + +### Bug Fixes + +* issue where converting empty plain note to super would result in error ([e58c563](https://github.com/standardnotes/app/commit/e58c5637951f928efcd8c8427f06d0b6c69b5e55)) + # [1.6.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.5.3...@standardnotes/blocks-editor@1.6.0) (2022-11-18) ### Features diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index 2b256ffdc..9fc8d4993 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.6.0", + "version": "1.6.1", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 424853136..c7791d76d 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.100.15](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.14...@standardnotes/desktop@3.100.15) (2022-11-18) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.100.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.13...@standardnotes/desktop@3.100.14) (2022-11-18) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 149bdf4ac..6428ae7fb 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.100.14", + "version": "3.100.15", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 1b59cc296..63468fe94 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.46.25](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.24...@standardnotes/mobile@3.46.25) (2022-11-18) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.46.24](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.23...@standardnotes/mobile@3.46.24) (2022-11-18) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f811fc7fa..865077451 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.46.24", + "version": "3.46.25", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index fa17a52c4..41b54bc5a 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.3.251](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.250...@standardnotes/releases@1.3.251) (2022-11-18) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.250](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.249...@standardnotes/releases@1.3.250) (2022-11-18) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 82854f150..784a8b0eb 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.250", + "version": "1.3.251", "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 3486803b6..fc9a5cb26 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.103.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.103.0...@standardnotes/web@3.103.1) (2022-11-18) + +### Bug Fixes + +* issue where converting empty plain note to super would result in error ([e58c563](https://github.com/standardnotes/app/commit/e58c5637951f928efcd8c8427f06d0b6c69b5e55)) + # [3.103.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.102.0...@standardnotes/web@3.103.0) (2022-11-18) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index bfe086991..a46f4873b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.103.0", + "version": "3.103.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",