@subql/types-ethereum 2.2.6-1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [3.0.0] - 2023-10-03
8
10
  ### Added
9
11
  - Light types for block and logs (#170)
12
+
10
13
  ### Changed
11
14
  - Version bump with `types-core`
12
15
 
@@ -64,8 +67,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
67
  - Sync with main sdk (#14)
65
68
 
66
69
  ## [0.1.0] - 2022-10-31
67
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/2.2.5...HEAD
68
- [2.2.5]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/2.2.4...types-ethereum/2.2.5
70
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/3.0.0...HEAD
71
+ [3.0.0]: https://github.com/subquery/subql-ethereum/compare/types/2.2.5...types/3.0.0
72
+ [2.2.5]: https://github.com/subquery/subql-ethereum/compare/types/2.2.4...types/2.2.5
69
73
  [2.2.4]: https://github.com/subquery/subql-ethereum/compare/types/2.2.3...types/2.2.4
70
74
  [2.2.3]: https://github.com/subquery/subql-ethereum/compare/types/2.2.2...types/2.2.3
71
75
  [2.2.2]: https://github.com/subquery/subql-ethereum/compare/types/2.2.1...types/2.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "2.2.6-1",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -18,6 +18,5 @@
18
18
  "dependencies": {
19
19
  "@ethersproject/abstract-provider": "^5.6.1",
20
20
  "@subql/types-core": "0.1.0"
21
- },
22
- "stableVersion": "2.2.6-0"
21
+ }
23
22
  }