Skip to content

Commit

Permalink
Update version, export metaportbody
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Jul 17, 2024
1 parent 20b5853 commit f6d7acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skalenetwork/metaport",
"version": "2.1.1",
"version": "2.3.0",
"description": "SKALE Metaport Widget",
"keywords": [
"skale",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export { useDisplayFunctions, type DisplayFunctions } from './store/DisplayFunct

import Metaport from './components/Metaport'
import MetaportProvider from './components/MetaportProvider'
import MetaportBody from './components/WidgetBody'

import SkConnect from './components/SkConnect'
import SkPaper from './components/SkPaper'
Expand Down Expand Up @@ -58,6 +59,7 @@ import { walletClientToSigner } from './core/ethers'
export {
Metaport,
MetaportProvider,
MetaportBody,
MetaportCore,
SkPaper,
SkConnect,
Expand Down

0 comments on commit f6d7acc

Please sign in to comment.