diff --git a/packages/exceptions/package.json b/packages/exceptions/package.json index acfd9e79f..27746eadb 100644 --- a/packages/exceptions/package.json +++ b/packages/exceptions/package.json @@ -1,7 +1,7 @@ { "name": "@injectivelabs/exceptions", "description": "List of exceptions that can be reused throughout Injective's projects.", - "version": "1.14.21", + "version": "1.14.25", "sideEffects": false, "license": "Apache-2.0", "types": "dist/cjs/index.d.ts", diff --git a/packages/networks/package.json b/packages/networks/package.json index 2ceb23515..b2b2fa50b 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -1,7 +1,7 @@ { "name": "@injectivelabs/networks", "description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", - "version": "1.14.21", + "version": "1.14.25", "sideEffects": false, "license": "Apache-2.0", "author": { diff --git a/packages/sdk-ts/package.json b/packages/sdk-ts/package.json index fee5de01f..30bcb91a7 100644 --- a/packages/sdk-ts/package.json +++ b/packages/sdk-ts/package.json @@ -1,7 +1,7 @@ { "name": "@injectivelabs/sdk-ts", "description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.", - "version": "1.14.22", + "version": "1.14.25", "sideEffects": false, "license": "Apache-2.0", "author": { diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index d862ff2f4..0d3055d1d 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@injectivelabs/test-utils", "description": "List of test-utils and helper functions that can be reused throughout Injective's projects.", - "version": "1.14.21", + "version": "1.14.25", "sideEffects": false, "author": { "name": "InjectiveLabs", diff --git a/packages/ts-types/package.json b/packages/ts-types/package.json index 9ed36476f..4ac0fb52c 100644 --- a/packages/ts-types/package.json +++ b/packages/ts-types/package.json @@ -1,7 +1,7 @@ { "name": "@injectivelabs/ts-types", "description": "List of types that can be reused throughout Injective's projects.", - "version": "1.14.20", + "version": "1.14.25", "sideEffects": false, "license": "Apache-2.0", "types": "dist/cjs/index.d.ts", diff --git a/packages/utils/package.json b/packages/utils/package.json index 22b57b10b..919fb53bf 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@injectivelabs/utils", "description": "List of utils and helper functions that can be reused throughout Injective's projects.", - "version": "1.14.21", + "version": "1.14.25", "sideEffects": false, "author": { "name": "InjectiveLabs", diff --git a/packages/wallet-ts/package.json b/packages/wallet-ts/package.json index 0325f6f85..d07086e7e 100644 --- a/packages/wallet-ts/package.json +++ b/packages/wallet-ts/package.json @@ -1,7 +1,7 @@ { "name": "@injectivelabs/wallet-ts", "description": "A convenient way to use and interact with different types of wallets on Injective.", - "version": "1.14.22", + "version": "1.14.25", "sideEffects": false, "author": { "name": "InjectiveLabs",