From 33c06042a798bd68c8d902ba141a4d02fd4fc23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernard=20Stojanovi=C4=87?= Date: Mon, 23 Sep 2024 18:46:22 +0200 Subject: [PATCH] fix: cd and rect hooks export (#52) --- .github/workflows/cd.yml | 2 +- packages/react/lib/main.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d9cfeae..e243bf3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,5 +44,5 @@ jobs: run: | echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml - - run: yarn workspaces foreach -v --exclude root --no-private npm publish --tolerate-republish --access public + - run: yarn workspaces foreach --all -v --exclude root --no-private npm publish --tolerate-republish --access public if: ${{ steps.release.outputs.releases_created }} diff --git a/packages/react/lib/main.ts b/packages/react/lib/main.ts index 487ab4f..2d3a122 100644 --- a/packages/react/lib/main.ts +++ b/packages/react/lib/main.ts @@ -1 +1,9 @@ export { SprinterContext } from './context'; +export { + useSprinterBalances, + useSprinter, + useSprinterChains, + useSprinterSolution, + useSprinterCallSolution, + useSprinterTokens +} from "./hooks"; \ No newline at end of file