Skip to content

Commit 29681c1

Browse files
committed
*: Update changelogs ahead of release
1 parent 0571574 commit 29681c1

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

packages/indexer-agent/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.9.3] - 2021-01-11
810
### Fixed
911
- Fix how query fee threshold is passed to claimable allocations query
1012

@@ -202,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202204
### Changed
203205
- Update @graphprotocol/common-ts to 0.2.2
204206

205-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.2...HEAD
207+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.3...HEAD
208+
[0.9.3]: https://github.com/graphprotocol/indexer/compare/v0.9.2...v0.9.3
206209
[0.9.2]: https://github.com/graphprotocol/indexer/compare/v0.9.1...v0.9.2
207210
[0.9.1]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.4...v0.9.1
208211
[0.9.0-alpha.4]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...v0.9.0-alpha.4

packages/indexer-cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.3] - 2021-01-11
10+
### Changed
11+
- No changes
12+
913
## [0.9.2] - 2021-01-09
1014
### Changed
1115
- Update common-ts to 1.2.0
@@ -69,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6973
### Changed
7074
- Update @graphprotocol/common-ts to 0.2.2
7175

72-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.2...HEAD
76+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.3...HEAD
77+
[0.9.3]: https://github.com/graphprotocol/indexer/compare/v0.9.2...v0.9.3
7378
[0.9.2]: https://github.com/graphprotocol/indexer/compare/v0.4.0...v0.9.2
7479
[0.4.0]: https://github.com/graphprotocol/indexer/compare/v0.3.7-alpha.0...v0.4.0
7580
[0.3.7-alpha.0]: https://github.com/graphprotocol/indexer/compare/v0.3.4...v0.3.7-alpha.0

packages/indexer-common/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.3] - 2021-01-11
10+
### Changed
11+
- No changes
12+
913
## [0.9.2] - 2021-01-09
1014
### Changed
1115
- Update common-ts to 1.2.0
@@ -70,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7074
### Added
7175
- Move indexing rule management here from `@graphprotocol/common-ts`
7276

73-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.2...HEAD
77+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.3...HEAD
78+
[0.9.3]: https://github.com/graphprotocol/indexer/compare/v0.9.2...v0.9.3
7479
[0.9.2]: https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.9.2
7580
[0.4.4]: https://github.com/graphprotocol/indexer/compare/v0.4.2...v0.4.4
7681
[0.4.2]: https://github.com/graphprotocol/indexer/compare/v0.4.0...v0.4.2

packages/indexer-service/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.3] - 2021-01-11
10+
### Changed
11+
- No changes
12+
913
## [0.9.2] - 2021-01-09
1014
### Changed
1115
- Update common-ts to 1.2.0
@@ -153,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153157
### Changed
154158
- Update @graphprotocol/common-ts to 0.2.2
155159

156-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.2...HEAD
160+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.3...HEAD
161+
[0.9.3]: https://github.com/graphprotocol/indexer/compare/v0.9.2...v0.9.3
157162
[0.9.2]: https://github.com/graphprotocol/indexer/compare/v0.9.1...v0.9.2
158163
[0.9.1]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...v0.9.1
159164
[0.9.0-alpha.3]: https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.9.0-alpha.3

0 commit comments

Comments
 (0)