Skip to content

Commit

Permalink
Merge pull request #20 from subquery/release-20221111
Browse files Browse the repository at this point in the history
[release] 20221111
  • Loading branch information
jiqiang90 authored Nov 10, 2022
2 parents aef505d + cd4d7b6 commit 2f8bdf2
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/6471cacc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/74cf6737.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/9e7eae8d.yml

This file was deleted.

4 changes: 4 additions & 0 deletions packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.1.0] - 2022-11-11
### Added
- Added timestamp to BlockFilter. (#19)

## [1.0.1] - 2022-08-09
### Fixes
- Fixed `assetId` on transaction filter being validated as a string. (#9)
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": "1.0.2-0",
"version": "1.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -26,6 +26,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "1.0.1"
}
}
6 changes: 6 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.0] - 2022-11-11
### Updated
- Sync with latest changes on Substrate SDK: (#19)
- Add timestamp filter to block handler.
- Update reindex subcommand.

## [1.10.0] - 2022-10-12
### Updated
- Sync with latest changes on Substrate SDK:
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": "1.10.1-1",
"version": "1.11.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -70,6 +70,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.10.1-0"
]
}
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.4.0] - 2022-11-11
### Changed
- Sync changes from main SDK, update `AlgorandBlockFilter` include timestamp.

## [1.3.0] - 2022-09-02

### Changed
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": "1.3.1-2",
"version": "1.4.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -21,6 +21,5 @@
"devDependencies": {
"@types/app-module-path": "^2.2.0",
"algosdk": "^1.19.0"
},
"stableVersion": "1.3.1-1"
}
}

0 comments on commit 2f8bdf2

Please sign in to comment.