From 7af83d2ce41511f5743ba03fb855c0b7e34091e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:36:09 +0000 Subject: [PATCH] Version Packages --- .changeset/headless-runtime-bindings.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/headless-runtime-bindings.md diff --git a/.changeset/headless-runtime-bindings.md b/.changeset/headless-runtime-bindings.md deleted file mode 100644 index f09cd89..0000000 --- a/.changeset/headless-runtime-bindings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/runtime': minor ---- - -Expose canonical API and binding execution through the package-neutral `@ankhorage/runtime/bindings` entrypoint so headless consumers do not load React Native renderer modules. diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9b9fc..2278495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/runtime +## 2.1.0 + +### Minor Changes + +- 02c1389: Expose canonical API and binding execution through the package-neutral `@ankhorage/runtime/bindings` entrypoint so headless consumers do not load React Native renderer modules. + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index e082cc6..683dd07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/runtime", - "version": "2.0.0", + "version": "2.1.0", "description": "Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.", "license": "MIT", "publishConfig": {