Skip to content

Commit 6827df2

Browse files
committed
bump version
1 parent c18419c commit 6827df2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

sdk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urnetwork/sdk-js",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.2",
44
"description": "JS/TS SDK for URnetwork integration",
55
"license": "ISC",
66
"author": "URnetwork <support@ur.io> (https://ur.io)",

sdk-js/src/react/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Re-export everything from core
21
export * from "../index";
32

4-
// React-specific exports
53
export * from "./context";
64
export * from "./hooks";

0 commit comments

Comments
 (0)