Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @injectivelabs/sdk-ts@1.0.181
 - @injectivelabs/sdk-ui-ts@1.0.254
 - @injectivelabs/wallet-ts@1.0.150
  • Loading branch information
bangjelkoski committed Oct 21, 2022
1 parent f3e2b0f commit 2b70430
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/sdk-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.181](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ts@1.0.180...@injectivelabs/sdk-ts@1.0.181) (2022-10-21)


### Features

* added cosmos fee delegation support ([f3e2b0f](https://github.com/InjectiveLabs/injective-ts/commit/f3e2b0ff1bdea77c8b408c7fa88a32c610063000))





## [1.0.180](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ts@1.0.179...@injectivelabs/sdk-ts@1.0.180) (2022-10-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@injectivelabs/sdk-ts",
"description": "SDK in TypeScript for building Injective applications in a Node environment.",
"version": "1.0.180",
"version": "1.0.181",
"license": "MIT",
"author": {
"name": "Bojan Angjelkoski",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk-ui-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.254](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ui-ts@1.0.253...@injectivelabs/sdk-ui-ts@1.0.254) (2022-10-21)


### Features

* added cosmos fee delegation support ([f3e2b0f](https://github.com/InjectiveLabs/injective-ts/commit/f3e2b0ff1bdea77c8b408c7fa88a32c610063000))





## [1.0.253](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ui-ts@1.0.252...@injectivelabs/sdk-ui-ts@1.0.253) (2022-10-20)

**Note:** Version bump only for package @injectivelabs/sdk-ui-ts
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-ui-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@injectivelabs/sdk-ui-ts",
"description": "SDK in TypeScript for building Injective UI applications in a browser environment.",
"version": "1.0.253",
"version": "1.0.254",
"license": "MIT",
"author": {
"name": "Bojan Angjelkoski",
Expand Down Expand Up @@ -33,12 +33,12 @@
"dependencies": {
"@injectivelabs/exceptions": "^1.0.23",
"@injectivelabs/networks": "^1.0.32",
"@injectivelabs/sdk-ts": "^1.0.180",
"@injectivelabs/sdk-ts": "^1.0.181",
"@injectivelabs/token-metadata": "^1.0.46",
"@injectivelabs/token-utils": "^1.0.32",
"@injectivelabs/ts-types": "^1.0.13",
"@injectivelabs/utils": "^1.0.29",
"@injectivelabs/wallet-ts": "^1.0.149",
"@injectivelabs/wallet-ts": "^1.0.150",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/wallet-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.150](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/wallet-ts@1.0.149...@injectivelabs/wallet-ts@1.0.150) (2022-10-21)


### Features

* added cosmos fee delegation support ([f3e2b0f](https://github.com/InjectiveLabs/injective-ts/commit/f3e2b0ff1bdea77c8b408c7fa88a32c610063000))





## [1.0.149](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/wallet-ts@1.0.148...@injectivelabs/wallet-ts@1.0.149) (2022-10-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@injectivelabs/wallet-ts",
"description": "A convenient way to use different types of wallets on Injective.",
"version": "1.0.149",
"version": "1.0.150",
"author": {
"name": "Bojan Angjelkoski",
"email": "bojan@injectivelabs.org"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@injectivelabs/contracts": "^1.0.44",
"@injectivelabs/exceptions": "^1.0.23",
"@injectivelabs/networks": "^1.0.32",
"@injectivelabs/sdk-ts": "^1.0.180",
"@injectivelabs/sdk-ts": "^1.0.181",
"@injectivelabs/token-metadata": "^1.0.46",
"@injectivelabs/ts-types": "^1.0.13",
"@injectivelabs/utils": "^1.0.29",
Expand Down

0 comments on commit 2b70430

Please sign in to comment.