Skip to content

Commit 57b82a9

Browse files
committed
release bump to v0.23.0
1 parent 79e8262 commit 57b82a9

File tree

6 files changed

+14991
-11018
lines changed

6 files changed

+14991
-11018
lines changed

docs/networks/arbitrum-sepolia.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The Graph Network's testnet is on Arbitrum Sepolia (eip155:421614). Sepolia netw
77
| Component | Release |
88
| ------------------ | ------------------------------------------------------------------------------------ |
99
| contracts | [5.3.3](https://github.com/graphprotocol/contracts/releases/tag/v5.3.3) |
10-
| indexer-agent | [0.22.0](https://github.com/graphprotocol/indexer/releases/tag/v0.22.0) |
11-
| indexer-cli | [0.22.0](https://github.com/graphprotocol/indexer/releases/tag/v0.22.0) |
10+
| indexer-agent | [0.23.0](https://github.com/graphprotocol/indexer/releases/tag/v0.23.0) |
11+
| indexer-cli | [0.23.0](https://github.com/graphprotocol/indexer/releases/tag/v0.23.0) |
1212
| indexer-service-rs | [1.0.0](https://github.com/graphprotocol/indexer-rs/releases/tag/v1.0.0) |
1313
| tap-agent | [1.0.0](https://github.com/graphprotocol/indexer-rs/releases/tag/v1.0.0) |
1414
| graph-node | [0.35.1](https://github.com/graphprotocol/graph-node/releases/tag/v0.35.1) |

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.22.0"
7+
"version": "0.23.0"
88
}

packages/indexer-agent/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-agent",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Indexer agent",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -10,7 +10,6 @@
1010
],
1111
"repository": "https://github.com/graphprotocol/indexer",
1212
"author": "Graph Protocol",
13-
"private": false,
1413
"scripts": {
1514
"format": "prettier --write 'src/**/*.ts'",
1615
"lint": "eslint . --ext .ts,.tsx --fix",
@@ -30,7 +29,7 @@
3029
},
3130
"dependencies": {
3231
"@graphprotocol/common-ts": "2.0.11",
33-
"@graphprotocol/indexer-common": "^0.22.0",
32+
"@graphprotocol/indexer-common": "^0.23.0",
3433
"@thi.ng/heaps": "^1.3.1",
3534
"axios": "0.26.1",
3635
"bs58": "5.0.0",

packages/indexer-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-cli",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Indexer CLI for The Graph Network",
55
"main": "./dist/cli.js",
66
"files": [
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@graphprotocol/common-ts": "2.0.11",
30-
"@graphprotocol/indexer-common": "^0.22.0",
30+
"@graphprotocol/indexer-common": "^0.23.0",
3131
"@iarna/toml": "2.2.5",
3232
"@thi.ng/iterators": "5.1.74",
3333
"@urql/core": "3.1.0",

packages/indexer-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-common",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Common library for Graph Protocol indexer components",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -22,8 +22,8 @@
2222
"clean": "rm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo"
2323
},
2424
"dependencies": {
25-
"@pinax/graph-networks-registry": "0.6.7",
2625
"@graphprotocol/common-ts": "2.0.11",
26+
"@pinax/graph-networks-registry": "0.6.7",
2727
"@semiotic-labs/tap-contracts-bindings": "^1.2.1",
2828
"@thi.ng/heaps": "1.2.38",
2929
"@types/lodash.clonedeep": "^4.5.7",

0 commit comments

Comments
 (0)