Skip to content

Commit

Permalink
[release] 20230613 (#103)
Browse files Browse the repository at this point in the history
* [release] 20230613

* remove unused dependency
  • Loading branch information
jiqiang90 authored Jun 13, 2023
1 parent 26c175e commit 89fd5b9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/79124148.yml

This file was deleted.

14 changes: 12 additions & 2 deletions packages/common-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [2.1.2] - 2023-06-13
### Changed
- Update common package dependencies (#101)

## [2.1.1] - 2023-06-01
### Changed
- Update common package (#94)
Expand All @@ -30,10 +34,16 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
- Re-release 0.2.0

## [0.2.0] - 2022-11-17

- Sync with main sdk (#14)

## [0.1.0] - 2022-10-31

Initial release

[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/v2.1.1...HEAD
[2.1.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/v2.1.0.../common-ethereum/v2.1.1
[2.1.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/v2.0.0.../common-ethereum/v2.1.0
[2.0.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/v1.0.0.../common-ethereum/v2.0.0
[1.0.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/v0.2.1.../common-ethereum/v1.0.0
[0.2.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/v0.2.0.../common-ethereum/v0.2.1
[0.2.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/v0.1.0.../common-ethereum/v0.2.0
[0.1.0]: https://github.com/subquery/subql-ethereum/tags/v0.1.0
6 changes: 2 additions & 4 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": "2.1.2-0",
"version": "2.1.2",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -15,7 +15,6 @@
"dependencies": {
"@subql/common": "^2.2.1",
"@subql/types-ethereum": "workspace:*",
"@subql/x-sequelize": "6.32.0-0.0.2",
"js-yaml": "^4.1.0",
"pino": "^6.13.3",
"reflect-metadata": "^0.1.13"
Expand All @@ -27,6 +26,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "2.1.1"
}
}
7 changes: 6 additions & 1 deletion packages/node/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]

## [2.5.3] - 2023-06-13
### Fixed
- Fix module missing sequelize, use subql/x-sequelize (#101)

## [2.5.2] - 2023-06-07
### Fixed
- Sync with node-core 2.4.4, fixed various issue for mmr
Expand Down Expand Up @@ -126,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Retry request when encouraging timeout/rate limit behaviours (#9)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.2...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/v2.5.3...HEAD
[2.5.3]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.2...node/v2.5.3
[2.5.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.1...node/v2.5.2
[2.5.1]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.0...node/v2.5.1
[2.5.0]: https://github.com/subquery/subql-ethereum/compare/node/2.2.2...node/2.5.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": "2.5.3-0",
"version": "2.5.3",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,6 +67,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.5.2"
]
}
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,6 @@ __metadata:
dependencies:
"@subql/common": ^2.2.1
"@subql/types-ethereum": "workspace:*"
"@subql/x-sequelize": 6.32.0-0.0.2
"@types/js-yaml": ^4.0.4
"@types/pino": ^6.3.12
js-yaml: ^4.1.0
Expand Down

0 comments on commit 89fd5b9

Please sign in to comment.