Skip to content

Commit 14bd1eb

Browse files
author
github-actions
committed
chore: [ci skip] v5.0.0-alpha.1
1 parent fa46f3d commit 14bd1eb

File tree

18 files changed

+83
-11
lines changed

18 files changed

+83
-11
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+
## 5.0.0-alpha.1 (2021-10-18)
7+
8+
**Note:** Version bump only for package hydra
9+
10+
11+
12+
13+
614
## [5.0.0-alpha.0](https://github.com/eldargab/hydra/compare/v4.2.0-alpha.5...v5.0.0-alpha.0) (2021-10-16)
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": "5.0.0-alpha.0",
6+
"version": "5.0.0-alpha.1",
77
"useWorkspaces": true,
88
"command": {
99
"version": {

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+
## 5.0.0-alpha.1 (2021-10-18)
7+
8+
**Note:** Version bump only for package @subsquid/hydra-cli
9+
10+
11+
12+
13+
614
## [5.0.0-alpha.0](https://github.com/subsquid/hydra/compare/v4.2.0-alpha.5...v5.0.0-alpha.0) (2021-10-16)
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": "@subsquid/hydra-cli",
33
"description": "CLI tool for building a Hydra query node",
4-
"version": "5.0.0-alpha.0",
4+
"version": "5.0.0-alpha.1",
55
"author": "metmirr @metmirr subsquid @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+
## 5.0.0-alpha.1 (2021-10-18)
7+
8+
**Note:** Version bump only for package @subsquid/hydra-common
9+
10+
11+
12+
13+
614
## [5.0.0-alpha.0](https://github.com/eldargab/hydra/compare/v4.2.0-alpha.5...v5.0.0-alpha.0) (2021-10-16)
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": "@subsquid/hydra-common",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"description": "Common Hydra tools",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/hydra-e2e-tests/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+
## 5.0.0-alpha.1 (2021-10-18)
7+
8+
**Note:** Version bump only for package hydra-e2e-tests
9+
10+
11+
12+
13+
614
## [5.0.0-alpha.0](https://github.com/eldargab/hydra/compare/v4.2.0-alpha.5...v5.0.0-alpha.0) (2021-10-16)
715

816

packages/hydra-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydra-e2e-tests",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"private": "true",
55
"description": "End-to-end tests for Hydra services",
66
"main": "index.js",

packages/hydra-indexer-gateway/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+
## 5.0.0-alpha.1 (2021-10-18)
7+
8+
**Note:** Version bump only for package @subsquid/hydra-indexer-gateway
9+
10+
11+
12+
13+
614
## [5.0.0-alpha.0](https://github.com/eldargab/hydra/compare/v4.2.0-alpha.5...v5.0.0-alpha.0) (2021-10-16)
715

816

packages/hydra-indexer-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@subsquid/hydra-indexer-gateway",
33
"private": "true",
4-
"version": "5.0.0-alpha.0",
4+
"version": "5.0.0-alpha.1",
55
"description": "GraphQL API for Hydra indexer",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)