Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsin Ustundag committed Dec 12, 2014
1 parent 4159ae3 commit 8936ae6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# blue-button.js Release Notes

# v.1.3.0 - December 12, 2014
- Created smaller modules: blue-button-xml, blue-button-generate, blue-button-model, blue-button-cms
- Time zones are now used when they are specified in CCDA files.
- Browser version using browserify
- Added to Bower

# v.1.2.0 - September 15, 2014
- Enhanced to include support for US VA 32 Files.
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blue-button",
"version": "1.3.0-beta.17",
"version": "1.3.0",
"main": "dist/blue-button.js",
"license": "Apache-2.0",
"ignore": [
Expand All @@ -11,8 +11,8 @@
"!LICENSE"
],
"dependencies": {
"blue-button-xml": "~1.3.0-beta.7",
"blue-button-generate": "~1.3.0-beta.5",
"blue-button-cms": "~1.3.0-beta.2"
"blue-button-xml": "~1.3.0",
"blue-button-generate": "~1.3.0",
"blue-button-cms": "~1.3.0"
}
}
32 changes: 19 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blue-button",
"version": "1.3.0-beta.17",
"version": "1.3.0",
"description": "Blue Button (CCDA) to JSON Parser.",
"main": "./index.js",
"directories": {
Expand All @@ -27,27 +27,27 @@
"node": ">= 0.10.0"
},
"dependencies": {
"blue-button-meta": "^1.3.0",
"blue-button-generate": "^1.3.0",
"blue-button-model": "^1.3.0",
"blue-button-xml": "^1.3.0",
"blue-button-cms": "^1.3.0",
"blue-button-meta": "~1.3.0",
"blue-button-generate": "~1.3.0",
"blue-button-model": "~1.3.0",
"blue-button-xml": "~1.3.0",
"blue-button-cms": "~1.3.0",
"underscore": "1.6.x",
"winston": "^0.7.3"
"winston": "~0.7.3"
},
"devDependencies": {
"brfs": "^1.2.0",
"brfs": "~1.2.0",
"chai": "1.8.x",
"coveralls": "~2.10.0",
"grunt": "0.4.x",
"grunt-browserify": "3.2.x",
"grunt-contrib-connect": "^0.9.0",
"grunt-browserify": "~3.2.1",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-jshint": "0.8.x",
"grunt-contrib-watch": "0.6.x",
"grunt-coveralls": "*",
"grunt-istanbul-coverage": "*",
"grunt-jsbeautifier": "^0.2.7",
"grunt-mocha-phantomjs": "^0.6.0",
"grunt-jsbeautifier": "~0.2.7",
"grunt-mocha-phantomjs": "~0.6.0",
"grunt-mocha-test": "0.8.x",
"karma-chai": "0.1.x",
"mocha": "1.17.x",
Expand All @@ -58,7 +58,13 @@
"url": "https://github.com/amida-tech/blue-button.git"
},
"keywords": [
"bluebutton", "blue-button", "XML", "JSON", "CCDA", "CMS", "C32"
"bluebutton",
"blue-button",
"XML",
"JSON",
"CCDA",
"CMS",
"C32"
],
"bugs": {
"url": "https://github.com/amida-tech/blue-button/issues"
Expand Down

0 comments on commit 8936ae6

Please sign in to comment.