diff --git a/.changeset/blue-peaches-tap.md b/.changeset/blue-peaches-tap.md new file mode 100644 index 0000000..3a2eb20 --- /dev/null +++ b/.changeset/blue-peaches-tap.md @@ -0,0 +1,5 @@ +--- +'@graphcms/html-to-slate-ast': patch +--- + +Fix htmlToSlateASTSync not working diff --git a/.changeset/pre.json b/.changeset/pre.json index ca5ed9f..de82772 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,7 @@ "@graphcms/rich-text-types": "0.5.0" }, "changesets": [ + "blue-peaches-tap", "famous-needles-sneeze" ] } diff --git a/packages/html-to-slate-ast/CHANGELOG.md b/packages/html-to-slate-ast/CHANGELOG.md index 347e1bd..fc33d5f 100644 --- a/packages/html-to-slate-ast/CHANGELOG.md +++ b/packages/html-to-slate-ast/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphcms/html-to-slate-ast +## 0.14.0-canary.1 + +### Patch Changes + +- Fix htmlToSlateASTSync not working + ## 0.14.0-canary.0 ### Minor Changes diff --git a/packages/html-to-slate-ast/package.json b/packages/html-to-slate-ast/package.json index 06148c3..a7a1f40 100644 --- a/packages/html-to-slate-ast/package.json +++ b/packages/html-to-slate-ast/package.json @@ -1,6 +1,6 @@ { "name": "@graphcms/html-to-slate-ast", - "version": "0.14.0-canary.0", + "version": "0.14.0-canary.1", "description": "Convert HTML to Hygraph's RichTextAST (slate)", "license": "MIT", "scripts": {