Skip to content

Commit

Permalink
[release] 20240618 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jun 18, 2024
1 parent d4f333a commit aee0663
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/6aa00c16.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/types-ethereum"
3 changes: 3 additions & 0 deletions .yarn/versions/fb799273.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-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]

## [3.10.0] - 2024-06-18
### Changed
- Update `@subql/common` dependency

Expand Down Expand Up @@ -173,7 +175,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/3.9.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.10.0...HEAD
[3.10.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.9.0...common-ethereum/3.10.0
[3.9.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.8.3...common-ethereum/3.9.0
[3.8.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.8.2...common-ethereum/3.8.3
[3.8.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.8.1...common-ethereum/3.8.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": "3.9.1-0",
"version": "3.10.0",
"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": "3.9.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]

## [4.5.2] - 2024-06-18
### Changed
- Update `@subql/node` with bug fixes

Expand Down Expand Up @@ -496,7 +498,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/4.5.1...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.5.2...HEAD
[4.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.5.1...node-ethereum/4.5.2
[4.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.5.0...node-ethereum/4.5.1
[4.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.3...node-ethereum/4.5.0
[4.4.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.4.2...node-ethereum/4.4.3
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": "4.5.2-0",
"version": "4.5.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.5.1"
]
}

0 comments on commit aee0663

Please sign in to comment.