From 8b5531d65cacc31fce8ffc6257e376c7c65be494 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:12:40 +0000 Subject: [PATCH] Version Packages --- .changeset/calm-deploy-cli.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/calm-deploy-cli.md diff --git a/.changeset/calm-deploy-cli.md b/.changeset/calm-deploy-cli.md deleted file mode 100644 index 3ee0c80..0000000 --- a/.changeset/calm-deploy-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/deploy': minor ---- - -Add the first-class `@ankhorage/deploy/cli` provider for category-root `ankh deploy` and `ankh plan deploy`, with dry-run planning, explicit runtime release context, host-owned confirmation, transient ENV credential mapping and offline safety coverage. diff --git a/CHANGELOG.md b/CHANGELOG.md index 246b693..a6e95ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/deploy +## 0.10.0 + +### Minor Changes + +- b10e259: Add the first-class `@ankhorage/deploy/cli` provider for category-root `ankh deploy` and `ankh plan deploy`, with dry-run planning, explicit runtime release context, host-owned confirmation, transient ENV credential mapping and offline safety coverage. + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index b7b1785..e4313c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ankhorage/deploy", - "version": "0.9.0", - "description": "Declarative deployment engine for Expo apps across web, iOS, and Android \u2014 build, provision, publish, and manage releases from one configuration.", + "version": "0.10.0", + "description": "Declarative deployment engine for Expo apps across web, iOS, and Android — build, provision, publish, and manage releases from one configuration.", "license": "MIT", "publishConfig": { "access": "public"