Skip to content

Commit 95f6eee

Browse files
committed
version bump and build updates
1 parent 704a2bc commit 95f6eee

File tree

3 files changed

+5
-72
lines changed

3 files changed

+5
-72
lines changed

apidocs/box.json

Lines changed: 1 addition & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,15 @@
11
{
22
"name":"API Docs",
33
"version":"1.0.0",
4-
"author":"",
5-
"location":"",
6-
"directory":"",
7-
"createPackageDirectory":true,
8-
"packageDirectory":"",
9-
"homepage":"",
10-
"documentation":"",
11-
"repository":{
12-
"type":"",
13-
"URL":""
14-
},
15-
"bugs":"",
164
"slug":"module-apidocs",
17-
"shortDescription":"",
18-
"description":"",
19-
"instructions":"",
20-
"changelog":"",
21-
"type":"",
22-
"keywords":[
23-
24-
],
255
"private":true,
26-
"engines":[
27-
{
28-
"type":"",
29-
"version":""
30-
}
31-
],
32-
"defaultEngine":"",
33-
"projectURL":"",
34-
"license":[
35-
{
36-
"type":"",
37-
"URL":""
38-
}
39-
],
40-
"contributors":[
41-
42-
],
436
"dependencies":{
44-
"docbox":"https://github.com/Ortus-Solutions/DocBox/archive/v2.0.4.zip"
7+
"docbox":"^2.0.7+00005"
458
},
469
"devDependencies":{
4710

4811
},
4912
"installPaths":{
5013
"docbox":"docbox"
51-
},
52-
"ignore":[
53-
"**/.*",
54-
"tests"
55-
],
56-
"testbox":{
57-
"runner":[
58-
{
59-
"default":""
60-
}
61-
],
62-
"labels":[
63-
64-
],
65-
"reporter":"",
66-
"reporterResults":"",
67-
"bundles":[
68-
""
69-
],
70-
"directory":{
71-
"mapping":"",
72-
"recurse":true
73-
},
74-
"watchers":[
75-
76-
],
77-
"notify":{
78-
"emails":[
79-
80-
],
81-
"growl":"",
82-
"URL":""
83-
}
8414
}
8515
}

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
22
=========
33

4+
## 1.2.2
5+
* Build updates and travis updates
6+
47
## 1.2.1
58
* Dependency updates
69

workbench/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Version: UPDATE ON EACH RELEASE AS NEEDED -->
44
<property name="project.name" value="cbvalidation" />
55
<property name="module.name" value="cbvalidation" />
6-
<property name="project.version" value="1.2.1"/>
6+
<property name="project.version" value="1.2.2"/>
77
<property name="groupID" value="ortussolutions" />
88

99
<condition property="isTravis" else="false">

0 commit comments

Comments
 (0)