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 2b6ab69 commit dc328bdCopy full SHA for dc328bd
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.4.0](https://github.com/codeherence/react-native-graph/compare/v0.3.0...v0.4.0) (2024-10-06)
4
+
5
6
+### Features
7
8
+* introduce deterministic pan ([2b6ab69](https://github.com/codeherence/react-native-graph/commit/2b6ab699ff4c46b32b4f85c4356042292500974d))
9
10
## [0.3.0](https://github.com/codeherence/react-native-graph/compare/v0.2.0...v0.3.0) (2024-08-08)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@codeherence/react-native-graph",
- "version": "0.3.0",
+ "version": "0.4.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