Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Increment version to 0.0.27 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
marzolfb authored Apr 19, 2017
1 parent 1c34ca4 commit e73a7c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pathjs-charts",
"version": "0.0.26",
"version": "0.0.27",
"description": "Cross platform React Native charting library based on path-js and react-native-svg",
"repository": {
"type": "git",
Expand Down
32 changes: 8 additions & 24 deletions src/__tests__/pie/__snapshots__/PieBasic-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ exports[`test renders using flattened properties correctly 1`] = `
x={20}
y={20}>
<view
mockedComponent="svg-G"
x={155}
y={155}>
mockedComponent="svg-G">
<view
d="M NaN NaN A 150 150 0 0 1 NaN NaN L NaN NaN A 10 10 0 0 0 NaN NaN Z "
fill="#3199de"
Expand All @@ -36,9 +34,7 @@ exports[`test renders using flattened properties correctly 1`] = `
</view>
</view>
<view
mockedComponent="svg-G"
x={155}
y={155}>
mockedComponent="svg-G">
<view
d="M NaN NaN A 150 150 0 0 1 NaN NaN L NaN NaN A 10 10 0 0 0 NaN NaN Z "
fill="#2980b9"
Expand All @@ -64,9 +60,7 @@ exports[`test renders using flattened properties correctly 1`] = `
</view>
</view>
<view
mockedComponent="svg-G"
x={155}
y={155}>
mockedComponent="svg-G">
<view
d="M NaN NaN A 150 150 0 0 1 NaN NaN L NaN NaN A 10 10 0 0 0 NaN NaN Z "
fill="#df9a14"
Expand All @@ -92,9 +86,7 @@ exports[`test renders using flattened properties correctly 1`] = `
</view>
</view>
<view
mockedComponent="svg-G"
x={155}
y={155}>
mockedComponent="svg-G">
<view
d="M NaN NaN A 150 150 0 0 1 NaN NaN L NaN NaN A 10 10 0 0 0 NaN NaN Z "
fill="#2473a5"
Expand Down Expand Up @@ -133,9 +125,7 @@ exports[`test renders using options property correctly 1`] = `
x={20}
y={20}>
<view
mockedComponent="svg-G"
x={155}
y={155}>
mockedComponent="svg-G">
<view
d="M NaN NaN A 150 150 0 0 1 NaN NaN L NaN NaN A 50 50 0 0 0 NaN NaN Z "
fill="#3199de"
Expand All @@ -161,9 +151,7 @@ exports[`test renders using options property correctly 1`] = `
</view>
</view>
<view
mockedComponent="svg-G"
x={155}
y={155}>
mockedComponent="svg-G">
<view
d="M NaN NaN A 150 150 0 0 1 NaN NaN L NaN NaN A 50 50 0 0 0 NaN NaN Z "
fill="#2980b9"
Expand All @@ -189,9 +177,7 @@ exports[`test renders using options property correctly 1`] = `
</view>
</view>
<view
mockedComponent="svg-G"
x={155}
y={155}>
mockedComponent="svg-G">
<view
d="M NaN NaN A 150 150 0 0 1 NaN NaN L NaN NaN A 50 50 0 0 0 NaN NaN Z "
fill="#df9a14"
Expand All @@ -217,9 +203,7 @@ exports[`test renders using options property correctly 1`] = `
</view>
</view>
<view
mockedComponent="svg-G"
x={155}
y={155}>
mockedComponent="svg-G">
<view
d="M NaN NaN A 150 150 0 0 1 NaN NaN L NaN NaN A 50 50 0 0 0 NaN NaN Z "
fill="#2473a5"
Expand Down

0 comments on commit e73a7c5

Please sign in to comment.