Skip to content

Commit 7917675

Browse files
committed
- Moved testbox-cli and commandbox-migrations to dependencies so we can use them in the CLI commands
1 parent 3572b04 commit 7917675

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

box.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@
2525
],
2626
"devDependencies":{
2727
"commandbox-cfformat":"*",
28-
"commandbox-docbox":"*",
29-
"commandbox-migrations":"^5.0.0",
30-
"testbox-cli":"^1.0.0"
28+
"commandbox-docbox":"*"
3129
},
32-
"dependencies":{},
30+
"dependencies":{
31+
"testbox-cli":"*",
32+
"commandbox-migrations": "*"
33+
},
3334
"installPaths":{},
3435
"ignore":[
3536
"**/.*",

build/release.boxr

Lines changed: 0 additions & 14 deletions
This file was deleted.

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- Copilot instructions for AI coding assistance
15+
- If the skeleton is `default` and this is a BoxLang project, it will switch the skeleton to `BoxLang`.
16+
- added dependabot
17+
- Moved `testbox-cli` and `commandbox-migrations` to dependencies so we can use them in the CLI commands
18+
1219
## [7.7.0] - 2025-04-29
1320

1421
### Fixed

0 commit comments

Comments
 (0)