Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Apr 12, 2022
1 parent 076e706 commit 2d4a1c6
Show file tree
Hide file tree
Showing 28 changed files with 195 additions and 41 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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


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": "3.0.0",
"version": "3.0.1",
"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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"description": "Block Exporter",
"private": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -36,4 +36,4 @@
"test": "jest",
"build": "tsc"
}
}
}
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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
6 changes: 3 additions & 3 deletions packages/etd-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/common",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"access": "public"
},
"devDependencies": {
"@etherdata-blockchain/logger": "^3.0.0",
"@etherdata-blockchain/logger": "^3.0.1",
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.1",
"glob": "^8.0.1",
Expand All @@ -36,4 +36,4 @@
"prebuild": "ts-node src/main.ts"
},
"gitHead": "222c868ef7b50aa6a8fb216019733e971c213a89"
}
}
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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
8 changes: 4 additions & 4 deletions 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": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -12,8 +12,8 @@
"url": "https://github.com/etherdata-blockchain/packages.git"
},
"dependencies": {
"@etherdata-blockchain/common": "^3.0.0",
"@etherdata-blockchain/logger": "^3.0.0",
"@etherdata-blockchain/common": "^3.0.1",
"@etherdata-blockchain/logger": "^3.0.1",
"@types/cli-progress": "^3.9.2",
"@types/dockerode": "^3.3.8",
"@types/jest-when": "^3.5.0",
Expand All @@ -35,4 +35,4 @@
"build": "tsc",
"start": "ts-node src/main.ts"
}
}
}
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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/etd-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/history",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -25,4 +25,4 @@
"ts-jest": "^27.1.4"
},
"gitHead": "222c868ef7b50aa6a8fb216019733e971c213a89"
}
}
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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/etd-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/logger",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -25,4 +25,4 @@
"ts-jest": "^27.1.4"
},
"gitHead": "222c868ef7b50aa6a8fb216019733e971c213a89"
}
}
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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
10 changes: 5 additions & 5 deletions packages/etd-next-js-handlers/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@etherdata-blockchain/next-js-handlers",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@etherdata-blockchain/common": "^3.0.0",
"@etherdata-blockchain/services": "^3.0.0",
"@etherdata-blockchain/common": "^3.0.1",
"@etherdata-blockchain/services": "^3.0.1",
"http-method-enum": "^1.0.0",
"http-status-codes": "^2.2.0",
"next": "^12.1.4",
Expand All @@ -17,7 +17,7 @@
"url": "https://github.com/etherdata-blockchain/packages.git"
},
"devDependencies": {
"@etherdata-blockchain/storage-model": "^3.0.0",
"@etherdata-blockchain/storage-model": "^3.0.1",
"node-mocks-http": "^1.11.0"
},
"publishConfig": {
Expand All @@ -27,4 +27,4 @@
"build": "tsc"
},
"gitHead": "222c868ef7b50aa6a8fb216019733e971c213a89"
}
}
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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
8 changes: 4 additions & 4 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": "3.0.0",
"version": "3.0.1",
"description": "Remote ssh config file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"access": "public"
},
"devDependencies": {
"@etherdata-blockchain/etd-schema-generator": "^3.0.0",
"@etherdata-blockchain/etd-schema-generator": "^3.0.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
Expand All @@ -21,7 +21,7 @@
"url": "https://github.com/etherdata-blockchain/packages.git"
},
"dependencies": {
"@etherdata-blockchain/logger": "^3.0.0",
"@etherdata-blockchain/logger": "^3.0.1",
"@types/chalk": "^2.2.0",
"@types/cli-progress": "^3.9.2",
"@types/jest": "^27.4.1",
Expand All @@ -41,4 +41,4 @@
"test": "jest",
"build": "tsc"
}
}
}
11 changes: 11 additions & 0 deletions packages/etd-schema-generator/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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
6 changes: 3 additions & 3 deletions packages/etd-schema-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/etd-schema-generator",
"version": "3.0.0",
"version": "3.0.1",
"description": "JSON schema generator for typescript interfaces",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/etherdata-blockchain/packages.git"
},
"devDependencies": {
"@etherdata-blockchain/logger": "^3.0.0",
"@etherdata-blockchain/logger": "^3.0.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-json-schema-generator": "^1.0.0",
Expand All @@ -25,4 +25,4 @@
"test": "jest",
"build": "tsc"
}
}
}
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.

## 3.0.1 (2022-04-12)


### Bug Fixes

* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))





# 3.0.0 (2022-04-11)


Expand Down
8 changes: 4 additions & 4 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": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@etherdata-blockchain/logger": "^3.0.0",
"@etherdata-blockchain/storage-model": "^3.0.0",
"@etherdata-blockchain/logger": "^3.0.1",
"@etherdata-blockchain/storage-model": "^3.0.1",
"@types/jsonwebtoken": "^8.5.8",
"axios": "^0.26.1",
"jsonwebtoken": "^8.5.1",
Expand Down Expand Up @@ -34,4 +34,4 @@
"ts-jest": "^27.1.4"
},
"gitHead": "222c868ef7b50aa6a8fb216019733e971c213a89"
}
}
Loading

0 comments on commit 2d4a1c6

Please sign in to comment.