diff --git a/.changeset/good-news-thank.md b/.changeset/good-news-thank.md deleted file mode 100644 index f221a40e5..000000000 --- a/.changeset/good-news-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Fix circular dependencies diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index 4c505971d..031a4ce96 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystatic/core +## 0.1.3 + +### Patch Changes + +- dbd09f04: Fix circular dependencies + ## 0.1.2 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index 7a7ac5465..fdf053e42 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "repository": { "type": "git",