Skip to content

Commit

Permalink
[release] 20231101 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Oct 31, 2023
1 parent e0e76dc commit a85511f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .yarn/versions/6fda5556.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/9ec6b350.yml

This file was deleted.

Empty file removed .yarn/versions/eb8c5fde.yml
Empty file.
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.1.0] - 2023-11-01
### Added
- Update `@subql/common` and relevant changes to support endBlock feature (#195)

Expand Down Expand Up @@ -107,7 +109,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.0.6...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.1.0...HEAD
[3.1.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.6...common-ethereum/3.1.0
[3.0.6]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.5...common-ethereum/3.0.6
[3.0.5]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.4...common-ethereum/3.0.5
[3.0.4]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.3...common-ethereum/3.0.4
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.0.7-0",
"version": "3.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -34,6 +34,5 @@
"@types/rimraf": "3.0.2",
"ejs": "3.1.7",
"lodash": "4.17.21"
},
"stableVersion": "3.0.6"
}
}
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]

## [3.1.2] - 2023-11-01
### Fixed
- Unfinalized blocks not working with Cronos (#193)

Expand Down Expand Up @@ -302,7 +304,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/3.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.2...HEAD
[3.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...node-ethereum/3.1.2
[3.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...node-ethereum/3.1.1
[3.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...node-ethereum/3.1.0
[3.0.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...node-ethereum/3.0.6
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": "3.1.2-1",
"version": "3.1.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -65,6 +65,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.1.2-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.2.0] - 2023-11-01
### Changed
- Import `@subql/types-core` global into global so its no longer needed to update tsconfig in projects (#195)

Expand Down Expand Up @@ -81,7 +83,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.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.2.0...HEAD
[3.2.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.1.0...types-ethereum/3.2.0
[3.1.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.0.2...types-ethereum/3.1.0
[3.0.2]: https://github.com/subquery/subql-ethereum/compare/types/3.0.1...types/3.0.2
[3.0.1]: https://github.com/subquery/subql-ethereum/compare/types/3.0.0...types/3.0.1
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.1.1-1",
"version": "3.2.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -19,6 +19,5 @@
"dependencies": {
"@ethersproject/abstract-provider": "^5.6.1",
"@subql/types-core": "^0.3.0"
},
"stableVersion": "3.1.1-0"
}
}

0 comments on commit a85511f

Please sign in to comment.