Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
8 changes: 8 additions & 0 deletions packages/react/lib/main.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export { SprinterContext } from './context';
export {
useSprinterBalances,
useSprinter,
useSprinterChains,
useSprinterSolution,
useSprinterCallSolution,
useSprinterTokens
} from "./hooks";