Skip to content

Commit 81839dd

Browse files
author
github action
committed
Release 4.0.3
1 parent 430296e commit 81839dd

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.3](https://github.com/etherdata-blockchain/etherdata-sdk/compare/v4.0.2...v4.0.3) (2022-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Update dependencies for main ([#53](https://github.com/etherdata-blockchain/etherdata-sdk/issues/53)) ([430296e](https://github.com/etherdata-blockchain/etherdata-sdk/commit/430296e8000044cbf0699e4c6506f77eae31c5db))
9+
310
## [4.0.2](https://github.com/etherdata-blockchain/etherdata-sdk/compare/v4.0.1...v4.0.2) (2022-04-14)
411

512

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etherdata-sdk",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"main": "index.js",
55
"repository": "https://github.com/etherdata-blockchain/etherdata-sdk",
66
"author": "sirily11 <[email protected]>",
@@ -19,4 +19,4 @@
1919
"@release-it/conventional-changelog": "^4.2.2",
2020
"@release-it/bumper": "^3.0.1"
2121
}
22-
}
22+
}

sdk-dist/etd-react-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherdata-blockchain/etherdata-sdk-react",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Made with create-react-library",
55
"author": "sirily11",
66
"license": "MIT",

sdk-dist/kotlin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88
archivesBaseName = 'etherdata-sdk'
99
group = 'etherdata-blockchain'
10-
version = 'v4.0.2'
10+
version = 'v4.0.3'
1111
repositories {
1212
mavenCentral()
1313
}

sdk-dist/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
setuptools.setup(
77
name="etherdata-sdk-python",
8-
version="4.0.2",
8+
version="4.0.3",
99
author="etherdata-blockchain",
1010
author_email="[email protected]",
1111
description="SDK for etherdata-blockchain",

sdk-dist/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherdata-blockchain/etherdata-sdk",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)