Skip to content

Commit 9bcc57c

Browse files
committed
chore: release 0.1.1-beta.0
1 parent 307d175 commit 9bcc57c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.1.1-beta.0](https://github.com/codeherence/react-native-graph/compare/v0.1.0...v0.1.1-beta.0) (2024-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* gesture firing on tap & example ([efee5a4](https://github.com/codeherence/react-native-graph/commit/efee5a46738c9c59332b0b0120aa8f1ecac207db))
9+
* y for x computation ([875d808](https://github.com/codeherence/react-native-graph/commit/875d8086734c4cbc30d86bc4e5aedde9d6a3105d))
10+
311
## 0.1.0 (2024-03-12)
412

513

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.0",
3+
"version": "0.1.1-beta.0",
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)