File tree Expand file tree Collapse file tree 6 files changed +24
-12
lines changed
Expand file tree Collapse file tree 6 files changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88### Changed
99- Update ` @subql/common ` (#161 )
1010
11+ ## [ 4.4.4] - 2025-11-03
12+ ### Changed
13+ - Update ` @subql/common ` (#161 )
14+
1115## [ 4.4.3] - 2025-07-01
1216### Changed
1317- Update ` @subql/common ` (#154 )
@@ -143,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143147- Fixed ` assetId ` on transaction filter being validated as a string. (#9 )
144148
145149## [ 1.0.0] - 2022-08-04
146- [ Unreleased ] : https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.3...HEAD
150+ [ Unreleased ] : https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.4...HEAD
151+ [ 4.4.4 ] : https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.3...common-algorand/4.4.4
147152[ 4.4.3 ] : https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.2...common-algorand/4.4.3
148153[ 4.4.2 ] : https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.1...common-algorand/4.4.2
149154[ 4.4.1 ] : https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.0...common-algorand/4.4.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @subql/common-algorand" ,
3- "version" : " 4.4.4-0 " ,
3+ "version" : " 4.4.4" ,
44 "description" : " " ,
55 "scripts" : {
66 "build" : " rm -rf dist && tsc -b" ,
4141 " README.md" ,
4242 " CHANGELOG.md" ,
4343 " LICENSE"
44- ],
45- "stableVersion" : " 4.4.3"
44+ ]
4645}
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88### Changed
99- Update ` @subql/common ` , ` @subql/node-core ` (#161 )
1010
11+ ## [ 4.0.4] - 2025-11-03
12+ ### Changed
13+ - Update ` @subql/common ` , ` @subql/node-core ` (#161 )
14+
1115## [ 4.0.3] - 2025-07-01
1216### Changed
1317- Update ` @subql/common ` and ` @subql/node-core ` (#154 )
@@ -314,7 +318,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
314318- Synced latest changes from main repo. (#10 )
315319
316320## [ 1.6.0] - 2022-08-04
317- [ Unreleased ] : https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...HEAD
321+ [ Unreleased ] : https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...HEAD
322+ [ 4.0.4 ] : https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...node-algorand/4.0.4
318323[ 4.0.3 ] : https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...node-algorand/4.0.3
319324[ 4.0.2 ] : https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.1...node-algorand/4.0.2
320325[ 4.0.1 ] : https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.0...node-algorand/4.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @subql/node-algorand" ,
3- "version" : " 4.0.4-1 " ,
3+ "version" : " 4.0.4" ,
44 "description" : " " ,
55 "author" : " Ian He" ,
66 "license" : " GPL-3.0" ,
6262 " README.md" ,
6363 " CHANGELOG.md" ,
6464 " LICENSE"
65- ],
66- "stableVersion" : " 4.0.4-0"
65+ ]
6766}
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88### Changed
99- Update ` @subql/types-core ` (#161 )
1010
11+ ## [ 4.1.2] - 2025-11-03
12+ ### Changed
13+ - Update ` @subql/types-core ` (#161 )
14+
1115## [ 4.1.1] - 2025-07-01
1216### Changed
1317- Update ` @subql/types-core ` (#154 )
@@ -99,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99103## [ 1.2.1] - 2022-08-04
100104
101105## [ 1.2.0] - 2022-08-04
102- [ Unreleased ] : https://github.com/subquery/subql-algorand/compare/types-algorand/4.1.1...HEAD
106+ [ Unreleased ] : https://github.com/subquery/subql-algorand/compare/types-algorand/4.1.2...HEAD
107+ [ 4.1.2 ] : https://github.com/subquery/subql-algorand/compare/types-algorand/4.1.1...types-algorand/4.1.2
103108[ 4.1.1 ] : https://github.com/subquery/subql-algorand/compare/types-algorand/4.1.0...types-algorand/4.1.1
104109[ 4.1.0 ] : https://github.com/subquery/subql-algorand/compare/types-algorand/4.0.1...types-algorand/4.1.0
105110[ 4.0.1 ] : https://github.com/subquery/subql-algorand/compare/types-algorand/3.6.1...types-algorand/4.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @subql/types-algorand" ,
3- "version" : " 4.1.2-0 " ,
3+ "version" : " 4.1.2" ,
44 "description" : " " ,
55 "homepage" : " https://github.com/subquery/subql" ,
66 "repository" : " github:subquery/subql-algorand" ,
3434 },
3535 "dependencies" : {
3636 "@subql/types-core" : " ^2.2.0"
37- },
38- "stableVersion" : " 4.1.1"
37+ }
3938}
You can’t perform that action at this time.
0 commit comments