Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "0.16.2",
"packages/react": "0.16.2"
"packages/core": "0.17.0",
"packages/react": "0.17.0"
}
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meowdown/core",
"type": "module",
"version": "0.16.2",
"version": "0.17.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meowdown/react",
"type": "module",
"version": "0.16.2",
"version": "0.17.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading