@subql/common-substrate 4.4.1-0 → 4.5.1-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.
- package/CHANGELOG.md +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ 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
|
+
### Changed
|
|
9
|
+
- Workspace dependencies now match to patch versions rather than exact (#2855)
|
|
10
|
+
|
|
11
|
+
## [4.5.0] - 2025-07-01
|
|
8
12
|
### Removed
|
|
9
13
|
- Test files and artifacts from published package (#2838)
|
|
10
14
|
|
|
@@ -219,7 +223,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
219
223
|
### Added
|
|
220
224
|
- init commit
|
|
221
225
|
|
|
222
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.
|
|
226
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.0...HEAD
|
|
227
|
+
[4.5.0]: https://github.com/subquery/subql/compare/common-substrate/4.4.0...common-substrate/4.5.0
|
|
223
228
|
[4.4.0]: https://github.com/subquery/subql/compare/common-substrate/4.3.7...common-substrate/4.4.0
|
|
224
229
|
[4.3.7]: https://github.com/subquery/subql/compare/common-substrate/4.3.6...common-substrate/4.3.7
|
|
225
230
|
[4.3.6]: https://github.com/subquery/subql/compare/common-substrate/4.3.5...common-substrate/4.3.6
|