diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7601b13 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Angular-Dimple Changelog + +# v1.0.1 +* add bower manifest +* add changelog +* add label attribute to scatter-plots + +# v1.0.0 +* support for graph, axis, and legened +* support for bar, stacked, bar, area, stacked area, line, and scatter-plots +* full documentation + +# v0.0.1 +* alpha release \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1c809c7 --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "angular-dimple", + "version": "1.0.1", + "main": "dist/angular-dimple.js", + "homepage": "http://esripdx.github.io/angular-dimple/", + "authors": [ + "Paul C Pederson ", + "Nik Wise " + ], + "description": "A mini-library of Angular directives for charting", + "keywords": [ + "Angular", + "Dimple", + "charts", + "graphs", + "directives" + ], + "license": "ISC", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "documentation", + "source", + "test", + "site" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 35a8655..7142464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-dimple", - "version": "1.0.0", + "version": "1.0.1", "description": "Angular.js wrapper for the Dimple charting language", "repository": "https://github.com/esripdx/angular-dimple", "license": "ISC",