We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac12f01 commit f117a06Copy full SHA for f117a06
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.3.0](https://github.com/codeherence/react-native-graph/compare/v0.2.0...v0.3.0) (2024-08-08)
4
+
5
6
+### Features
7
8
+* introduce multiline chart ([ac12f01](https://github.com/codeherence/react-native-graph/commit/ac12f0129799b55955b9ec0b25ad605eb35397c8))
9
10
## [0.2.0](https://github.com/codeherence/react-native-graph/compare/v0.1.1-rc.2...v0.2.0) (2024-05-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@codeherence/react-native-graph",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "A graphing library for React Native built with Shopify's react-native-skia.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments