Skip to content

Commit 2173182

Browse files
chore(production): release 5.0.0
1 parent a041af6 commit 2173182

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.4.9"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/devicecloud-dev/dcd-cli/compare/v4.4.9...v5.0.0) (2026-06-25)
4+
5+
6+
### Features
7+
8+
* add dcd-mcp stdio MCP server ([67366c0](https://github.com/devicecloud-dev/dcd-cli/commit/67366c0bc43a105712f4f3245ea045dd227684b8))
9+
* add dcd-mcp stdio MCP server ([0a08f3a](https://github.com/devicecloud-dev/dcd-cli/commit/0a08f3ab64aea753afa6b72bd4a4bc7b8b7af25d))
10+
* realtime test status with polling backstop ([1284cb3](https://github.com/devicecloud-dev/dcd-cli/commit/1284cb31bfacde4a174fd3edd0063ccf018e2057))
11+
* realtime test status with polling backstop ([74d76ce](https://github.com/devicecloud-dev/dcd-cli/commit/74d76ce41ad097425c6943bf8e11bd21774be7e7))
12+
* submit flow tests via client-direct upload ([2e5445e](https://github.com/devicecloud-dev/dcd-cli/commit/2e5445eaa238b53bcf3013b38c9652cb70fbcb9a))
13+
* submit flow tests via client-direct upload ([e9aaa51](https://github.com/devicecloud-dev/dcd-cli/commit/e9aaa51c6c10362e683d9259bf222f6d6b12692c))
14+
* unified CLI output style + polling countdown/realtime indicator ([09d59e9](https://github.com/devicecloud-dev/dcd-cli/commit/09d59e9615d97a3d6ad404181a3557c8d63c39a2))
15+
* unified CLI output style + polling countdown/realtime indicator ([5549daf](https://github.com/devicecloud-dev/dcd-cli/commit/5549dafb218d4f651b9506c390e91b6ed916e1f5))
16+
17+
18+
### Bug Fixes
19+
20+
* harden node-apk/bplist-parser CJS named imports for ESM ([38e0018](https://github.com/devicecloud-dev/dcd-cli/commit/38e001892d981619a76cfa6a2d2b32177e23a012))
21+
* **installer:** manage PATH via sentinel block, self-heal legacy markers ([9aa26c1](https://github.com/devicecloud-dev/dcd-cli/commit/9aa26c15cae3186bd54cbe8d1a4d66badd98a4f8))
22+
* **installer:** manage PATH via sentinel block, self-heal legacy markers ([e848813](https://github.com/devicecloud-dev/dcd-cli/commit/e848813bfa63d7d7955ec23cc5b2ef71e45d57f0))
23+
* use British spelling for clack cancellation message ([8841587](https://github.com/devicecloud-dev/dcd-cli/commit/8841587d81aa4ede1970897f1c5314ea936a07f3))
24+
* use British spelling for clack cancellation message ([3a7aa61](https://github.com/devicecloud-dev/dcd-cli/commit/3a7aa6195ce5bf2715068ff2760f523b328117ed))
25+
* v5 release blockers — installer, binary version, repeated flags, upgrade, CI output ([a041af6](https://github.com/devicecloud-dev/dcd-cli/commit/a041af61dd59a9c25f42f98b969a2654ddc32bd5))
26+
27+
28+
### Miscellaneous
29+
30+
* seed 5.0.0 production release ([319af41](https://github.com/devicecloud-dev/dcd-cli/commit/319af41e06a2e5c507f3e50dea0cf2afed5786bf))
31+
* seed 5.0.0-beta.0 release ([b98a320](https://github.com/devicecloud-dev/dcd-cli/commit/b98a320e88dfdca491dd231a43ee6a7c0acd216d))
32+
333
## [5.0.0-beta.3](https://github.com/devicecloud-dev/dcd-cli/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2026-06-25)
434

535

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"test": "node scripts/test-runner.mjs",
7070
"typecheck": "tsc --noEmit -p tsconfig.test.json"
7171
},
72-
"version": "5.0.0-beta.3",
72+
"version": "5.0.0",
7373
"bugs": {
7474
"url": "https://discord.gg/gm3mJwcNw8"
7575
},

0 commit comments

Comments
 (0)