Skip to content

Commit 67e420d

Browse files
authored
[release] 20250915 (#26)
1 parent 2929832 commit 67e420d

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

.yarn/versions/17874c27.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
undecided:
2+
- "@subql/common-solana"
3+
- "@subql/types-solana"

.yarn/versions/8cc95058.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
undecided:
2+
- "@subql/node-solana"
3+
- "@subql/types-solana"

packages/common-solana/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.2.0] - 2025-09-15
810
### Added
911
- Util function to get discriminator from name (#25)
1012

@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
### Changed
3335
- Initial release
3436

35-
[Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.1...HEAD
37+
[Unreleased]: https://github.com/subquery/subql-solana/compare/common-solana/1.2.0...HEAD
38+
[1.2.0]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.1...common-solana/1.2.0
3639
[1.1.1]: https://github.com/subquery/subql-solana/compare/common-solana/1.1.0...common-solana/1.1.1
3740
[1.1.0]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.2...common-solana/1.1.0
3841
[1.0.2]: https://github.com/subquery/subql-solana/compare/common-solana/1.0.1...common-solana/1.0.2

packages/common-solana/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/common-solana",
3-
"version": "1.1.2-0",
3+
"version": "1.2.0",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",
@@ -49,6 +49,5 @@
4949
"README.md",
5050
"CHANGELOG.md",
5151
"LICENSE"
52-
],
53-
"stableVersion": "1.1.1"
52+
]
5453
}

packages/node/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [6.2.0] - 2025-09-15
810
### Added
911
- Support for decoding codama program logs (#25)
1012

@@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6163
### Changed
6264
- Initial release
6365

64-
[Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.2...HEAD
66+
[Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.2.0...HEAD
67+
[6.2.0]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.2...node-solana/6.2.0
6568
[6.1.2]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.1...node-solana/6.1.2
6669
[6.1.1]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.0...node-solana/6.1.1
6770
[6.1.0]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.7...node-solana/6.1.0

packages/node/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node-solana",
3-
"version": "6.1.3-0",
3+
"version": "6.2.0",
44
"description": "",
55
"author": "Ian He",
66
"license": "GPL-3.0",
@@ -72,6 +72,5 @@
7272
"README.md",
7373
"CHANGELOG.md",
7474
"LICENSE"
75-
],
76-
"stableVersion": "6.1.2"
75+
]
7776
}

0 commit comments

Comments
 (0)