Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Feb 12, 2022
1 parent 0f0d47e commit 6f834da
Show file tree
Hide file tree
Showing 22 changed files with 139 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.10.3",
"version": "1.11.0",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/etd-block-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/etd-block-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/block-exporter",
"version": "1.10.3",
"version": "1.11.0",
"description": "Block Exporter",
"private": false,
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/etd-common/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@etherdata-blockchain/common",
"version": "1.10.3",
"version": "1.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@etherdata-blockchain/docker-plan": "^1.10.3",
"@etherdata-blockchain/docker-plan": "^1.11.0",
"@types/dockerode": "^3.3.1",
"@types/json-schema": "^7.0.9",
"bson": "^4.6.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-docker-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/etd-docker-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/docker-plan",
"version": "1.10.3",
"version": "1.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-history/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/etd-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/history",
"version": "1.10.3",
"version": "1.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/etd-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/logger",
"version": "1.10.3",
"version": "1.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-next-js-handlers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/etd-next-js-handlers/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@etherdata-blockchain/next-js-handlers",
"version": "1.10.3",
"version": "1.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@etherdata-blockchain/common": "^1.10.3",
"@etherdata-blockchain/common": "^1.11.0",
"http-method-enum": "^1.0.0",
"http-status-codes": "^2.2.0",
"next": "^12.0.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-remote-action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/etd-remote-action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/remote-action",
"version": "1.10.3",
"version": "1.11.0",
"description": "Remote ssh config file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@etherdata-blockchain/logger": "^1.10.3",
"@etherdata-blockchain/logger": "^1.11.0",
"@types/chalk": "^2.2.0",
"@types/cli-progress": "^3.9.2",
"@types/jest": "^26.0.24",
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/etd-services/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@etherdata-blockchain/services",
"version": "1.10.3",
"version": "1.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@etherdata-blockchain/logger": "^1.10.3",
"@etherdata-blockchain/storage-model": "^1.10.3",
"@etherdata-blockchain/logger": "^1.11.0",
"@etherdata-blockchain/storage-model": "^1.11.0",
"@types/jsonwebtoken": "^8.5.7",
"axios": "^0.24.0",
"jsonwebtoken": "^8.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-storage-model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/etd-storage-model/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@etherdata-blockchain/storage-model",
"version": "1.10.3",
"version": "1.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@etherdata-blockchain/common": "^1.10.3",
"@etherdata-blockchain/common": "^1.11.0",
"mongoose": "^6.1.6",
"typescript": "^4.5.4",
"web3-eth": "^1.6.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/etd-worker-checker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2022-02-12)


### Features

* support find owner by device id ([#19](https://github.com/etherdata-blockchain/packages/issues/19)) ([0f0d47e](https://github.com/etherdata-blockchain/packages/commit/0f0d47ee85fecba864705656c2a583de7eab70a8))





## 1.10.3 (2022-02-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/etd-worker-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/worker-checker",
"version": "1.10.3",
"version": "1.11.0",
"description": "Remote ssh config file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@etherdata-blockchain/logger": "^1.10.3",
"@etherdata-blockchain/logger": "^1.11.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.2",
"cancelable-promise": "^4.2.1",
Expand Down

0 comments on commit 6f834da

Please sign in to comment.