Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino authored Feb 28, 2024
2 parents 769831a + e6ee1dd commit 87e787a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### [3.0.14](https://github.com/NibiruChain/ts-sdk/compare/v3.0.13...v3.0.14) (2024-02-22)

### Bug Fixes

- chore msg factories ([#323](https://github.com/NibiruChain/ts-sdk/issues/323)) ([64e028c](https://github.com/NibiruChain/ts-sdk/commit/64e028c4150ec22754dfd80129f4b39c37a3ecd1))

### Miscellaneous Chores

- updating code owners ([9e7cadf](https://github.com/NibiruChain/ts-sdk/commit/9e7cadf8bf326138f15e793f67003666d30679ce))

### [3.0.13](https://github.com/NibiruChain/ts-sdk/compare/v3.0.12...v3.0.13) (2024-02-15)

### Bug Fixes

- chore schema ([#318](https://github.com/NibiruChain/ts-sdk/issues/318)) ([09b8310](https://github.com/NibiruChain/ts-sdk/commit/09b83107d503a405f89d78f577b586bdf502c718))

### [3.0.12](https://github.com/NibiruChain/ts-sdk/compare/v3.0.11...v3.0.12) (2024-02-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nibiruchain/nibijs",
"description": "The TypeScript SDK for the Nibiru blockchain.",
"version": "3.0.12",
"version": "3.0.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/gql/query/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ export * from "./featureFlags"
export * from "./governance"
export * from "./ibc"
export * from "./inflation"
export * from "./marketing"
export * from "./markPriceCandles"
export * from "./marketing"
export * from "./oracle"
export * from "./perp"
export * from "./redelegations"
export * from "./spotLpPositions"
export * from "./spotPoolCreated"
export * from "./spotPoolExited"
export * from "./spotPoolJoined"
export * from "./spotPools"
export * from "./spotPoolSwap"
export * from "./spotPools"
export * from "./stats"
export * from "./unbondings"
export * from "./users"
Expand Down

0 comments on commit 87e787a

Please sign in to comment.