Skip to content

Commit be9878b

Browse files
committed
chore: release 0.1.1-rc.0
1 parent 65bb48a commit be9878b

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-rc.0](https://github.com/codeherence/react-native-graph/compare/v0.1.1-beta.1...v0.1.1-rc.0) (2024-05-02)
4+
5+
6+
### Bug Fixes
7+
8+
* scope.registerDeclaration type export warning ([65bb48a](https://github.com/codeherence/react-native-graph/commit/65bb48aabdffdbd27631a60e92cdc47838d716c6))
9+
310
## [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)
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.1",
3+
"version": "0.1.1-rc.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)