@subql/common-solana 1.0.3-0 → 1.1.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 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
+ ### Fixed
9
+ - Codegen not using granular imports for codama types (#21)
10
+
11
+ ## [1.1.0] - 2025-09-09
8
12
  ### Changed
9
13
  - Update codama dependencies (#19)
10
14
  - Use granular imports for IDL related codegen (#19)
@@ -24,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
28
  ### Changed
25
29
  - Initial release
26
30
 
27
- [Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.2...HEAD
31
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.0...HEAD
32
+ [1.1.0]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.2...common-solana/1.1.0
28
33
  [1.0.2]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.1...common-solana/1.0.2
29
34
  [1.0.1]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.0...common-solana/1.0.1
30
35
  [1.0.0]: https://github.com/subquery/subql-solana/releases/tag/common-solana/1.0.0