@subql/common-solana 1.1.1-0 → 1.1.1

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 +4 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ 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
+
9
+ ## [1.1.1] - 2025-09-10
8
10
  ### Fixed
9
11
  - Codegen not using granular imports for codama types (#21)
10
12
 
@@ -28,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
30
  ### Changed
29
31
  - Initial release
30
32
 
31
- [Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.0...HEAD
33
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.1...HEAD
34
+ [1.1.1]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.0...common-solana/1.1.1
32
35
  [1.1.0]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.2...common-solana/1.1.0
33
36
  [1.0.2]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.1...common-solana/1.0.2
34
37
  [1.0.1]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.0...common-solana/1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/common-solana",
3
- "version": "1.1.1-0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rm -rf dist && tsc -b",
@@ -49,6 +49,5 @@
49
49
  "README.md",
50
50
  "CHANGELOG.md",
51
51
  "LICENSE"
52
- ],
53
- "stableVersion": "1.1.0"
52
+ ]
54
53
  }