Skip to content

Commit 75784f2

Browse files
chore(dev): release 5.2.0-beta.5
1 parent 2223dd4 commit 75784f2

3 files changed

Lines changed: 14 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.2.0-beta.4"
2+
".": "5.2.0-beta.5"
33
}

CHANGELOG.md

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

3+
## [5.2.0-beta.5](https://github.com/devicecloud-dev/dcd-cli/compare/v5.2.0-beta.4...v5.2.0-beta.5) (2026-08-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **cloud:** exclude config-shaped files from flow discovery ([#114](https://github.com/devicecloud-dev/dcd-cli/issues/114)) ([13d01ee](https://github.com/devicecloud-dev/dcd-cli/commit/13d01eee5d0146049373011f304be2647e7f510b)), closes [#99](https://github.com/devicecloud-dev/dcd-cli/issues/99)
9+
10+
11+
### Dependencies
12+
13+
* bump the minor-and-patch group with 5 updates ([#112](https://github.com/devicecloud-dev/dcd-cli/issues/112)) ([2223dd4](https://github.com/devicecloud-dev/dcd-cli/commit/2223dd48bcb8e19d28a842df807939f5bc9879c5))
14+
315
## [5.2.0-beta.4](https://github.com/devicecloud-dev/dcd-cli/compare/v5.2.0-beta.3...v5.2.0-beta.4) (2026-08-06)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"test": "node scripts/test-runner.mjs",
6969
"typecheck": "tsc --noEmit -p tsconfig.test.json"
7070
},
71-
"version": "5.2.0-beta.4",
71+
"version": "5.2.0-beta.5",
7272
"bugs": {
7373
"url": "https://discord.gg/gm3mJwcNw8"
7474
},

0 commit comments

Comments
 (0)