Skip to content

Commit 847e79e

Browse files
committed
### Added
* Major bump of all dependencies ### Changed * Dropped ACF2016
1 parent cb440c6 commit 847e79e

File tree

4 files changed

+17
-58
lines changed

4 files changed

+17
-58
lines changed

box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"ColdBox Validation",
33
"author":"Ortus Solutions <[email protected]>",
4-
"version":"3.5.0",
4+
"version":"4.0.0",
55
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip",
66
"slug":"cbvalidation",
77
"type":"modules",
@@ -23,7 +23,7 @@
2323
"Curt Gratz <[email protected]>"
2424
],
2525
"dependencies":{
26-
"cbi18n":"^2.0.0"
26+
"cbi18n":"^3.0.0"
2727
},
2828
"devDependencies":{
2929
"commandbox-cfformat":"*",

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
----
9+
10+
## [4.0.0] => 2022-OCT-10
11+
12+
### Added
13+
14+
* Major bump of all dependencies
15+
16+
### Changed
17+
18+
* Dropped ACF2016
19+
20+
821
----
922

1023
## [3.4.0] => 2022-JUN-27

test-harness/box.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,12 @@
66
"description":"",
77
"dependencies":{
88
"coldbox":"^6.0.0",
9-
"cbi18n":"^2.0.0",
10-
"testbox":"^4.0.0"
9+
"cbi18n":"^3.0.0",
10+
"testbox":"*"
1111
},
1212
"installPaths":{
1313
"coldbox":"coldbox/",
1414
"testbox":"testbox/",
1515
"cbi18n":"modules/cbi18n/"
16-
},
17-
"testbox":{
18-
"runner":"http://localhost:60299/tests/runner.cfm"
19-
},
20-
"scripts":{
21-
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run",
22-
"cfpm:install":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
23-
"install:2021":"run-script cfpm:install zip"
2416
}
2517
}

test-harness/config/Routes.cfm

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

0 commit comments

Comments
 (0)