From 5e05eec604e08cb3da79a167e66d76447d332981 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:43:23 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-release-lifecycle.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/bright-release-lifecycle.md diff --git a/.changeset/bright-release-lifecycle.md b/.changeset/bright-release-lifecycle.md deleted file mode 100644 index c566534..0000000 --- a/.changeset/bright-release-lifecycle.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@ankhorage/deploy': minor ---- - -Add the complete provider-neutral release lifecycle: canonical `deploy/release.json` authoring, -cross-target planning, Google Play and App Store rollout execution, read-back verification, -safe retry/resume, supported lifecycle controls, immutable release history, and intentional -public release APIs. - -The project entrypoint now owns inspection, planning, execution, resume, and supported lifecycle controls while provider adapters remain internal. diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bb15d..246b693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @ankhorage/deploy +## 0.9.0 + +### Minor Changes + +- 5b892ae: Add the complete provider-neutral release lifecycle: canonical `deploy/release.json` authoring, + cross-target planning, Google Play and App Store rollout execution, read-back verification, + safe retry/resume, supported lifecycle controls, immutable release history, and intentional + public release APIs. + + The project entrypoint now owns inspection, planning, execution, resume, and supported lifecycle controls while provider adapters remain internal. + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index 5a349aa..5c681c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/deploy", - "version": "0.8.0", + "version": "0.9.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": {