diff --git a/.changeset/purple-meals-count.md b/.changeset/purple-meals-count.md deleted file mode 100644 index af4ea803..00000000 --- a/.changeset/purple-meals-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mdjs/mdjs-preview': patch ---- - -Change theme attribute into preview-theme attribute to separate theme styling of the preview section and the full mdjs viewer. diff --git a/.changeset/strange-houses-protect.md b/.changeset/strange-houses-protect.md deleted file mode 100644 index 247a9c0c..00000000 --- a/.changeset/strange-houses-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mdjs/mdjs-preview': patch ---- - -Add css variable to style border-color of the mdjs-viewer diff --git a/packages/mdjs-preview/CHANGELOG.md b/packages/mdjs-preview/CHANGELOG.md index 770e1277..132052fa 100644 --- a/packages/mdjs-preview/CHANGELOG.md +++ b/packages/mdjs-preview/CHANGELOG.md @@ -1,5 +1,12 @@ # @mdjs/mdjs-preview +## 0.5.6 + +### Patch Changes + +- e81b77f: Change theme attribute into preview-theme attribute to separate theme styling of the preview section and the full mdjs viewer. +- 456b8e7: Add css variable to style border-color of the mdjs-viewer + ## 0.5.5 ### Patch Changes diff --git a/packages/mdjs-preview/package.json b/packages/mdjs-preview/package.json index cd9071a8..744c0acb 100644 --- a/packages/mdjs-preview/package.json +++ b/packages/mdjs-preview/package.json @@ -1,6 +1,6 @@ { "name": "@mdjs/mdjs-preview", - "version": "0.5.5", + "version": "0.5.6", "publishConfig": { "access": "public" },