Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Mar 6, 2024
2 parents 61c7fe8 + 18cc31b commit 4e1144d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.2.0](https://github.com/NibiruChain/ts-sdk/compare/v3.1.1...v3.2.0) (2024-03-05)

### Features

- deepPartial ([#329](https://github.com/NibiruChain/ts-sdk/issues/329)) ([#330](https://github.com/NibiruChain/ts-sdk/issues/330)) ([f2bb64d](https://github.com/NibiruChain/ts-sdk/commit/f2bb64dc2dbfd2af356778a01b806db8bbcfa923))

### [3.1.1](https://github.com/NibiruChain/ts-sdk/compare/v3.1.0...v3.1.1) (2024-02-29)

### 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.1.1",
"version": "3.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions src/gql/heart-monitor/heart-monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,8 @@ import {
MarketingFields,
QueryMarketingArgs,
marketingQuery,
GQLMarketingMutationGqlUpdateTwitterUserArgs,
marketingMutation,
GqlOutMarketingMutation,
GQLTwitterUser,
DeepPartial,
QueryMarketingMutationArgs,
GQLMarketingMutationFields,
Expand Down

0 comments on commit 4e1144d

Please sign in to comment.