Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Apr 24, 2022
1 parent a233585 commit 3efa74a
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# [5.1.0](https://github.com/etherdata-blockchain/etherdata-sdk/compare/v5.0.7...v5.1.0) (2022-04-24)


### Features

* add custom error ([#71](https://github.com/etherdata-blockchain/etherdata-sdk/issues/71)) ([a233585](https://github.com/etherdata-blockchain/etherdata-sdk/commit/a233585175c1d16edcc68ddb2bd681556cbbd7ba))

## [5.0.7](https://github.com/etherdata-blockchain/etherdata-sdk/compare/v5.0.6...v5.0.7) (2022-04-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherdata-sdk",
"version": "5.0.7",
"version": "5.1.0",
"main": "index.js",
"repository": "https://github.com/etherdata-blockchain/etherdata-sdk",
"author": "sirily11 <sirily1997@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/etd-react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/etherdata-sdk-react",
"version": "5.0.7",
"version": "5.1.0",
"description": "Made with create-react-library",
"author": "sirily11",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}
archivesBaseName = 'etherdata-sdk'
group = 'etherdata-blockchain'
version = 'v5.0.7'
version = 'v5.1.0'
repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
setuptools.setup(
name="etherdata-sdk-python",
version="5.0.7",
version="5.1.0",
author="etherdata-blockchain",
author_email="etherdata-blockchain@etd.com",
description="SDK for etherdata-blockchain",
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.0.7",
"version": "5.1.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/typescript/packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/etherdata-sdk-account",
"version": "5.0.7",
"version": "5.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/typescript/packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/etherdata-sdk-common",
"version": "5.0.7",
"version": "5.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
6 changes: 2 additions & 4 deletions sdk-dist/typescript/packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "@etherdata-blockchain/etherdata-sdk-errors",
"version": "5.0.5",
"version": "5.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"private": false,
"dependencies": {

},
"dependencies": {},
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/typescript/packages/file-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/etherdata-sdk-file-browser",
"version": "5.0.7",
"version": "5.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/typescript/packages/file-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/etherdata-sdk-file-node",
"version": "5.0.7",
"version": "5.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion sdk-dist/typescript/packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/etherdata-sdk",
"version": "5.0.7",
"version": "5.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down

1 comment on commit 3efa74a

@vercel
Copy link

@vercel vercel bot commented on 3efa74a Apr 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.