From b743fc08fb97d912e5c7e82e567341776fae1b74 Mon Sep 17 00:00:00 2001 From: Cameron Gilbert Date: Fri, 19 Jan 2024 11:03:12 -0500 Subject: [PATCH 1/2] chore: release (#282) (#283) * Main (#276) * chore: develop -> main (#275) * feat(feat): develop/main * fix(fix): fix * fix(test): fix * fix(nibijs): examples up-to-date + more docs + test examples in CI (#254) * fix(fix): markdown (#256) * fix(nibijs): NibiruQueryClient must expose methods from the Tendermint client (#257) * refactor: custom chain for mainnet (#262) * refactor: custom chain for mainnet * test: increase open handle timeout * test: adding --watchAll --no-cache * ci: removing --watchall and --no-cache * feat(nibijs): functions for humans + getTxByHash (exchange integration) (#260) * fix(nibijs): NibiruQueryClient must expose methods from the Tendermint client * feat(nibijs): functions for humans + getTxByHash * chore(nibijs): build docs * test(nibijs): fix import * refactor(nibijs): remove unused fn, 'go', and use Result instead * docs(nibijs-result): function docs * test: fix by removing usage of go in test * test: fix inactive chaint est * test: fix inactive chaint est * test: address PR comments * chore(nibijs): rebuild docs * Update packages/nibijs/src/result.ts * fix: initChainId couldn't handle number == 0 case --------- * fix: yarn merge * fix: align chain id (#263) * fix: align chain id * fix: merge * fix: merge * fix: test * fix: fix * fix: fix * fix: rem readme * fix: point tests at devnet * refactor(nibijs)!: NibiruSigningClient -> NibiruTxClient, NibiruQueryClient -> NibiruQuerier (#265) * refactor(nibijs)!: NibiruSigningClient -> NibiruTxClient, NibiruQueryClient -> NibiruQuerier * chore: rebuild docs + txClient file name * fix(release): publish please * chore: rebuild docs with v0.21.43 (main) * feat(nibijs): mainnet custom chain function (#268) * feat(nibijs): mainnet custom chain function * PR comments * coderabbit: Update packages/nibijs/docs/modules.md * refactor: adding hm & ws to custom chain (#269) * test: faucet fix * test: empty chain in faucet test * refactor: endpt hm & ws typo --------- * feat(triggering release): now * fix: install error * fix: fix names * fix: fix update * fix: fix build issue * fix: fix issue * fix: fix issue * fix: fix issue * fix(fi): fix * fix: fix * fix: fix * fix: fix module resolution * fix: fix issues * fix: revert * fix: more reverts * fix: rev * fix: fix * fix: git push * fix: fix * fix: fix issues * fix: fix --------- * chore(release): 0.21.34 ## [@nibiruchain/indexer-nibi-v0.21.34](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/indexer-nibi-v0.21.33...@nibiruchain/indexer-nibi-v0.21.34) (2024-01-05) ### Miscellaneous Chores * develop -> main ([#275](https://github.com/NibiruChain/ts-sdk/issues/275)) ([c5e4f87](https://github.com/NibiruChain/ts-sdk/commit/c5e4f879d49309c9faa389a0ae06e113eeb92c97)), closes [#254](https://github.com/NibiruChain/ts-sdk/issues/254) [#256](https://github.com/NibiruChain/ts-sdk/issues/256) [#257](https://github.com/NibiruChain/ts-sdk/issues/257) [#262](https://github.com/NibiruChain/ts-sdk/issues/262) [#260](https://github.com/NibiruChain/ts-sdk/issues/260) [skip ci] --------- * fix: fix merge * fix: readme code examples adjusted (#278) * fix: readme code examples adjusted * chore: removed unused examples folder * chore: removed testing examples from gh workflow * fix: removed examples from install:packages * refactor: re-arch (#279) * refactor: re-arch * fix: update ci * fix: fox * fix: fix * fix: test * fix: test * fix: tests * fix: fix * fix: dont run tests against dist * fix: cov * fix: fix * fix: fix * fix: sonar * fix: fixes * fix: fix * fix: fox * fix: fix * fix: again * fix: fix * fix: fix * fix: fix * fix: fix * fix: fix * fix: fix * fix: fix * fix: test * fix: test * fix: test * fix: test * fix: fix * fix: test * fix: test * fix: test * fix: test * fix: test * fix: fix * fix: fix * feat: gql wasm (#280) * feat: gql wasm * test: gql wasm * fix: rename const * fix: release! --------- Co-authored-by: Unique Divine <51418232+Unique-Divine@users.noreply.github.com> Co-authored-by: Karim El Shenawy <54007257+elshenak@users.noreply.github.com> Co-authored-by: elshenak Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Unique-Divine Co-authored-by: semantic-release-bot Co-authored-by: Oleg Nikonychev Co-authored-by: Ruslan Shakirov From 3407735d00a2e06841db28ea6b46c7678e16966f Mon Sep 17 00:00:00 2001 From: Cameron Gilbert Date: Fri, 19 Jan 2024 11:03:43 -0500 Subject: [PATCH 2/2] fix: release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e76a44a7..7e013e1a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

-The official TypeScript SDK for the Nibiru blockchain! +The official TypeScript SDK for the Nibiru blockchain