Skip to content

Commit

Permalink
[release] 20240816 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Aug 16, 2024
1 parent 2d5e275 commit 9b9c51c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/3759c153.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-ethereum"
- "@subql/types-ethereum"
3 changes: 3 additions & 0 deletions .yarn/versions/62fff7b7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/node-ethereum"
3 changes: 3 additions & 0 deletions .yarn/versions/b7b00d4d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/types-ethereum"
5 changes: 4 additions & 1 deletion packages/common-ethereum/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]

## [4.5.1] - 2024-08-16
### Changed
- Update `@subql/common` (#337)

Expand Down Expand Up @@ -202,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sync with main sdk (#14)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.1...HEAD
[4.5.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.0...common-ethereum/4.5.1
[4.5.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.4.0...common-ethereum/4.5.0
[4.4.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.3.0...common-ethereum/4.4.0
[4.3.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.2.0...common-ethereum/4.3.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-ethereum",
"version": "4.5.1-0",
"version": "4.5.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -35,6 +35,5 @@
"@types/rimraf": "3.0.2",
"ejs": "3.1.10",
"lodash": "4.17.21"
},
"stableVersion": "4.5.0"
}
}
5 changes: 4 additions & 1 deletion packages/node/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]

## [5.1.1] - 2024-08-16
### Fixed
- Empty dictionary v2 response resulting in all blocks within that range being indexed (#336)

Expand Down Expand Up @@ -541,7 +543,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...HEAD
[5.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...node-ethereum/5.1.1
[5.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.1...node-ethereum/5.1.0
[5.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.0...node-ethereum/5.0.1
[5.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.3...node-ethereum/5.0.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "5.1.1-1",
"version": "5.1.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.1.1-0"
]
}
5 changes: 4 additions & 1 deletion packages/types/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]

## [3.13.1] - 2024-08-16
### Changed
- Update `@subql/types-core` with fix for datasource processors (#337)

Expand Down Expand Up @@ -147,7 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sync with main sdk (#14)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.1...HEAD
[3.13.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.0...types-ethereum/3.13.1
[3.13.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.12.0...types-ethereum/3.13.0
[3.12.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.11.0...types-ethereum/3.12.0
[3.11.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.10.0...types-ethereum/3.11.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-ethereum",
"version": "3.13.1-0",
"version": "3.13.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -20,6 +20,5 @@
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.7.2",
"@subql/types-core": "^1.1.1"
},
"stableVersion": "3.13.0"
}
}

0 comments on commit 9b9c51c

Please sign in to comment.