Skip to content

Commit

Permalink
0.7.1 version released
Browse files Browse the repository at this point in the history
  • Loading branch information
seogi1004 committed Nov 23, 2018
1 parent 76a0c22 commit 864abd0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/vue-graph.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-graph",
"productionName": "Vue Graph",
"version": "0.7.0",
"version": "0.7.1",
"description": "A library that provides various visualization elements for Vue.js",
"main": "src/main.js",
"files": [
Expand Down Expand Up @@ -60,7 +60,7 @@
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"juijs-chart": "2.3.7-es6",
"juijs-chart": "2.3.8-es6",
"vue": "^2.5.17"
}
}
8 changes: 4 additions & 4 deletions test/components/__snapshots__/pie.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports[`pie.js snapshot 1`] = `
<path
d="M117.55705045849464,161.80339887498945 A200,200 0 0,1 -117.55705045849459,161.80339887498948 L0,0 Z"
fill="#7BBAE7"
opacity="0.4"
opacity="0.5"
stroke="#ececec"
stroke-width="1"
/>
Expand All @@ -106,7 +106,7 @@ exports[`pie.js snapshot 1`] = `
<path
d="M-190.21130325903073,-61.80339887498945 A200,200 0 0,1 -4.973799150320701e-14,-200 L0,0 Z"
fill="#FF7800"
opacity="0.4"
opacity="0.5"
stroke="#ececec"
stroke-width="1"
/>
Expand All @@ -131,7 +131,7 @@ exports[`pie.js snapshot 1`] = `
<text
fill="#333"
font-size="11"
opacity="0.4"
opacity="0.5"
text-anchor="middle"
transform="translate(200,300)"
y="3"
Expand Down Expand Up @@ -159,7 +159,7 @@ exports[`pie.js snapshot 1`] = `
<text
fill="#333"
font-size="11"
opacity="0.4"
opacity="0.5"
text-anchor="middle"
transform="translate(141.22147477075268,119.09830056250527)"
y="3"
Expand Down

0 comments on commit 864abd0

Please # to comment.