@subql/types-ethereum 2.2.4-0 → 2.2.5

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 +9 -3
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.2.5] - 2023-09-04
9
10
  ### Fixed
10
- - fix missing `unsafeApi` in the global
11
+ - Previous failed release
12
+
13
+ ## [2.2.4] - 2023-08-14
14
+ ### Fixed
15
+ - fix missing `unsafeApi` in the global (#141)
11
16
 
12
17
  ## [2.2.3] - 2023-07-31
13
18
  ### Fixed
@@ -55,7 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
60
  - Sync with main sdk (#14)
56
61
 
57
62
  ## [0.1.0] - 2022-10-31
58
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/2.2.3...HEAD
63
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/2.2.5...HEAD
64
+ [2.2.5]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/2.2.4...types-ethereum/2.2.5
65
+ [2.2.4]: https://github.com/subquery/subql-ethereum/compare/types/2.2.3...types/2.2.4
59
66
  [2.2.3]: https://github.com/subquery/subql-ethereum/compare/types/2.2.2...types/2.2.3
60
67
  [2.2.2]: https://github.com/subquery/subql-ethereum/compare/types/2.2.1...types/2.2.2
61
68
  [2.2.1]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.0...types/v2.2.1
@@ -67,5 +74,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
67
74
  [0.2.2]: https://github.com/subquery/subql-ethereum/compare/types/0.2.1v.../types/v0.2.2
68
75
  [0.2.1]: https://github.com/subquery/subql-ethereum/compare/types/0.2.0v.../types/v0.2.1
69
76
  [0.2.0]: https://github.com/subquery/subql-ethereum/compare/types/0.2.0v.../types/v0.2.0
70
- [0.2.0]: https://github.com/subquery/subql-ethereum/compare/types/0.2.0v.../types/v0.2.0
71
77
  [0.1.0]: https://github.com/subquery/subql-ethereum/tag/v0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "2.2.4-0",
3
+ "version": "2.2.5",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -17,6 +17,5 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "@ethersproject/abstract-provider": "^5.6.1"
20
- },
21
- "stableVersion": "2.2.3"
20
+ }
22
21
  }