diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71138563..8f8610e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "0.16.2", - "packages/react": "0.16.2" + "packages/core": "0.17.0", + "packages/react": "0.17.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f4d17da2..8a88a370 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.17.0](https://github.com/prosekit/meowdown/compare/core-v0.16.2...core-v0.17.0) (2026-06-21) + + +### Features + +* delete table on Backspace over full cell selection ([#110](https://github.com/prosekit/meowdown/issues/110)) ([5b392cb](https://github.com/prosekit/meowdown/commit/5b392cb700c38e43e57609d87794d04377e8582a)) +* make YAML frontmatter handling opt-in ([#111](https://github.com/prosekit/meowdown/issues/111)) ([e3a46dd](https://github.com/prosekit/meowdown/commit/e3a46ddefbc90dc5f79ccdd186c36fb4938c4d1f)) + + +### Bug Fixes + +* **core:** preserve soft line breaks ([#112](https://github.com/prosekit/meowdown/issues/112)) ([7e0e7bb](https://github.com/prosekit/meowdown/commit/7e0e7bb1757d1f3359397fa8447aa32b6924ca63)) +* stop block handle drag preview inheriting gutter padding ([#115](https://github.com/prosekit/meowdown/issues/115)) ([82927e5](https://github.com/prosekit/meowdown/commit/82927e5f5b51a78e08857d89c80a24f09107fb05)) + ## [0.16.2](https://github.com/prosekit/meowdown/compare/core-v0.16.1...core-v0.16.2) (2026-06-20) diff --git a/packages/core/package.json b/packages/core/package.json index 56300df4..9ff920e0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@meowdown/core", "type": "module", - "version": "0.16.2", + "version": "0.17.0", "license": "MIT", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fe24e5d3..c10987b9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.17.0](https://github.com/prosekit/meowdown/compare/react-v0.16.2...react-v0.17.0) (2026-06-21) + + +### Features + +* make YAML frontmatter handling opt-in ([#111](https://github.com/prosekit/meowdown/issues/111)) ([e3a46dd](https://github.com/prosekit/meowdown/commit/e3a46ddefbc90dc5f79ccdd186c36fb4938c4d1f)) +* remove the add button from the block handle ([#116](https://github.com/prosekit/meowdown/issues/116)) ([1e497b7](https://github.com/prosekit/meowdown/commit/1e497b7ef986cedff2dfa162c9dc21cc924c8a68)) + + +### Bug Fixes + +* stop block handle drag preview inheriting gutter padding ([#115](https://github.com/prosekit/meowdown/issues/115)) ([82927e5](https://github.com/prosekit/meowdown/commit/82927e5f5b51a78e08857d89c80a24f09107fb05)) + ## [0.16.2](https://github.com/prosekit/meowdown/compare/react-v0.16.1...react-v0.16.2) (2026-06-20) diff --git a/packages/react/package.json b/packages/react/package.json index 5732a6cc..d381ef27 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@meowdown/react", "type": "module", - "version": "0.16.2", + "version": "0.17.0", "license": "MIT", "repository": { "type": "git",