diff --git a/.changeset/click-below-last-block.md b/.changeset/click-below-last-block.md deleted file mode 100644 index 25e17b46..00000000 --- a/.changeset/click-below-last-block.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@meowdown/core': patch ---- - -Clicking below the last block now adds a paragraph there when that block is not a paragraph. diff --git a/.changeset/code-block-exit-keys.md b/.changeset/code-block-exit-keys.md deleted file mode 100644 index 5ab9cd09..00000000 --- a/.changeset/code-block-exit-keys.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@meowdown/core': patch ---- - -`Mod-Enter` and `Shift-Enter` at the end of a code block now move the caret to a paragraph below it. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c7c8b215..b7c7aecd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @meowdown/core +## 0.72.1 + +### Patch Changes + +- [#586](https://github.com/prosekit/meowdown/pull/586) [`007dc5c`](https://github.com/prosekit/meowdown/commit/007dc5c73bd16a59ed51de0a6664bffcb46b215c) Thanks [@ocavue](https://github.com/ocavue)! - Clicking below the last block now adds a paragraph there when that block is not a paragraph. + +- [#585](https://github.com/prosekit/meowdown/pull/585) [`35d1807`](https://github.com/prosekit/meowdown/commit/35d1807e89e68a623b896e0b6ffea50633020136) Thanks [@ocavue](https://github.com/ocavue)! - `Mod-Enter` and `Shift-Enter` at the end of a code block now move the caret to a paragraph below it. + ## 0.72.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index a7427a7e..e406e83e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@meowdown/core", "type": "module", - "version": "0.72.0", + "version": "0.72.1", "license": "MIT", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 60a31281..d8863c83 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @meowdown/react +## 0.71.4 + +### Patch Changes + +- Updated dependencies [[`007dc5c`](https://github.com/prosekit/meowdown/commit/007dc5c73bd16a59ed51de0a6664bffcb46b215c), [`35d1807`](https://github.com/prosekit/meowdown/commit/35d1807e89e68a623b896e0b6ffea50633020136)]: + - @meowdown/core@0.72.1 + ## 0.71.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 38c4de9c..9d67cfdb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@meowdown/react", "type": "module", - "version": "0.71.3", + "version": "0.71.4", "license": "MIT", "repository": { "type": "git",