We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bb48a commit be9878bCopy full SHA for be9878b
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
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
10
## [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)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@codeherence/react-native-graph",
- "version": "0.1.1-beta.1",
+ "version": "0.1.1-rc.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