diff --git a/.changeset/config.json b/.changeset/config.json index 3bd197bcd..aef48236b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -12,5 +12,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["novel-next-app"] } diff --git a/.changeset/pretty-chairs-help.md b/.changeset/pretty-chairs-help.md deleted file mode 100644 index fa6a3b614..000000000 --- a/.changeset/pretty-chairs-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"novel": patch ---- - -Rename type from Editor to EditorInstance diff --git a/packages/headless/CHANGELOG.md b/packages/headless/CHANGELOG.md new file mode 100644 index 000000000..d456f0d66 --- /dev/null +++ b/packages/headless/CHANGELOG.md @@ -0,0 +1,7 @@ +# novel + +## 0.2.7 + +### Patch Changes + +- [#311](https://github.com/steven-tey/novel/pull/311) [`c09dd55`](https://github.com/steven-tey/novel/commit/c09dd55f0cc271b8d272a03a14a8b6108f611ee5) Thanks [@andrewdoro](https://github.com/andrewdoro)! - Rename type from Editor to EditorInstance diff --git a/packages/headless/package.json b/packages/headless/package.json index 1b48f1d41..331631362 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -1,6 +1,6 @@ { "name": "novel", - "version": "0.2.6", + "version": "0.2.7", "description": "Notion-style WYSIWYG editor with AI-powered autocompletions", "license": "Apache-2.0", "type": "module",