Skip to content

Commit

Permalink
[release] Contract processor 0.5.3 (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Feb 28, 2022
1 parent f73ca08 commit 855eab5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
Empty file removed .yarn/versions/28fbb417.yml
Empty file.
Empty file removed .yarn/versions/341f7638.yml
Empty file.
9 changes: 0 additions & 9 deletions .yarn/versions/68333a60.yml

This file was deleted.

11 changes: 9 additions & 2 deletions packages/contract-processors/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.5.3] - 2022-02-28
### Added
- Support frontier evm processor (#812)

## [0.5.2] - 2022-02-25
### Fixed
- Fix moonbeam filters post EIP1559 (#825)
Expand Down Expand Up @@ -56,8 +60,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basic implementation for moonbeam evm processor (#547)

[Unreleased]: https://github.com/subquery/subql/compare/contract-processors/0.4.2...HEAD
[0.4.2]: https://github.com/subquery/subql/compare/contract-processors/0.4.1...contract-processors/0.4.2
[Unreleased]: https://github.com/subquery/subql/compare/contract-processors/0.5.3...HEAD
[0.5.3]: https://github.com/subquery/subql/compare/contract-processors/0.5.2...contract-processors/0.5.3
[0.5.2]: https://github.com/subquery/subql/compare/contract-processors/0.5.1...contract-processors/0.5.2
[0.5.1]: https://github.com/subquery/subql/compare/contract-processors/0.5.0...contract-processors/0.5.1
[0.5.0]: https://github.com/subquery/subql/compare/contract-processors/0.4.1...contract-processors/0.5.0
[0.4.1]: https://github.com/subquery/subql/compare/contract-processors/0.4.0...contract-processors/0.4.1
[0.4.0]: https://github.com/subquery/subql/compare/contract-processors/0.3.1...contract-processors/0.4.0
[0.3.1]: https://github.com/subquery/subql/compare/contract-processors/0.3.0...contract-processors/0.3.1
Expand Down
5 changes: 2 additions & 3 deletions packages/contract-processors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/contract-processors",
"version": "0.5.3-1",
"version": "0.5.3",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,6 +24,5 @@
},
"peerDependencies": {
"@polkadot/api": "^7"
},
"stableVersion": "0.5.3-0"
}
}

0 comments on commit 855eab5

Please sign in to comment.