@subql/types-solana 1.0.2-0 → 1.0.2

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.0.2] - 2025-07-24
8
10
  ### Changed
9
11
  - Update @subql dependencies (#14)
10
12
 
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
18
  ### Changed
17
19
  - Initial release
18
20
 
19
- [Unreleased]: https://github.com/subquery/subql-solana/compare/types-solana/1.0.1...HEAD
21
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/types-solana/1.0.2...HEAD
22
+ [1.0.2]: https://github.com/subquery/subql-solana/compare/types-solana/1.0.1...types-solana/1.0.2
20
23
  [1.0.1]: https://github.com/subquery/subql-solana/compare/types-solana/1.0.0...types-solana/1.0.1
21
24
  [1.0.0]: https://github.com/subquery/subql-solana/releases/tag/types-solana/1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-solana",
3
- "version": "1.0.2-0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql-solana",
6
6
  "repository": "github:subquery/subql-solana",
@@ -28,6 +28,5 @@
28
28
  "dependencies": {
29
29
  "@solana/kit": "^2.1.0",
30
30
  "@subql/types-core": "^2.1.1"
31
- },
32
- "stableVersion": "1.0.1"
31
+ }
33
32
  }