Skip to content

Commit b60d150

Browse files
author
github-actions
committed
chore: [ci skip] v3.0.0-beta.8
1 parent fa1c028 commit b60d150

File tree

25 files changed

+125
-29
lines changed

25 files changed

+125
-29
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.0.0-beta.8 (2021-05-24)
7+
8+
**Note:** Version bump only for package hydra
9+
10+
11+
12+
13+
614
## 3.0.0-beta.7 (2021-05-21)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "3.0.0-beta.7",
6+
"version": "3.0.0-beta.8",
77
"useWorkspaces": true,
88
"command": {
99
"version": {

packages/bn-typeorm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.0.0-beta.8 (2021-05-24)
7+
8+
**Note:** Version bump only for package @dzlzv/bn-typeorm
9+
10+
11+
12+
13+
614
## 3.0.0-beta.7 (2021-05-21)
715

816

packages/bn-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzlzv/bn-typeorm",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"description": "TypeORM transformer for BigNumber",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/hydra-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.0.0-beta.8 (2021-05-24)
7+
8+
**Note:** Version bump only for package @dzlzv/hydra-cli
9+
10+
11+
12+
13+
614
## 3.0.0-beta.7 (2021-05-21)
715

816

packages/hydra-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dzlzv/hydra-cli",
33
"description": "CLI tool for building a Hydra query node",
4-
"version": "3.0.0-beta.7",
4+
"version": "3.0.0-beta.8",
55
"author": "metmirr @metmirr dzlzv @dzhelezov",
66
"license": "MIT",
77
"bin": {

packages/hydra-common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.0.0-beta.8 (2021-05-24)
7+
8+
**Note:** Version bump only for package @dzlzv/hydra-common
9+
10+
11+
12+
13+
614
## 3.0.0-beta.7 (2021-05-21)
715

816

packages/hydra-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzlzv/hydra-common",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"description": "Common Hydra tools",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/hydra-db-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.0.0-beta.8 (2021-05-24)
7+
8+
**Note:** Version bump only for package @dzlzv/hydra-db-utils
9+
10+
11+
12+
13+
614
## 3.0.0-beta.7 (2021-05-21)
715

816

packages/hydra-db-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzlzv/hydra-db-utils",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"description": "Hydra Database tools",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -16,7 +16,7 @@
1616
"test": "nyc --extension .ts mocha --timeout 50000 --require ts-node/register --forbid-only \"test/**/*.test.ts\""
1717
},
1818
"dependencies": {
19-
"@dzlzv/hydra-common": "^3.0.0-beta.7",
19+
"@dzlzv/hydra-common": "^3.0.0-beta.8",
2020
"@types/ioredis": "^4.17.4",
2121
"bn.js": "^5.1.3",
2222
"ioredis": "^4.17.3",

0 commit comments

Comments
 (0)