Skip to content

Commit e869aee

Browse files
chore(dev): release 5.0.1-beta.2
1 parent 7fd7748 commit e869aee

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest-beta.json

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

CHANGELOG.md

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

3+
## [5.0.1-beta.2](https://github.com/devicecloud-dev/dcd-cli/compare/v5.0.1-beta.1...v5.0.1-beta.2) (2026-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
10+
11+
### Dependencies
12+
13+
* 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))
14+
15+
16+
### Code Refactoring
17+
18+
* 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))
19+
320
## [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)
421

522

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.1-beta.1",
72+
"version": "5.0.1-beta.2",
7373
"bugs": {
7474
"url": "https://discord.gg/gm3mJwcNw8"
7575
},

0 commit comments

Comments
 (0)