Skip to content

Commit 1ec2f3c

Browse files
author
github-actions
committedApr 3, 2023
chore: [ci skip] v4.0.0-alpha.12
1 parent d2a4d17 commit 1ec2f3c

File tree

24 files changed

+125
-29
lines changed

24 files changed

+125
-29
lines changed
 

‎CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package hydra
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package hydra

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "4.0.0-alpha.11",
6+
"version": "4.0.0-alpha.12",
77
"useWorkspaces": true,
88
"command": {
99
"version": {

‎packages/bn-typeorm/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/bn-typeorm
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/bn-typeorm

‎packages/bn-typeorm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joystream/bn-typeorm",
3-
"version": "4.0.0-alpha.11",
3+
"version": "4.0.0-alpha.12",
44
"description": "TypeORM transformer for BigNumber",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

‎packages/hydra-cli/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/hydra-cli
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/hydra-cli

‎packages/hydra-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@joystream/hydra-cli",
33
"description": "CLI tool for building a Hydra query node",
4-
"version": "4.0.0-alpha.11",
4+
"version": "4.0.0-alpha.12",
55
"author": "metmirr @metmirr joystream @dzhelezov",
66
"license": "MIT",
77
"bin": {

‎packages/hydra-common/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/hydra-common
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/hydra-common

‎packages/hydra-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joystream/hydra-common",
3-
"version": "4.0.0-alpha.11",
3+
"version": "4.0.0-alpha.12",
44
"description": "Common Hydra tools",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

‎packages/hydra-db-utils/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/hydra-db-utils
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/hydra-db-utils

‎packages/hydra-db-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joystream/hydra-db-utils",
3-
"version": "4.0.0-alpha.11",
3+
"version": "4.0.0-alpha.12",
44
"description": "Hydra Database tools",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -19,7 +19,7 @@
1919
"test": "nyc --extension .ts mocha --timeout 50000 --require ts-node/register --forbid-only \"test/**/*.test.ts\""
2020
},
2121
"dependencies": {
22-
"@joystream/hydra-common": "^4.0.0-alpha.11",
22+
"@joystream/hydra-common": "^4.0.0-alpha.12",
2323
"@types/ioredis": "^4.17.4",
2424
"bn.js": "^5.2.1",
2525
"ioredis": "^4.17.3",

‎packages/hydra-e2e-tests/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/hydra-e2e-tests
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/hydra-e2e-tests

‎packages/hydra-e2e-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joystream/hydra-e2e-tests",
3-
"version": "4.0.0-alpha.11",
3+
"version": "4.0.0-alpha.12",
44
"private": "true",
55
"description": "End-to-end tests for Hydra services",
66
"main": "index.js",
@@ -32,7 +32,7 @@
3232
"typedi": "^0.8.0"
3333
},
3434
"devDependencies": {
35-
"@joystream/hydra-cli": "^4.0.0-alpha.11",
35+
"@joystream/hydra-cli": "^4.0.0-alpha.12",
3636
"@types/chai": "^4.2.13",
3737
"@types/mocha": "^8.0.3",
3838
"chai": "^4.2.0",

‎packages/hydra-indexer-gateway/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/hydra-indexer-gateway
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/hydra-indexer-gateway

‎packages/hydra-indexer-gateway/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@joystream/hydra-indexer-gateway",
33
"private": "true",
4-
"version": "4.0.0-alpha.11",
4+
"version": "4.0.0-alpha.12",
55
"description": "Generated Warthog Project",
66
"license": "MIT",
77
"scripts": {
@@ -41,9 +41,9 @@
4141
"test:watch": "DEBUG= jest --watch"
4242
},
4343
"dependencies": {
44-
"@joystream/bn-typeorm": "^4.0.0-alpha.11",
45-
"@joystream/hydra-common": "^4.0.0-alpha.11",
46-
"@joystream/hydra-db-utils": "^4.0.0-alpha.11",
44+
"@joystream/bn-typeorm": "^4.0.0-alpha.12",
45+
"@joystream/hydra-common": "^4.0.0-alpha.12",
46+
"@joystream/hydra-db-utils": "^4.0.0-alpha.12",
4747
"@joystream/warthog": "^2.41.9",
4848
"@types/ioredis": "^4.17.4",
4949
"bn.js": "^5.2.1",

‎packages/hydra-indexer/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/hydra-indexer
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/hydra-indexer

‎packages/hydra-indexer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@joystream/hydra-indexer",
33
"private": "true",
44
"description": "Block index builder for substrate based chains",
5-
"version": "4.0.0-alpha.11",
5+
"version": "4.0.0-alpha.12",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
88
"license": "MIT",
@@ -36,9 +36,9 @@
3636
"test": "nyc --extension .ts mocha --timeout 50000 --require ts-node/register --forbid-only --exclude \"test/integration/**/*.test.ts\" \"test/**/*.test.ts\" \"src/**/*.test.ts\""
3737
},
3838
"dependencies": {
39-
"@joystream/bn-typeorm": "^4.0.0-alpha.11",
40-
"@joystream/hydra-common": "^4.0.0-alpha.11",
41-
"@joystream/hydra-db-utils": "^4.0.0-alpha.11",
39+
"@joystream/bn-typeorm": "^4.0.0-alpha.12",
40+
"@joystream/hydra-common": "^4.0.0-alpha.12",
41+
"@joystream/hydra-db-utils": "^4.0.0-alpha.12",
4242
"@polkadot/api": "8.9.1",
4343
"@types/express": "^4.17.8",
4444
"@types/ioredis": "^4.17.4",

‎packages/hydra-processor/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/hydra-processor
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/hydra-processor

‎packages/hydra-processor/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joystream/hydra-processor",
3-
"version": "4.0.0-alpha.11",
3+
"version": "4.0.0-alpha.12",
44
"description": "Hydra Processor CLI",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -37,8 +37,8 @@
3737
"test:run": "yarn nyc --extension .ts mocha --timeout 70000 --require ts-node/register --forbid-only \"./{src,test}/**/*.spec.ts\""
3838
},
3939
"dependencies": {
40-
"@joystream/hydra-common": "^4.0.0-alpha.11",
41-
"@joystream/hydra-db-utils": "^4.0.0-alpha.11",
40+
"@joystream/hydra-common": "^4.0.0-alpha.12",
41+
"@joystream/hydra-db-utils": "^4.0.0-alpha.12",
4242
"@oclif/command": "^1.8.0",
4343
"@oclif/config": "^1",
4444
"@oclif/errors": "^1.3.3",
@@ -65,7 +65,7 @@
6565
"yaml-validator": "^3.0.0"
6666
},
6767
"devDependencies": {
68-
"@joystream/hydra-cli": "^4.0.0-alpha.11",
68+
"@joystream/hydra-cli": "^4.0.0-alpha.12",
6969
"@polkadot/api": "8.9.1",
7070
"@types/async-lock": "^1.1.3",
7171
"@types/bn.js": "^5.1.0",

‎packages/hydra-typegen/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package @joystream/hydra-typegen
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package @joystream/hydra-typegen

‎packages/hydra-typegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joystream/hydra-typegen",
3-
"version": "4.0.0-alpha.11",
3+
"version": "4.0.0-alpha.12",
44
"description": "\"Hydra-cli pluging for generating typed events\"",
55
"main": "lib/index.js",
66
"repository": "https://github.com/Joystream/hydra",

‎packages/sample/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package sample
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package sample

‎packages/sample/mappings/CHANGELOG.md

+8
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+
## 4.0.0-alpha.12 (2023-04-03)
7+
8+
**Note:** Version bump only for package sample-mappings
9+
10+
11+
12+
13+
614
## 4.0.0-alpha.11 (2023-02-08)
715

816
**Note:** Version bump only for package sample-mappings

‎packages/sample/mappings/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sample-mappings",
33
"private": true,
4-
"version": "4.0.0-alpha.11",
4+
"version": "4.0.0-alpha.12",
55
"description": "Mappings for hydra-processor",
66
"main": "lib/mappings/index.js",
77
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"clean": "rimraf lib"
1212
},
1313
"dependencies": {
14-
"@joystream/hydra-common": "^4.0.0-alpha.11",
14+
"@joystream/hydra-common": "^4.0.0-alpha.12",
1515
"@polkadot/types": "8.9.1"
1616
},
1717
"devDependencies": {

‎packages/sample/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"./generated/*",
66
"./mappings"
77
],
8-
"version": "4.0.0-alpha.11",
8+
"version": "4.0.0-alpha.12",
99
"description": "GraphQL-based query node and Substrate processor. Generated with ♥ by Hydra-CLI",
1010
"scripts": {
1111
"build": "yarn clean && yarn codegen",
@@ -44,11 +44,11 @@
4444
"tslib": "^2.0.0"
4545
},
4646
"devDependencies": {
47-
"@joystream/hydra-cli": "^4.0.0-alpha.11",
48-
"@joystream/hydra-common": "^4.0.0-alpha.11",
49-
"@joystream/hydra-db-utils": "^4.0.0-alpha.11",
50-
"@joystream/hydra-processor": "^4.0.0-alpha.11",
51-
"@joystream/hydra-typegen": "^4.0.0-alpha.11",
47+
"@joystream/hydra-cli": "^4.0.0-alpha.12",
48+
"@joystream/hydra-common": "^4.0.0-alpha.12",
49+
"@joystream/hydra-db-utils": "^4.0.0-alpha.12",
50+
"@joystream/hydra-processor": "^4.0.0-alpha.12",
51+
"@joystream/hydra-typegen": "^4.0.0-alpha.12",
5252
"envsub": "^4.0.7"
5353
}
5454
}

0 commit comments

Comments
 (0)
Please sign in to comment.