Skip to content

Commit

Permalink
v0.20.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Aug 24, 2023
1 parent 2bd307e commit 31d6baa
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 12 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.20"
"version": "0.20.21"
}
10 changes: 9 additions & 1 deletion packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
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.20.20",
"version": "0.20.21",
"description": "Indexer agent",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion packages/indexer-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
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.20.20",
"version": "0.20.21",
"description": "Indexer CLI for The Graph Network",
"main": "./dist/cli.js",
"files": [
Expand All @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion packages/indexer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.20",
"version": "0.20.21",
"description": "Common library for Graph Protocol indexer components",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 9 additions & 1 deletion packages/indexer-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.20.20",
"version": "0.20.21",
"description": "Indexer service",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 31d6baa

Please sign in to comment.