Skip to content

Commit f3a0b9c

Browse files
author
github action
committed
Release 5.1.2
1 parent 6939944 commit f3a0b9c

File tree

12 files changed

+20
-12
lines changed

12 files changed

+20
-12
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.1.2](https://github.com/etherdata-blockchain/etherdata-sdk/compare/v5.1.1...v5.1.2) (2022-04-25)
4+
5+
6+
### Bug Fixes
7+
8+
* browser download issue ([#73](https://github.com/etherdata-blockchain/etherdata-sdk/issues/73)) ([60299c5](https://github.com/etherdata-blockchain/etherdata-sdk/commit/60299c577403da8d6df29c091fa52eb29aa3be80))
9+
* Update dependencies for main ([#74](https://github.com/etherdata-blockchain/etherdata-sdk/issues/74)) ([6939944](https://github.com/etherdata-blockchain/etherdata-sdk/commit/693994405f8746d281be93593187b562eefd13f0))
10+
311
## [5.1.1](https://github.com/etherdata-blockchain/etherdata-sdk/compare/v5.1.0...v5.1.1) (2022-04-24)
412

513

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etherdata-sdk",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
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.3.0",
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": "5.1.1",
3+
"version": "5.1.2",
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 = 'v5.1.1'
10+
version = 'v5.1.2'
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="5.1.1",
8+
version="5.1.2",
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": "typescript",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

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

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

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherdata-blockchain/etherdata-sdk-errors",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherdata-blockchain/etherdata-sdk-file-node",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

sdk-dist/typescript/packages/rpc/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": "5.1.1",
3+
"version": "5.1.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)