From f3e8c23f42a452801d79aba164ca8994f177908b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Dec 2024 19:33:19 +0000 Subject: [PATCH] chore(release): 6.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [6.0.1](https://github.com/NibiruChain/ts-sdk/compare/v6.0.0...v6.0.1) (2024-12-03) ### Miscellaneous Chores * bump nibiru submodule and unhide protojs and gql so we can tra… ([#393](https://github.com/NibiruChain/ts-sdk/issues/393)) ([a4b52d0](https://github.com/NibiruChain/ts-sdk/commit/a4b52d048d07b1b28fac07892f209d6c0008a1b2)) [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/protojs/index.cosmos.ts | 2 -- src/protojs/index.nibiru.inflation.v1.ts | 1 - src/protojs/index.nibiru.oracle.v1.ts | 2 +- src/protojs/index.nibiru.sudo.v1.ts | 2 +- src/protojs/index.nibiru.tokenfactory.v1.ts | 1 - 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75af940d..38f45153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [6.0.1](https://github.com/NibiruChain/ts-sdk/compare/v6.0.0...v6.0.1) (2024-12-03) + +### Miscellaneous Chores + +- bump nibiru submodule and unhide protojs and gql so we can tra… ([#393](https://github.com/NibiruChain/ts-sdk/issues/393)) ([a4b52d0](https://github.com/NibiruChain/ts-sdk/commit/a4b52d048d07b1b28fac07892f209d6c0008a1b2)) + ## [6.0.0](https://github.com/NibiruChain/ts-sdk/compare/v5.0.3...v6.0.0) (2024-12-02) ### Bug Fixes diff --git a/package.json b/package.json index 35f40426..f201dfb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nibiruchain/nibijs", "description": "The TypeScript SDK for the Nibiru blockchain.", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "repository": { "type": "git", diff --git a/src/protojs/index.cosmos.ts b/src/protojs/index.cosmos.ts index 47d6f110..23e88326 100644 --- a/src/protojs/index.cosmos.ts +++ b/src/protojs/index.cosmos.ts @@ -1,5 +1,3 @@ /* eslint-disable */ export * as base from "./index.cosmos.base"; - -export * as bank from "./index.cosmos.bank"; diff --git a/src/protojs/index.nibiru.inflation.v1.ts b/src/protojs/index.nibiru.inflation.v1.ts index fe47db74..6f75281a 100644 --- a/src/protojs/index.nibiru.inflation.v1.ts +++ b/src/protojs/index.nibiru.inflation.v1.ts @@ -1,4 +1,3 @@ /* eslint-disable */ export * from "./nibiru/inflation/v1/inflation"; -export * from "./nibiru/inflation/v1/tx"; diff --git a/src/protojs/index.nibiru.oracle.v1.ts b/src/protojs/index.nibiru.oracle.v1.ts index 62f33089..a5e58612 100644 --- a/src/protojs/index.nibiru.oracle.v1.ts +++ b/src/protojs/index.nibiru.oracle.v1.ts @@ -1,4 +1,4 @@ /* eslint-disable */ export * from "./nibiru/oracle/v1/oracle"; -export * from "./nibiru/oracle/v1/tx"; +export * from "./nibiru/oracle/v1/state"; diff --git a/src/protojs/index.nibiru.sudo.v1.ts b/src/protojs/index.nibiru.sudo.v1.ts index a58d6c45..db79e6da 100644 --- a/src/protojs/index.nibiru.sudo.v1.ts +++ b/src/protojs/index.nibiru.sudo.v1.ts @@ -1,3 +1,3 @@ /* eslint-disable */ -export * from "./nibiru/sudo/v1/tx"; +export * from "./nibiru/sudo/v1/state"; diff --git a/src/protojs/index.nibiru.tokenfactory.v1.ts b/src/protojs/index.nibiru.tokenfactory.v1.ts index ec2bd889..ca3ef544 100644 --- a/src/protojs/index.nibiru.tokenfactory.v1.ts +++ b/src/protojs/index.nibiru.tokenfactory.v1.ts @@ -1,4 +1,3 @@ /* eslint-disable */ export * from "./nibiru/tokenfactory/v1/state"; -export * from "./nibiru/tokenfactory/v1/tx";