From ed8646e1180334f09635bf92ca270ecec21ed069 Mon Sep 17 00:00:00 2001 From: "dcd-cli-release-please[bot]" <296541543+dcd-cli-release-please[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:50:27 +0000 Subject: [PATCH] chore(dev): release 5.2.0-beta.1 --- .release-please-manifest-beta.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-beta.json b/.release-please-manifest-beta.json index c8330f9..e6f5dcc 100644 --- a/.release-please-manifest-beta.json +++ b/.release-please-manifest-beta.json @@ -1,3 +1,3 @@ { - ".": "5.0.1-beta.1" + ".": "5.2.0-beta.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ceb74..9a7acbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [5.2.0-beta.1](https://github.com/devicecloud-dev/dcd-cli/compare/v5.0.1-beta.1...v5.2.0-beta.1) (2026-07-13) + + +### Features + +* **cloud:** device matrix via repeated --ios-config/--android-config… ([#75](https://github.com/devicecloud-dev/dcd-cli/issues/75)) ([b78a1dc](https://github.com/devicecloud-dev/dcd-cli/commit/b78a1dc92f61428e6c42a914c0779886d3713e79)) + + +### Bug Fixes + +* recover cleanly when the stored session is dead ([#72](https://github.com/devicecloud-dev/dcd-cli/issues/72)) ([7fd7748](https://github.com/devicecloud-dev/dcd-cli/commit/7fd7748632fdce2a0f417ee9af73243de5d4b1a8)) + + +### Dependencies + +* bump the minor-and-patch group across 1 directory with 9 updates ([#71](https://github.com/devicecloud-dev/dcd-cli/issues/71)) ([cfd9fe2](https://github.com/devicecloud-dev/dcd-cli/commit/cfd9fe23fcee003535f73ab72754eb5aeba5cec5)) + + +### Code Refactoring + +* route notice rendering through ui (add ui.deprecation) ([#66](https://github.com/devicecloud-dev/dcd-cli/issues/66)) ([1d331b4](https://github.com/devicecloud-dev/dcd-cli/commit/1d331b4e5e1e02cb86615df6e0315a5171e012ec)) + + +### Miscellaneous + +* release 5.2.0-beta.1 ([#76](https://github.com/devicecloud-dev/dcd-cli/issues/76)) ([bc9c61f](https://github.com/devicecloud-dev/dcd-cli/commit/bc9c61f2fc20074980798ce155d14b0571ddbecb)) + ## [5.0.1-beta.1](https://github.com/devicecloud-dev/dcd-cli/compare/v5.0.0-beta.4...v5.0.1-beta.1) (2026-06-26) diff --git a/package.json b/package.json index 095e426..93aed9a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "test": "node scripts/test-runner.mjs", "typecheck": "tsc --noEmit -p tsconfig.test.json" }, - "version": "5.0.1-beta.1", + "version": "5.2.0-beta.1", "bugs": { "url": "https://discord.gg/gm3mJwcNw8" },