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

Commit 0111246

Browse files
authored
New release for .31 (#187)
1 parent ebf3227 commit 0111246

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Change Log
22

3-
## [v0.0.30](https://github.com/capitalone/react-native-pathjs-charts/tree/v0.0.30) (2017-07-12)
4-
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.29...v0.0.30)
3+
## [0.0.31](https://github.com/capitalone/react-native-pathjs-charts/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.30...HEAD)
6+
7+
**Closed issues:**
8+
9+
- The sort method cannot be invoked on an Immutable data structure. [\#178](https://github.com/capitalone/react-native-pathjs-charts/issues/178)
10+
- Build failed in RN 0.45.1 \(iOS\) [\#169](https://github.com/capitalone/react-native-pathjs-charts/issues/169)
11+
12+
**Merged pull requests:**
13+
14+
- Upgrade to RN 0.47.2 [\#184](https://github.com/capitalone/react-native-pathjs-charts/pull/184) ([Minishlink](https://github.com/Minishlink))
15+
- Upgrade to .30 [\#171](https://github.com/capitalone/react-native-pathjs-charts/pull/171) ([marzolfb](https://github.com/marzolfb))
16+
17+
## [0.0.30](https://github.com/capitalone/react-native-pathjs-charts/tree/0.0.30) (2017-07-12)
18+
[Full Changelog](https://github.com/capitalone/react-native-pathjs-charts/compare/0.0.29...0.0.30)
519

620
**Closed issues:**
721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pathjs-charts",
3-
"version": "0.0.30",
3+
"version": "0.0.31",
44
"description": "Cross platform React Native charting library based on path-js and react-native-svg",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)