Skip to content

Commit cebd78f

Browse files
authored
[release] 20250701 (#155)
1 parent 5ac4593 commit cebd78f

File tree

9 files changed

+61
-14
lines changed

9 files changed

+61
-14
lines changed

.yarn/versions/9545356f.yml

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

.yarn/versions/97cacd2d.yml

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

.yarn/versions/cdc32940.yml

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

packages/common-algorand/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+
## [4.4.3] - 2025-07-01
810
### Changed
911
- Update `@subql/common` (#154)
1012

@@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139141
- Fixed `assetId` on transaction filter being validated as a string. (#9)
140142

141143
## [1.0.0] - 2022-08-04
142-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.2...HEAD
144+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.3...HEAD
145+
[4.4.3]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.2...common-algorand/4.4.3
143146
[4.4.2]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.1...common-algorand/4.4.2
144147
[4.4.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.0...common-algorand/4.4.1
145148
[4.4.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.3.1...common-algorand/4.4.0

packages/common-algorand/package.json

Lines changed: 14 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.3-0",
3+
"version": "4.4.3",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",
@@ -29,5 +29,17 @@
2929
"@types/pino": "^6.3.12",
3030
"@types/semver": "^7"
3131
},
32-
"stableVersion": "4.4.2"
32+
"files": [
33+
"/dist",
34+
"!/dist/**/*.spec.js",
35+
"!/dist/**/*.spec.d.ts",
36+
"!/dist/**/*.spec.js.map",
37+
"!/dist/**/*.test.js",
38+
"!/dist/**/*.test.d.ts",
39+
"!/dist/**/*.test.js.map",
40+
"package.json",
41+
"README.md",
42+
"CHANGELOG.md",
43+
"LICENSE"
44+
]
3345
}

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+
## [4.0.3] - 2025-07-01
810
### Changed
911
- Update `@subql/common` and `@subql/node-core` (#154)
1012

@@ -310,7 +312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310312
- Synced latest changes from main repo. (#10)
311313

312314
## [1.6.0] - 2022-08-04
313-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...HEAD
315+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...HEAD
316+
[4.0.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...node-algorand/4.0.3
314317
[4.0.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.1...node-algorand/4.0.2
315318
[4.0.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.0...node-algorand/4.0.1
316319
[4.0.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.17.0...node-algorand/4.0.0

packages/node/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node-algorand",
3-
"version": "4.0.3-0",
3+
"version": "4.0.3",
44
"description": "",
55
"author": "Ian He",
66
"license": "GPL-3.0",
@@ -50,8 +50,17 @@
5050
"@subql/utils": "*"
5151
},
5252
"files": [
53+
"/bin",
5354
"/dist",
54-
"/bin"
55-
],
56-
"stableVersion": "4.0.2"
55+
"!/dist/**/*.spec.js",
56+
"!/dist/**/*.spec.d.ts",
57+
"!/dist/**/*.spec.js.map",
58+
"!/dist/**/*.test.js",
59+
"!/dist/**/*.test.d.ts",
60+
"!/dist/**/*.test.js.map",
61+
"package.json",
62+
"README.md",
63+
"CHANGELOG.md",
64+
"LICENSE"
65+
]
5766
}

packages/types/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+
## [4.1.1] - 2025-07-01
810
### Changed
911
- Update `@subql/types-core` (#154)
1012

@@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9597
## [1.2.1] - 2022-08-04
9698

9799
## [1.2.0] - 2022-08-04
98-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/4.1.0...HEAD
100+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/4.1.1...HEAD
101+
[4.1.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/4.1.0...types-algorand/4.1.1
99102
[4.1.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/4.0.1...types-algorand/4.1.0
100103
[4.0.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.6.1...types-algorand/4.0.1
101104
[3.6.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.5.0...types-algorand/3.6.1

packages/types/package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/types-algorand",
3-
"version": "4.1.1-0",
3+
"version": "4.1.1",
44
"description": "",
55
"homepage": "https://github.com/subquery/subql",
66
"repository": "github:subquery/subql-algorand",
@@ -13,8 +13,17 @@
1313
"main": "dist/index.js",
1414
"license": "GPL-3.0",
1515
"files": [
16-
"src/global.d.ts",
17-
"/dist"
16+
"/dist",
17+
"!/dist/**/*.spec.js",
18+
"!/dist/**/*.spec.d.ts",
19+
"!/dist/**/*.spec.js.map",
20+
"!/dist/**/*.test.js",
21+
"!/dist/**/*.test.d.ts",
22+
"!/dist/**/*.test.js.map",
23+
"package.json",
24+
"README.md",
25+
"CHANGELOG.md",
26+
"LICENSE"
1827
],
1928
"peerDependencies": {
2029
"algosdk": "^2.8.0"
@@ -25,6 +34,5 @@
2534
},
2635
"dependencies": {
2736
"@subql/types-core": "^2.1.0"
28-
},
29-
"stableVersion": "4.1.0"
37+
}
3038
}

0 commit comments

Comments
 (0)