Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Jan 16, 2022
1 parent c179fdc commit 08d692b
Show file tree
Hide file tree
Showing 14 changed files with 91 additions and 14 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.5.0 (2022-01-16)


### Features

* **tests:** add more tests in logger package and fix service bugs ([#4](https://github.com/etherdata-blockchain/packages/issues/4)) ([c179fdc](https://github.com/etherdata-blockchain/packages/commit/c179fdc055d21edcdb83518ed1b2537c4670468d))





## 1.4.15 (2022-01-16)

**Note:** Version bump only for package root
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.4.15",
"version": "1.5.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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.5.0 (2022-01-16)


### Features

* **tests:** add more tests in logger package and fix service bugs ([#4](https://github.com/etherdata-blockchain/packages/issues/4)) ([c179fdc](https://github.com/etherdata-blockchain/packages/commit/c179fdc055d21edcdb83518ed1b2537c4670468d))





## 1.4.15 (2022-01-16)

**Note:** Version bump only for package @etherdata-blockchain/common
Expand Down
4 changes: 2 additions & 2 deletions packages/etd-common/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@etherdata-blockchain/common",
"version": "1.4.15",
"version": "1.5.0",
"main": "src/index.ts",
"license": "MIT",
"dependencies": {
"@etherdata-blockchain/storage-model": "^1.4.15",
"@etherdata-blockchain/storage-model": "^1.5.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-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.5.0 (2022-01-16)


### Features

* **tests:** add more tests in logger package and fix service bugs ([#4](https://github.com/etherdata-blockchain/packages/issues/4)) ([c179fdc](https://github.com/etherdata-blockchain/packages/commit/c179fdc055d21edcdb83518ed1b2537c4670468d))





## 1.4.15 (2022-01-16)

**Note:** Version bump only for package @etherdata-blockchain/history
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.4.15",
"version": "1.5.0",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
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.5.0 (2022-01-16)


### Features

* **tests:** add more tests in logger package and fix service bugs ([#4](https://github.com/etherdata-blockchain/packages/issues/4)) ([c179fdc](https://github.com/etherdata-blockchain/packages/commit/c179fdc055d21edcdb83518ed1b2537c4670468d))





## 1.4.15 (2022-01-16)

**Note:** Version bump only for package @etherdata-blockchain/logger
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.4.15",
"version": "1.5.0",
"main": "src/index.ts",
"license": "MIT",
"dependencies": {
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.5.0 (2022-01-16)


### Features

* **tests:** add more tests in logger package and fix service bugs ([#4](https://github.com/etherdata-blockchain/packages/issues/4)) ([c179fdc](https://github.com/etherdata-blockchain/packages/commit/c179fdc055d21edcdb83518ed1b2537c4670468d))





## 1.4.15 (2022-01-16)

**Note:** Version bump only for package @etherdata-blockchain/next-js-handlers
Expand Down
2 changes: 1 addition & 1 deletion packages/etd-next-js-handlers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherdata-blockchain/next-js-handlers",
"version": "1.4.15",
"version": "1.5.0",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
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.5.0 (2022-01-16)


### Features

* **tests:** add more tests in logger package and fix service bugs ([#4](https://github.com/etherdata-blockchain/packages/issues/4)) ([c179fdc](https://github.com/etherdata-blockchain/packages/commit/c179fdc055d21edcdb83518ed1b2537c4670468d))





## 1.4.15 (2022-01-16)

**Note:** Version bump only for package @etherdata-blockchain/services
Expand Down
12 changes: 6 additions & 6 deletions packages/etd-services/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@etherdata-blockchain/services",
"version": "1.4.15",
"version": "1.5.0",
"main": "index/index.ts",
"license": "MIT",
"dependencies": {
"@etherdata-blockchain/logger": "^1.4.15",
"@etherdata-blockchain/storage-model": "^1.4.15",
"@etherdata-blockchain/logger": "^1.5.0",
"@etherdata-blockchain/storage-model": "^1.5.0",
"@types/jsonwebtoken": "^8.5.7",
"axios": "^0.24.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"socket.io": "^4.4.1",
"typescript": "^4.5.4",
"mongodb-memory-server": "^8.2.0",
"query-string": "^7.1.0"
"query-string": "^7.1.0",
"socket.io": "^4.4.1",
"typescript": "^4.5.4"
},
"scripts": {
"build": "tsc",
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.5.0 (2022-01-16)


### Features

* **tests:** add more tests in logger package and fix service bugs ([#4](https://github.com/etherdata-blockchain/packages/issues/4)) ([c179fdc](https://github.com/etherdata-blockchain/packages/commit/c179fdc055d21edcdb83518ed1b2537c4670468d))





## 1.4.15 (2022-01-16)

**Note:** Version bump only for package @etherdata-blockchain/storage-model
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,6 +1,6 @@
{
"name": "@etherdata-blockchain/storage-model",
"version": "1.4.15",
"version": "1.5.0",
"main": "src/index.ts",
"license": "MIT",
"dependencies": {
Expand All @@ -9,7 +9,7 @@
"web3-eth": "^1.6.1"
},
"devDependencies": {
"@etherdata-blockchain/common": "^1.4.15",
"@etherdata-blockchain/common": "^1.5.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.3"
},
Expand Down

0 comments on commit 08d692b

Please sign in to comment.