diff --git a/.changeset/breezy-panthers-bake.md b/.changeset/breezy-panthers-bake.md deleted file mode 100644 index 4e63183f0..000000000 --- a/.changeset/breezy-panthers-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Fix tables in `fields.mdx` diff --git a/.changeset/rich-baboons-dream.md b/.changeset/rich-baboons-dream.md deleted file mode 100644 index 22a8ccc0a..000000000 --- a/.changeset/rich-baboons-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Revoke GitHub or Keystatic Cloud tokens on sign out diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index 4c303dd1f..cabe1c8ed 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystatic/core +## 0.5.2 + +### Patch Changes + +- 621d32fe: Fix tables in `fields.mdx` +- 51fbc953: Revoke GitHub or Keystatic Cloud tokens on sign out + ## 0.5.1 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index b6ad861e0..ba0dc7707 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.5.1", + "version": "0.5.2", "license": "MIT", "repository": { "type": "git",