Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @injectivelabs/sdk-ui-ts@1.0.4
 - @injectivelabs/wallet-ts@1.0.4
  • Loading branch information
bangjelkoski committed Jun 13, 2022
1 parent 12bbb93 commit 3d18d29
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
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.4](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ui-ts@1.0.3...@injectivelabs/sdk-ui-ts@1.0.4) (2022-06-13)


### Features

* import web3 in the sdk-ui-ts ([12bbb93](https://github.com/InjectiveLabs/injective-ts/commit/12bbb936c5e057abdaa89127f5c65fcd9f5f1572))





## [1.0.3](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ui-ts@1.0.2...@injectivelabs/sdk-ui-ts@1.0.3) (2022-06-13)

**Note:** Version bump only for package @injectivelabs/sdk-ui-ts
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "1.0.4",
"license": "MIT",
"author": {
"name": "Bojan Angjelkoski",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@injectivelabs/token-utils": "^1.0.2",
"@injectivelabs/ts-types": "^1.0.1",
"@injectivelabs/utils": "^1.0.2",
"@injectivelabs/wallet-ts": "^1.0.3",
"@injectivelabs/wallet-ts": "^1.0.4",
"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.4](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/wallet-ts@1.0.3...@injectivelabs/wallet-ts@1.0.4) (2022-06-13)


### Features

* import web3 in the sdk-ui-ts ([12bbb93](https://github.com/InjectiveLabs/injective-ts/commit/12bbb936c5e057abdaa89127f5c65fcd9f5f1572))





## [1.0.3](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/wallet-ts@1.0.2...@injectivelabs/wallet-ts@1.0.3) (2022-06-13)

**Note:** Version bump only for package @injectivelabs/wallet-ts
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "1.0.4",
"author": {
"name": "Bojan Angjelkoski",
"email": "bojan@injectivelabs.org"
Expand Down

0 comments on commit 3d18d29

Please sign in to comment.