diff --git a/.changeset/poor-pots-look.md b/.changeset/poor-pots-look.md deleted file mode 100644 index f9993af3..00000000 --- a/.changeset/poor-pots-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/remark-callouts': patch ---- - -Fix: incorrect path to styles.css in package.json exports field. diff --git a/packages/remark-callouts/CHANGELOG.md b/packages/remark-callouts/CHANGELOG.md index f8c06443..aaa845bd 100644 --- a/packages/remark-callouts/CHANGELOG.md +++ b/packages/remark-callouts/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-callouts +## 1.0.4 + +### Patch Changes + +- [`affca05`](https://github.com/datopian/portaljs/commit/affca0505851a87a4295045b60a78926d34eef78) Thanks [@olayway](https://github.com/olayway)! - Fix: incorrect path to styles.css in package.json exports field. + ## 1.0.3 ### Patch Changes diff --git a/packages/remark-callouts/package.json b/packages/remark-callouts/package.json index 42005282..091cade6 100644 --- a/packages/remark-callouts/package.json +++ b/packages/remark-callouts/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-callouts", - "version": "1.0.3", + "version": "1.0.4", "description": "Remark plugin to add support for blockquote-based admonitions/callouts", "repository": { "type": "git",