From 7d66a549cb681f918321daf63285c771c0349229 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:14:12 +0000 Subject: [PATCH] Version Packages --- .changeset/neat-instance-properties.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/neat-instance-properties.md 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",