Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 22, 2020
1 parent dd1c545 commit 5c3713d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.9.0-alpha.4"
"version": "0.9.0"
}
4 changes: 2 additions & 2 deletions packages/indexer-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-agent",
"version": "0.9.0-alpha.4",
"version": "0.9.0",
"description": "Indexer agent",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@graphprotocol/common-ts": "1.0.1",
"@graphprotocol/indexer-common": "^0.9.0-alpha.4",
"@graphprotocol/indexer-common": "^0.9.0",
"@thi.ng/iterators": "5.1.40",
"@uniswap/sdk": "3.0.3",
"axios": "0.21.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/indexer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-cli",
"version": "0.9.0-alpha.4",
"version": "0.9.0",
"description": "Indexer CLI for The Graph Network",
"main": "dist/index.js",
"repository": "https://github.com/graphprotocol/cli",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@graphprotocol/common-ts": "1.0.1",
"@graphprotocol/indexer-common": "^0.9.0-alpha.4",
"@graphprotocol/indexer-common": "^0.9.0",
"@iarna/toml": "2.2.5",
"@thi.ng/iterators": "5.1.40",
"@urql/core": "1.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-common",
"version": "0.9.0-alpha.4",
"version": "0.9.0",
"description": "Common library for Graph Protocol indexer components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/indexer-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-service",
"version": "0.9.0-alpha.4",
"version": "0.9.0",
"description": "Indexer service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@graphprotocol/common-ts": "1.0.1",
"@graphprotocol/indexer-common": "^0.9.0-alpha.4",
"@graphprotocol/indexer-common": "^0.9.0",
"@graphprotocol/receipts": "0.1.0",
"@thi.ng/cache": "1.0.59",
"@urql/core": "1.13.1",
Expand Down

0 comments on commit 5c3713d

Please sign in to comment.