Skip to content

Commit 9aed414

Browse files
committed
1 parent 4169620 commit 9aed414

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed

packages/address-converter/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.1.9 (2022-11-14)
7+
8+
### Bug Fixes
9+
10+
- shx and link-module-alias change reverted ([#87](https://github.com/evmos/evmosjs/issues/87)) ([d4eeda5](https://github.com/evmos/evmosjs/commit/d4eeda59c8f5549d661e6bedd7a25df0b11afb9c))
11+
12+
### Features
13+
14+
- add akash support to recreate this pkg ([#89](https://github.com/evmos/evmosjs/issues/89)) ([5017449](https://github.com/evmos/evmosjs/commit/5017449d349b74be354f9d1615b0cef179cc13c8))
15+
- cosmos and osmosis address converter ([#19](https://github.com/evmos/evmosjs/issues/19)) ([96c0999](https://github.com/evmos/evmosjs/commit/96c0999b2b7b9c00a1be5b8d1f94587d5a22274a))
16+
- init repo ([#1](https://github.com/evmos/evmosjs/issues/1)) ([75a1c71](https://github.com/evmos/evmosjs/commit/75a1c71af1e48216139554f375151e167d3ff87f))
17+
- kyve address converter ([#39](https://github.com/evmos/evmosjs/issues/39)) ([20aad34](https://github.com/evmos/evmosjs/commit/20aad344eab10a0d3377341a7651881b9ec0b591))
18+
- proposal deposit message ([#86](https://github.com/evmos/evmosjs/issues/86)) ([5410c1f](https://github.com/evmos/evmosjs/commit/5410c1fe042c13a77beb5629a07371dd905559de))
19+
- proto objects for EIP712 ([#7](https://github.com/evmos/evmosjs/issues/7)) ([6ecd900](https://github.com/evmos/evmosjs/commit/6ecd9004f081c6a70b80d903878877d378ff6c75))
20+
621
## [0.1.8](https://github.com/tharsis/evmosjs/compare/@evmos/[email protected]...@evmos/[email protected]) (2022-05-29)
722

823
### Features

packages/address-converter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@evmos/address-converter",
33
"description": "Address converter, convert ETH address to Ethermint/evmos address.",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

packages/evmosjs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.16](https://github.com/evmos/evmosjs/compare/[email protected]@0.2.16) (2022-11-14)
7+
8+
**Note:** Version bump only for package evmosjs
9+
610
## [0.2.15](https://github.com/evmos/evmosjs/compare/[email protected]@0.2.15) (2022-11-14)
711

812
### Bug Fixes

packages/evmosjs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "evmosjs",
33
"description": "JS and TS libs for Evmos",
4-
"version": "0.2.15",
4+
"version": "0.2.16",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -26,10 +26,10 @@
2626
"start": "node dist/index.js"
2727
},
2828
"dependencies": {
29-
"@evmos/address-converter": "^0.1.8",
29+
"@evmos/address-converter": "^0.1.9",
3030
"@evmos/eip712": "^0.2.10",
3131
"@evmos/proto": "^0.1.26",
32-
"@evmos/provider": "^0.2.7",
32+
"@evmos/provider": "^0.2.8",
3333
"@evmos/transactions": "^0.2.12",
3434
"link-module-alias": "^1.2.0",
3535
"shx": "^0.3.4"

packages/provider/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.8](https://github.com/evmos/evmosjs/compare/@evmos/[email protected]...@evmos/[email protected]) (2022-11-14)
7+
8+
### Bug Fixes
9+
10+
- shx and link-module-alias change reverted ([#87](https://github.com/evmos/evmosjs/issues/87)) ([d4eeda5](https://github.com/evmos/evmosjs/commit/d4eeda59c8f5549d661e6bedd7a25df0b11afb9c))
11+
12+
### Features
13+
14+
- add balanceByDenom to recreate the pkg ([#90](https://github.com/evmos/evmosjs/issues/90)) ([4169620](https://github.com/evmos/evmosjs/commit/4169620cb0ee4401aa122b5bfbc446a7de1174cd))
15+
616
## [0.2.7](https://github.com/evmos/evmosjs/compare/@evmos/[email protected]...@evmos/[email protected]) (2022-11-11)
717

818
### Features

packages/provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@evmos/provider",
33
"description": "Simple provider to query the EVMOS rest api.",
4-
"version": "0.2.7",
4+
"version": "0.2.8",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)