Skip to content

Commit

Permalink
Merge pull request #11 from sony/release_0.1.6
Browse files Browse the repository at this point in the history
Updated version and RELEASENOTE for release version 0.1.6
  • Loading branch information
Hiroyuki-Anzai committed Feb 14, 2018
2 parents f8a39d9 + 9710f11 commit 37b2e5f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
6 changes: 5 additions & 1 deletion RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Release Notes

### Release 0.1.6 (February 2018)

* Bug fix
- [Issue is cordova build error of my app created cdp boilerplate](https://github.com/sony/cdp-lib/pull/10)

### Release 0.1.5 (February 2018)

* Update Dependencies
Expand All @@ -10,7 +15,6 @@
- loadsh: 4.17.5
- uuid: 3.2.1


### Release 0.1.4 (November 2017)

* Bug fix
Expand Down
2 changes: 1 addition & 1 deletion dist/@types/cdp-lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cdp-lib.d.ts
* This file is generated by the CDP package build process.
*
* Date: 2018-02-06T02:33:35.230Z
* Date: 2018-02-14T03:20:41.296Z
*/
// Dependencies for this module:
// ../fs-extra
Expand Down
4 changes: 2 additions & 2 deletions dist/cdp-lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/cdp-lib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cdp-lib.min.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdp-lib",
"version": "0.1.6-dev",
"version": "0.1.6",
"description": "Contains npm modules used primarily by cdp boilerplate generator.",
"main": "dist/cdp-lib.min.js",
"types": "dist/@types/cdp-lib/index.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"homepage": "https://github.com/sony/cdp-lib#readme",
"dependencies": {
"chalk": "^2.3.0",
"chalk": "^2.3.1",
"cli-spinner": "^0.2.7",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
Expand All @@ -80,7 +80,7 @@
"@types/jasmine": "^2.8.6",
"@types/jquery": "^3.3.0",
"@types/lodash": "^4.14.101",
"@types/node": "^9.4.0",
"@types/node": "^9.4.6",
"@types/underscore.string": "^0.0.32",
"@types/uuidjs": "^3.6.0",
"@types/which": "^1.3.1",
Expand All @@ -91,15 +91,15 @@
"eslint": "^4.17.0",
"jasmine-node": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.4.1",
"nyc": "^11.5.0",
"plato": "^1.7.0",
"source-map": "^0.7.0",
"source-map-loader": "^0.2.3",
"tslint": "^5.9.1",
"typedoc": "^0.10.0",
"typescript": "^2.7.1",
"typescript-formatter": "^7.0.1",
"uglify-es": "^3.3.9",
"webpack": "^3.10.0"
"uglify-es": "^3.3.10",
"webpack": "^3.11.0"
}
}

0 comments on commit 37b2e5f

Please sign in to comment.