Skip to content

Commit 5107acf

Browse files
chore(dev): release 5.0.1-beta.2
1 parent 851f051 commit 5107acf

3 files changed

Lines changed: 9 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
### Code Refactoring
7+
8+
* 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))
9+
310
## [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)
411

512

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)