We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abc104 commit 2a46ad9Copy full SHA for 2a46ad9
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.4.5](https://github.com/codeherence/react-native-graph/compare/v0.4.4...v0.4.5) (2026-02-01)
4
+
5
6
+### Bug Fixes
7
8
+* pointer events bug in static charts ([a423e7e](https://github.com/codeherence/react-native-graph/commit/a423e7e32a443035876bfea1199087c794477323))
9
10
## [0.4.4](https://github.com/codeherence/react-native-graph/compare/v0.4.3...v0.4.4) (2025-11-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@codeherence/react-native-graph",
- "version": "0.4.4",
+ "version": "0.4.5",
"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