Skip to content

Commit

Permalink
v0.20.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Aug 29, 2023
1 parent d283762 commit af3877c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.20.21"
"version": "0.20.22"
}
5 changes: 4 additions & 1 deletion packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.20.22] - 2023-08-28
### Fixed
- Fixed bug causing the network subgraph to be removed after syncing

Expand Down Expand Up @@ -484,7 +486,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update @graphprotocol/common-ts to 0.2.2

[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.21...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.22...HEAD
[0.20.22]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.22
[0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21
[0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20
[0.20.19]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.19
Expand Down
2 changes: 1 addition & 1 deletion 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.20.21",
"version": "0.20.22",
"description": "Indexer agent",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.20.21",
"version": "0.20.22",
"description": "Indexer CLI for The Graph Network",
"main": "./dist/cli.js",
"files": [
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.20.21",
"version": "0.20.22",
"description": "Common library for Graph Protocol indexer components",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.20.21",
"version": "0.20.22",
"description": "Indexer service",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit af3877c

Please sign in to comment.