From 5eb9ca6afbc053397e59e323188dedb1b1fa6637 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:43:48 +0000 Subject: [PATCH] Version Packages --- .changeset/calm-external-apis.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/calm-external-apis.md diff --git a/.changeset/calm-external-apis.md b/.changeset/calm-external-apis.md deleted file mode 100644 index b7b4c460..00000000 --- a/.changeset/calm-external-apis.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/studio': minor ---- - -Rebuild external API authoring with trusted OpenAPI discovery, GraphQL introspection, manual REST fallback, canonical manifest persistence, operation visibility, and credential-safe endpoint testing. diff --git a/CHANGELOG.md b/CHANGELOG.md index 073b103c..2a1d2271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/studio +## 0.12.0 + +### Minor Changes + +- 7468819: Rebuild external API authoring with trusted OpenAPI discovery, GraphQL introspection, manual REST fallback, canonical manifest persistence, operation visibility, and credential-safe endpoint testing. + ## 0.11.12 ### Patch Changes diff --git a/package.json b/package.json index 944a0952..ff1aa924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/studio", - "version": "0.11.12", + "version": "0.12.0", "description": "Studio authoring package for Ankhorage apps", "license": "MIT", "homepage": "https://github.com/ankhorage/studio#readme",