Skip to content

Commit

Permalink
[release] 20241022-2 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Oct 22, 2024
1 parent 5782f70 commit 4bbd8a3
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/e80855ac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-algorand"
- "@subql/node-algorand"
6 changes: 3 additions & 3 deletions packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.2] - 2024-10-22
## [4.2.3] - 2024-10-22
### Changed
- Bump `@subql/common` dependency (#135)

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

## [1.0.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.2...HEAD
[4.2.2]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.1...common-algorand/4.2.2
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.3...HEAD
[4.2.3]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.1...common-algorand/4.2.3
[4.2.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.1.0...common-algorand/4.2.1
[4.1.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.0.0...common-algorand/4.1.0
[4.0.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.5.0...common-algorand/4.0.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common-algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-algorand",
"version": "4.2.3-0",
"version": "4.2.3",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,6 +28,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "4.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.14.2] - 2024-10-22
## [3.14.3] - 2024-10-22
### Changed
- Bump `@subql/common` and `@subql/node-core` dependency (#135)

Expand Down Expand Up @@ -269,8 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Synced latest changes from main repo. (#10)

## [1.6.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.2...HEAD
[3.14.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.2
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...HEAD
[3.14.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.3
[3.14.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.13.0...node-algorand/3.14.1
[3.13.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.12.0...node-algorand/3.13.0
[3.12.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.3...node-algorand/3.12.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-algorand",
"version": "3.14.3-0",
"version": "3.14.3",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -52,6 +52,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.14.2"
]
}
6 changes: 3 additions & 3 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0] - 2024-10-22
## [4.0.1] - 2024-10-22
### Changed
- Bump `@subql/types-core` dependency (#135)

Expand Down Expand Up @@ -89,8 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.2.1] - 2022-08-04

## [1.2.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/4.0.0...HEAD
[4.0.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.6.1...types-algorand/4.0.0
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/4.0.1...HEAD
[4.0.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.6.1...types-algorand/4.0.1
[3.6.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.5.0...types-algorand/3.6.1
[3.5.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.4.0...types-algorand/3.5.0
[3.4.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.3.0...types-algorand/3.4.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-algorand",
"version": "4.0.1-0",
"version": "4.0.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -25,6 +25,5 @@
},
"dependencies": {
"@subql/types-core": "^2.0.0"
},
"stableVersion": "4.0.0"
}
}

0 comments on commit 4bbd8a3

Please sign in to comment.