Skip to content

Commit

Permalink
[release] 20231012 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Oct 12, 2023
1 parent 1ddf20d commit 0fa9d08
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/2fa228cb.yml

This file was deleted.

4 changes: 3 additions & 1 deletion packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1] - 2023-10-12
### Changed
- Version bump with `@subql/common` 3.1.2

Expand Down Expand Up @@ -57,7 +58,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/3.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.0.1...HEAD
[3.0.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.0.0...common-algorand/3.0.1
[3.0.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.4.0...common-algorand/3.0.0
[2.4.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.3.0...common-algorand/2.4.0
[2.3.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.2.1...common-algorand/2.3.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": "3.0.1-0",
"version": "3.0.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -32,6 +32,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "3.0.0"
}
}
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.0.1] - 2023-10-12
### Changed
- debug has changed from a boolean to a string to allow scoping debug log level (#2077)

Expand All @@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed AutoQueue timeout issue.
- Fixed Poi sync could block DB IO and drop connection issue.


## [3.0.0] - 2023-10-04
### Changed
- Update `@subql/node-core` and sync with main SDK.
Expand Down Expand Up @@ -149,7 +148,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.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.0.1...HEAD
[3.0.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.0.0...node-algorand/3.0.1
[3.0.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.10.0...node-algorand/3.0.0
[2.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.8.0...node-algorand/2.10.0
[2.8.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.5.2...node-algorand/2.8.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.0.1-0",
"version": "3.0.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.0.0"
]
}

0 comments on commit 0fa9d08

Please sign in to comment.