Skip to content

Commit

Permalink
Release version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnicola committed Apr 13, 2016
1 parent 3228e29 commit 3b1a8a8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
0.1.0
=====

- Update version to 0.1
- Add localization support through D3
- Adds the d3locale service
- Merge fix from PR #37
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angularD3",
"version": "0.0.35",
"version": "0.1.0",
"main": "dist/angularD3.js",
"ignore": [
".*",
Expand Down
2 changes: 1 addition & 1 deletion dist/angularD3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angularD3.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs
Submodule docs updated 7 files
+14 −14 angularD3.js
+1 −1 angularD3.js.map
+1 −1 app.css
+1 −1 app.css.map
+19 −19 app.js
+1 −1 app.js.map
+7 −2 index.html
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular_d3",
"version": "0.0.35",
"version": "0.1.0",
"description": "AngularJS chart directives and other integrations for D3.js",
"keywords": [
"AngularJS",
Expand Down

0 comments on commit 3b1a8a8

Please sign in to comment.