@subql/common-solana 1.0.2-0 → 1.0.3-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 CHANGED
@@ -5,6 +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
+ ### Changed
9
+ - Update codama dependencies (#19)
10
+ - Use granular imports for IDL related codegen (#19)
11
+
12
+ ## [1.0.2] - 2025-07-24
8
13
  ### Fixed
9
14
  - Fix templates not included in published package (#14)
10
15
 
@@ -19,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
24
  ### Changed
20
25
  - Initial release
21
26
 
22
- [Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.1...HEAD
27
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.2...HEAD
28
+ [1.0.2]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.1...common-solana/1.0.2
23
29
  [1.0.1]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.0...common-solana/1.0.1
24
30
  [1.0.0]: https://github.com/subquery/subql-solana/releases/tag/common-solana/1.0.0