Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
## [3.3.0](v3.2.0...v3.3.0) (2024-03-06)

### Features

* deepPartial ([#329](#329)) ([89f2504](89f2504))
* marketing mutation + query ([#331](#331)) ([61c7fe8](61c7fe8))

### Bug Fixes

* fix barrel ([599041f](599041f))
* merge ([4e1144d](4e1144d))

### Documentation

* **gql:** add JSDoc comment for DeepPartial ([26176e3](26176e3))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Mar 6, 2024
1 parent 4f74990 commit 04f66cf
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.3.0](https://github.com/NibiruChain/ts-sdk/compare/v3.2.0...v3.3.0) (2024-03-06)

### Features

- deepPartial ([#329](https://github.com/NibiruChain/ts-sdk/issues/329)) ([89f2504](https://github.com/NibiruChain/ts-sdk/commit/89f2504c089ca8ed48dbc2c88bfddba91a3702c2))
- marketing mutation + query ([#331](https://github.com/NibiruChain/ts-sdk/issues/331)) ([61c7fe8](https://github.com/NibiruChain/ts-sdk/commit/61c7fe898b2c23f87b4191cd57e87de16229d02a))

### Bug Fixes

- fix barrel ([599041f](https://github.com/NibiruChain/ts-sdk/commit/599041f2b319405feb9a4f4a6e9683b2f8634557))
- merge ([4e1144d](https://github.com/NibiruChain/ts-sdk/commit/4e1144daac0a609f9332732450eb91ae40e9253d))

### Documentation

- **gql:** add JSDoc comment for DeepPartial ([26176e3](https://github.com/NibiruChain/ts-sdk/commit/26176e383ffb2a34192802bc846dfa68f9d78656))

## [3.2.0](https://github.com/NibiruChain/ts-sdk/compare/v3.1.1...v3.2.0) (2024-03-05)

### Features
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.2.0",
"version": "3.3.0",
"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 04f66cf

Please sign in to comment.