diff --git a/.changeset/neat-instance-properties.md b/.changeset/neat-instance-properties.md deleted file mode 100644 index ed1ab473..00000000 --- a/.changeset/neat-instance-properties.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/studio': patch ---- - -Replace the raw Properties prop dump with a metadata-driven instance authoring model backed by the released ZORA authoring authority registry. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db4e83b..073b103c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/studio +## 0.11.12 + +### Patch Changes + +- 32277c1: Replace the raw Properties prop dump with a metadata-driven instance authoring model backed by the released ZORA authoring authority registry. + ## 0.11.11 ### Patch Changes diff --git a/package.json b/package.json index 1f61efc4..6e97cbbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/studio", - "version": "0.11.11", + "version": "0.11.12", "description": "Studio authoring package for Ankhorage apps", "license": "MIT", "homepage": "https://github.com/ankhorage/studio#readme",