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 42bae25 commit 7d49eecCopy full SHA for 7d49eec
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.4.4](https://github.com/codeherence/react-native-graph/compare/v0.4.3...v0.4.4) (2025-11-28)
4
+
5
6
+### Bug Fixes
7
8
+* hardcoded path color from library ([42bae25](https://github.com/codeherence/react-native-graph/commit/42bae2507a2ae49cf50c12b00b18e3c262e273b2))
9
10
## [0.4.3](https://github.com/codeherence/react-native-graph/compare/v0.4.2...v0.4.3) (2025-11-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@codeherence/react-native-graph",
- "version": "0.4.3",
+ "version": "0.4.4",
"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