Skip to content

Commit d9e52a5

Browse files
committed
chore: release 0.1.1-beta.1
1 parent 9ae450d commit d9e52a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [0.1.1-beta.1](https://github.com/codeherence/react-native-graph/compare/v0.1.1-beta.0...v0.1.1-beta.1) (2024-05-02)
4+
5+
6+
### Features
7+
8+
* add cursor customizations, more documentation, and batched updates ([5475301](https://github.com/codeherence/react-native-graph/commit/5475301a6be190b92b6fe99e3e32c92fab0fc817))
9+
310
## [0.1.1-beta.0](https://github.com/codeherence/react-native-graph/compare/v0.1.0...v0.1.1-beta.0) (2024-05-01)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeherence/react-native-graph",
3-
"version": "0.1.1-beta.0",
3+
"version": "0.1.1-beta.1",
44
"description": "A graphing library for React Native built with Shopify's react-native-skia.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)