Skip to content

Commit 3efa74a

Browse files
author
github action
committed
Release 5.1.0
1 parent a233585 commit 3efa74a

12 files changed

Lines changed: 19 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [5.1.0](https://github.com/etherdata-blockchain/etherdata-sdk/compare/v5.0.7...v5.1.0) (2022-04-24)
4+
5+
6+
### Features
7+
8+
* add custom error ([#71](https://github.com/etherdata-blockchain/etherdata-sdk/issues/71)) ([a233585](https://github.com/etherdata-blockchain/etherdata-sdk/commit/a233585175c1d16edcc68ddb2bd681556cbbd7ba))
9+
310
## [5.0.7](https://github.com/etherdata-blockchain/etherdata-sdk/compare/v5.0.6...v5.0.7) (2022-04-23)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etherdata-sdk",
3-
"version": "5.0.7",
3+
"version": "5.1.0",
44
"main": "index.js",
55
"repository": "https://github.com/etherdata-blockchain/etherdata-sdk",
66
"author": "sirily11 <sirily1997@gmail.com>",

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

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

sdk-dist/kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88
archivesBaseName = 'etherdata-sdk'
99
group = 'etherdata-blockchain'
10-
version = 'v5.0.7'
10+
version = 'v5.1.0'
1111
repositories {
1212
mavenCentral()
1313
}

sdk-dist/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
setuptools.setup(
77
name="etherdata-sdk-python",
8-
version="5.0.7",
8+
version="5.1.0",
99
author="etherdata-blockchain",
1010
author_email="etherdata-blockchain@etd.com",
1111
description="SDK for etherdata-blockchain",

sdk-dist/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript",
3-
"version": "5.0.7",
3+
"version": "5.1.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

sdk-dist/typescript/packages/account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherdata-blockchain/etherdata-sdk-account",
3-
"version": "5.0.7",
3+
"version": "5.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

sdk-dist/typescript/packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherdata-blockchain/etherdata-sdk-common",
3-
"version": "5.0.7",
3+
"version": "5.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

sdk-dist/typescript/packages/errors/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "@etherdata-blockchain/etherdata-sdk-errors",
3-
"version": "5.0.5",
3+
"version": "5.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",
77
"private": false,
8-
"dependencies": {
9-
10-
},
8+
"dependencies": {},
119
"publishConfig": {
1210
"access": "public"
1311
},

sdk-dist/typescript/packages/file-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherdata-blockchain/etherdata-sdk-file-browser",
3-
"version": "5.0.7",
3+
"version": "5.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)