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