Skip to content

Commit

Permalink
Merge pull request #20 from paulcpederson/master
Browse files Browse the repository at this point in the history
changelog, version bump, bower file
  • Loading branch information
nikolaswise committed May 30, 2014
2 parents fb4e98d + b5b9656 commit db624af
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Nik Wise <[email protected]>"
],
"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"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit db624af

Please sign in to comment.