Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Main #287

Merged
merged 2 commits into from
Jan 19, 2024
Merged

fix: Main #287

merged 2 commits into from
Jan 19, 2024

Conversation

cgilbe27
Copy link
Contributor

No description provided.

cgilbe27 and others added 2 commits January 19, 2024 11:06
* 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](#275)) ([c5e4f87](c5e4f87)), closes [#254](#254) [#256](#256) [#257](#257) [#262](#262) [#260](#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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>

* 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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>
* 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](#275)) ([c5e4f87](c5e4f87)), closes [#254](#254) [#256](#256) [#257](#257) [#262](#262) [#260](#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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>

* 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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>
@cgilbe27 cgilbe27 changed the title Main fix: Main Jan 19, 2024
@cgilbe27 cgilbe27 merged commit 51696b8 into develop Jan 19, 2024
cgilbe27 added a commit that referenced this pull request Jan 19, 2024
* 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](#275)) ([c5e4f87](c5e4f87)), closes [#254](#254) [#256](#256) [#257](#257) [#262](#262) [#260](#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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>

* fix: release

* fix: release

* Main (#287)

* fix: release (#285)

* 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](#275)) ([c5e4f87](c5e4f87)), closes [#254](#254) [#256](#256) [#257](#257) [#262](#262) [#260](#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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>

* 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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>

* fix: release (#286)

* 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](#275)) ([c5e4f87](c5e4f87)), closes [#254](#254) [#256](#256) [#257](#257) [#262](#262) [#260](#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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>

* 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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>

---------

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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>

---------

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 <elshenak@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Oleg Nikonychev <oleg.nikonychev@gmail.com>
Co-authored-by: Ruslan Shakirov <ruslan.rsh.8@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant