diff --git a/lerna.json b/lerna.json index e412a113b..4e0b4a9d7 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.20.20" + "version": "0.20.21" } diff --git a/packages/indexer-agent/CHANGELOG.md b/packages/indexer-agent/CHANGELOG.md index d4351fd62..990fc77ca 100644 --- a/packages/indexer-agent/CHANGELOG.md +++ b/packages/indexer-agent/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.21] - 2023-08-22 +### Fixed +- Add missing fields when parsing network specification from CLI options + +### Changed +- Upgraded `common-ts` dependency to v2.0.3 + ## [0.20.20] - 2023-08-21 ### Fixed - Properly skip reconciling allocations on a network in MANUAL mode @@ -475,7 +482,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.20...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.21...HEAD +[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 [0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.17...v0.20.18 diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index a402ee476..c3410dd61 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-agent", - "version": "0.20.20", + "version": "0.20.21", "description": "Indexer agent", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -30,7 +30,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "2.0.3", - "@graphprotocol/indexer-common": "^0.20.20", + "@graphprotocol/indexer-common": "^0.20.21", "@thi.ng/heaps": "^1.3.1", "@uniswap/sdk": "3.0.3", "axios": "0.26.1", diff --git a/packages/indexer-cli/CHANGELOG.md b/packages/indexer-cli/CHANGELOG.md index 0266cab74..21402454f 100644 --- a/packages/indexer-cli/CHANGELOG.md +++ b/packages/indexer-cli/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.21] - 2023-08-24 +### Changed +- Upgraded `common-ts` dependency to v2.0.3 + ## [0.20.18] - 2023-08-11 ### Added - Most CLI commands now require the protocol network to be identified using the option `--network`. @@ -201,7 +205,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.18...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.21...HEAD +[0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.21 [0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.12...v0.20.18 [0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.12 [0.20.8]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.8 diff --git a/packages/indexer-cli/package.json b/packages/indexer-cli/package.json index 577b759e1..83d89887d 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-cli", - "version": "0.20.20", + "version": "0.20.21", "description": "Indexer CLI for The Graph Network", "main": "./dist/cli.js", "files": [ @@ -27,7 +27,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "2.0.3", - "@graphprotocol/indexer-common": "^0.20.20", + "@graphprotocol/indexer-common": "^0.20.21", "@iarna/toml": "2.2.5", "@thi.ng/iterators": "5.1.74", "@urql/core": "2.4.4", diff --git a/packages/indexer-common/CHANGELOG.md b/packages/indexer-common/CHANGELOG.md index fbadf9170..923685d40 100644 --- a/packages/indexer-common/CHANGELOG.md +++ b/packages/indexer-common/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.21] - 2023-08-24 +### Changed +- Upgraded `common-ts` dependency to v2.0.3 + ## [0.20.20] - 2023-08-21 ### Fixed - Ensure some database operations run inside their transactions @@ -270,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Move indexing rule management here from `@graphprotocol/common-ts` -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.20...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.21...HEAD +[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.18...v0.20.20 [0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.17...v0.20.18 [0.20.17]: https://github.com/graphprotocol/indexer/compare/v0.20.12...v0.20.17 diff --git a/packages/indexer-common/package.json b/packages/indexer-common/package.json index c68af6291..a73b7a037 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-common", - "version": "0.20.20", + "version": "0.20.21", "description": "Common library for Graph Protocol indexer components", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/indexer-service/CHANGELOG.md b/packages/indexer-service/CHANGELOG.md index 02fe5ae4d..309dcac55 100644 --- a/packages/indexer-service/CHANGELOG.md +++ b/packages/indexer-service/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.21] - 2023-08-24 +### Changed +- Upgraded `common-ts` dependency to v2.0.3 + ## [0.20.20] - 2023-08-21 ### Added - Add TRACE logs to `AllocationReceiptManager._flushOutstanding` method @@ -301,7 +305,11 @@ 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.17...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.21...HEAD +[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 +[0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.17...v0.20.18 [0.20.17]: https://github.com/graphprotocol/indexer/compare/v0.20.11...v0.20.17 [0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.11 [0.20.9]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.9 diff --git a/packages/indexer-service/package.json b/packages/indexer-service/package.json index cdab7febd..e820414c4 100644 --- a/packages/indexer-service/package.json +++ b/packages/indexer-service/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-service", - "version": "0.20.20", + "version": "0.20.21", "description": "Indexer service", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -33,7 +33,7 @@ "dependencies": { "@google-cloud/profiler": "4.1.7", "@graphprotocol/common-ts": "2.0.3", - "@graphprotocol/indexer-common": "^0.20.20", + "@graphprotocol/indexer-common": "^0.20.21", "@graphprotocol/indexer-native": "0.20.11", "@graphql-tools/load": "7.5.8", "@graphql-tools/url-loader": "7.9.11",