From 86cf8d928e70f923d290bfadac02140bfd029a6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:12:49 +0000 Subject: [PATCH] Version Packages --- .changeset/canonical-runtime-api-bindings.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/canonical-runtime-api-bindings.md diff --git a/.changeset/canonical-runtime-api-bindings.md b/.changeset/canonical-runtime-api-bindings.md deleted file mode 100644 index c16f2ce..0000000 --- a/.changeset/canonical-runtime-api-bindings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/runtime': major ---- - -Resolve operation bindings through canonical `infra.apis[]` API identities, delegate API execution to `@ankhorage/data-sources`, and remove the API-to-database operation shortcut while preserving explicit database actions separately. diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b1867..cb9b9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/runtime +## 2.0.0 + +### Major Changes + +- be91179: Resolve operation bindings through canonical `infra.apis[]` API identities, delegate API execution to `@ankhorage/data-sources`, and remove the API-to-database operation shortcut while preserving explicit database actions separately. + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index c8a6919..7059e06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/runtime", - "version": "1.1.0", + "version": "2.0.0", "description": "Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.", "license": "MIT", "publishConfig": {