diff --git a/.changeset/meowdown-embed.md b/.changeset/meowdown-embed.md deleted file mode 100644 index 49907d18..00000000 --- a/.changeset/meowdown-embed.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@meowdown/core': patch -'@meowdown/react': patch ---- - -Render X post and YouTube video cards with `@meowdown/embed`: the elements are now `` and ``, themed by `--meowdown-embed-*` variables. diff --git a/.changeset/smaller-x-post-card.md b/.changeset/smaller-x-post-card.md deleted file mode 100644 index a7c686fe..00000000 --- a/.changeset/smaller-x-post-card.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@meowdown/core': patch -'@meowdown/react': patch ---- - -Update `@post-embed/elements` to 0.6.0: X post cards are smaller and shrink with a narrow editor. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b7c7aecd..f4ad82c4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @meowdown/core +## 0.72.2 + +### Patch Changes + +- [#590](https://github.com/prosekit/meowdown/pull/590) [`42a1c14`](https://github.com/prosekit/meowdown/commit/42a1c14676a85b5765525e9356a700161abfccb9) Thanks [@ocavue](https://github.com/ocavue)! - Render X post and YouTube video cards with `@meowdown/embed`: the elements are now `` and ``, themed by `--meowdown-embed-*` variables. + +- [#588](https://github.com/prosekit/meowdown/pull/588) [`3d36899`](https://github.com/prosekit/meowdown/commit/3d368999ad0226b69be230591accc65c5072b62f) Thanks [@ocavue](https://github.com/ocavue)! - Update `@post-embed/elements` to 0.6.0: X post cards are smaller and shrink with a narrow editor. + ## 0.72.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f7bbdfef..10ae1ce9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@meowdown/core", "type": "module", - "version": "0.72.1", + "version": "0.72.2", "license": "MIT", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d8863c83..162e8940 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @meowdown/react +## 0.71.5 + +### Patch Changes + +- [#590](https://github.com/prosekit/meowdown/pull/590) [`42a1c14`](https://github.com/prosekit/meowdown/commit/42a1c14676a85b5765525e9356a700161abfccb9) Thanks [@ocavue](https://github.com/ocavue)! - Render X post and YouTube video cards with `@meowdown/embed`: the elements are now `` and ``, themed by `--meowdown-embed-*` variables. + +- [#588](https://github.com/prosekit/meowdown/pull/588) [`3d36899`](https://github.com/prosekit/meowdown/commit/3d368999ad0226b69be230591accc65c5072b62f) Thanks [@ocavue](https://github.com/ocavue)! - Update `@post-embed/elements` to 0.6.0: X post cards are smaller and shrink with a narrow editor. +- Updated dependencies [[`42a1c14`](https://github.com/prosekit/meowdown/commit/42a1c14676a85b5765525e9356a700161abfccb9), [`3d36899`](https://github.com/prosekit/meowdown/commit/3d368999ad0226b69be230591accc65c5072b62f)]: + - @meowdown/core@0.72.2 + ## 0.71.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 083ea061..7191ad6d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@meowdown/react", "type": "module", - "version": "0.71.4", + "version": "0.71.5", "license": "MIT", "repository": { "type": "git",