Skip to content

Commit 37b2e5f

Browse files
author
Hiroyuki-Anzai
authored
Merge pull request #11 from sony/release_0.1.6
Updated version and RELEASENOTE for release version 0.1.6
2 parents f8a39d9 + 9710f11 commit 37b2e5f

6 files changed

Lines changed: 17 additions & 13 deletions

File tree

RELEASENOTE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release Notes
22

3+
### Release 0.1.6 (February 2018)
4+
5+
* Bug fix
6+
- [Issue is cordova build error of my app created cdp boilerplate](https://github.com/sony/cdp-lib/pull/10)
7+
38
### Release 0.1.5 (February 2018)
49

510
* Update Dependencies
@@ -10,7 +15,6 @@
1015
- loadsh: 4.17.5
1116
- uuid: 3.2.1
1217

13-
1418
### Release 0.1.4 (November 2017)
1519

1620
* Bug fix

dist/@types/cdp-lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* cdp-lib.d.ts
33
* This file is generated by the CDP package build process.
44
*
5-
* Date: 2018-02-06T02:33:35.230Z
5+
* Date: 2018-02-14T03:20:41.296Z
66
*/
77
// Dependencies for this module:
88
// ../fs-extra

dist/cdp-lib.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cdp-lib.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cdp-lib.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdp-lib",
3-
"version": "0.1.6-dev",
3+
"version": "0.1.6",
44
"description": "Contains npm modules used primarily by cdp boilerplate generator.",
55
"main": "dist/cdp-lib.min.js",
66
"types": "dist/@types/cdp-lib/index.d.ts",
@@ -59,7 +59,7 @@
5959
},
6060
"homepage": "https://github.com/sony/cdp-lib#readme",
6161
"dependencies": {
62-
"chalk": "^2.3.0",
62+
"chalk": "^2.3.1",
6363
"cli-spinner": "^0.2.7",
6464
"fs-extra": "^5.0.0",
6565
"glob": "^7.1.2",
@@ -80,7 +80,7 @@
8080
"@types/jasmine": "^2.8.6",
8181
"@types/jquery": "^3.3.0",
8282
"@types/lodash": "^4.14.101",
83-
"@types/node": "^9.4.0",
83+
"@types/node": "^9.4.6",
8484
"@types/underscore.string": "^0.0.32",
8585
"@types/uuidjs": "^3.6.0",
8686
"@types/which": "^1.3.1",
@@ -91,15 +91,15 @@
9191
"eslint": "^4.17.0",
9292
"jasmine-node": "^2.0.0",
9393
"npm-run-all": "^4.1.2",
94-
"nyc": "^11.4.1",
94+
"nyc": "^11.5.0",
9595
"plato": "^1.7.0",
9696
"source-map": "^0.7.0",
9797
"source-map-loader": "^0.2.3",
9898
"tslint": "^5.9.1",
9999
"typedoc": "^0.10.0",
100100
"typescript": "^2.7.1",
101101
"typescript-formatter": "^7.0.1",
102-
"uglify-es": "^3.3.9",
103-
"webpack": "^3.10.0"
102+
"uglify-es": "^3.3.10",
103+
"webpack": "^3.11.0"
104104
}
105105
}

0 commit comments

Comments
 (0)