Skip to content

Commit

Permalink
Merge pull request #2 from Ortus-Solutions/development
Browse files Browse the repository at this point in the history
v1.1.1 patches
  • Loading branch information
lmajano authored Aug 16, 2023
2 parents 009f370 + 02ad667 commit 7f8edda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"TestBox CLI",
"version":"1.1.0",
"version":"1.1.1",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/testbox-cli/@build.version@/[email protected]@.zip",
"slug":"testbox-cli",
"author":"Ortus Solutions, Corp",
Expand Down Expand Up @@ -29,7 +29,7 @@
"installPaths":{},
"ignore":[
"**/.*",
"build/*"
"build/*"
],
"scripts":{
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Invalid module name since we refactored, so all testing runners are failing.

## [1.1.0] - 2023-07-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions commands/testbox/run.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ component {

// DI
property name="packageService" inject="PackageService";
property name="testingService" inject="TestingService@testbox-commands";
property name="CLIRenderer" inject="CLIRenderer@testbox-commands";
property name="testingService" inject="TestingService@testbox-cli";
property name="CLIRenderer" inject="CLIRenderer@testbox-cli";
property name="serverService" inject="ServerService";
property name="moduleConfig" inject="box:moduleConfig:testbox-commands";

Expand Down

0 comments on commit 7f8edda

Please sign in to comment.