Skip to content

Commit 80ce0a1

Browse files
authored
[release] 20251105 (#164)
* Update @subql deps * [release] 20251105 * Clean up changelogs
1 parent 7e66390 commit 80ce0a1

File tree

5 files changed

+2710
-2982
lines changed

5 files changed

+2710
-2982
lines changed

packages/common-algorand/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ 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+
## [4.4.5] - 2025-11-05
810
### Changed
9-
- Update `@subql/common` (#161)
11+
- Update `@subql/common`
1012

1113
## [4.4.4] - 2025-11-03
1214
### Changed
@@ -147,7 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147149
- Fixed `assetId` on transaction filter being validated as a string. (#9)
148150

149151
## [1.0.0] - 2022-08-04
150-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.4...HEAD
152+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.5...HEAD
153+
[4.4.5]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.4...common-algorand/4.4.5
151154
[4.4.4]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.3...common-algorand/4.4.4
152155
[4.4.3]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.2...common-algorand/4.4.3
153156
[4.4.2]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.1...common-algorand/4.4.2

packages/common-algorand/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/common-algorand",
3-
"version": "4.4.4",
3+
"version": "4.4.5",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",
@@ -14,7 +14,7 @@
1414
"main": "dist/index.js",
1515
"license": "GPL-3.0",
1616
"dependencies": {
17-
"@subql/common": "^5.8.0",
17+
"@subql/common": "^5.8.1",
1818
"@subql/types-algorand": "workspace:*"
1919
},
2020
"peerDependencies": {

packages/node/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ 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+
## [4.0.5] - 2025-11-05
810
### Changed
9-
- Update `@subql/common`, `@subql/node-core` (#161)
11+
- Update `@subql/common`, `@subql/node-core`
1012

1113
## [4.0.4] - 2025-11-03
1214
### Changed
@@ -318,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
318320
- Synced latest changes from main repo. (#10)
319321

320322
## [1.6.0] - 2022-08-04
321-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...HEAD
323+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.5...HEAD
324+
[4.0.5]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...node-algorand/4.0.5
322325
[4.0.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...node-algorand/4.0.4
323326
[4.0.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...node-algorand/4.0.3
324327
[4.0.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.1...node-algorand/4.0.2

packages/node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node-algorand",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "",
55
"author": "Ian He",
66
"license": "GPL-3.0",
@@ -24,9 +24,9 @@
2424
"@nestjs/event-emitter": "^2.0.0",
2525
"@nestjs/platform-express": "^11.0.10",
2626
"@nestjs/schedule": "^5.0.1",
27-
"@subql/common": "^5.8.0",
27+
"@subql/common": "^5.8.1",
2828
"@subql/common-algorand": "workspace:*",
29-
"@subql/node-core": "^18.5.0",
29+
"@subql/node-core": "^18.5.1",
3030
"@subql/types-algorand": "workspace:*",
3131
"algosdk": "^2.8.0",
3232
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)