Skip to content

Commit

Permalink
[release] 20241128 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Nov 28, 2024
1 parent 3270d1e commit 090d5d4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/549fdc68.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-ethereum"
Empty file added .yarn/versions/5d58286e.yml
Empty file.
4 changes: 3 additions & 1 deletion packages/common-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.5.5] - 2024-11-28
### Changed
- Bump `@subql/common` dependency

Expand Down Expand Up @@ -219,7 +220,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.4...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.5...HEAD
[4.5.5]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.4...common-ethereum/4.5.5
[4.5.4]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.3...common-ethereum/4.5.4
[4.5.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.2...common-ethereum/4.5.3
[4.5.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.1...common-ethereum/4.5.2
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.5-0",
"version": "4.5.5",
"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.4"
}
}
4 changes: 3 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.0] - 2024-11-28
### Added
- Support for historical indexing by timestamp as well as block height
- Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.
Expand Down Expand Up @@ -572,7 +573,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.7...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.0...HEAD
[5.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...node-ethereum/5.2.0
[5.1.7]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...node-ethereum/5.1.7
[5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6
[5.1.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...node-ethereum/5.1.5
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.8-0",
"version": "5.2.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.1.7"
]
}

0 comments on commit 090d5d4

Please sign in to comment.