Skip to content

Commit

Permalink
[release] 20240910 (#133)
Browse files Browse the repository at this point in the history
* [release] 20240910

* Update Dependency

* Update Dependency

* SecondLayerHandlerProcessor_1_0_0 build faild

* change log
  • Loading branch information
yoozo authored Sep 10, 2024
1 parent c814f72 commit a224673
Show file tree
Hide file tree
Showing 9 changed files with 346 additions and 223 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/ee3fc6c9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-algorand"
- "@subql/types-algorand"
2 changes: 2 additions & 0 deletions packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Bump version with `@subql/common`

## [4.1.0] - 2024-08-07
### Removed
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "4.2.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,7 +14,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "^5.0.0",
"@subql/common": "^5.1.2",
"@subql/types-algorand": "workspace:*"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Bump version with `node-core` and `@subql/common`

## [3.13.0] - 2024-08-07
### Changed
Expand Down
6 changes: 3 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.13.0",
"version": "3.14.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,9 +24,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^5.0.0",
"@subql/common": "^5.1.2",
"@subql/common-algorand": "workspace:*",
"@subql/node-core": "^14.0.0",
"@subql/node-core": "^14.1.4",
"@subql/types-algorand": "workspace:*",
"algosdk": "^2.8.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Bump version with `@subql/types-core`

## [3.5.0] - 2024-08-07
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-algorand",
"version": "3.5.0",
"version": "3.6.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -24,6 +24,6 @@
"algosdk": "^2.8.0"
},
"dependencies": {
"@subql/types-core": "^1.0.0"
"@subql/types-core": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/types/src/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ export type SecondLayerHandlerProcessor<
E,
DS extends AlgorandCustomDataSource = AlgorandCustomDataSource
> =
| SecondLayerHandlerProcessor_0_0_0<RuntimeFilterMap, K, F, E, DS, Indexer>
| SecondLayerHandlerProcessor_1_0_0<RuntimeFilterMap, K, F, E, DS, Indexer>;
| SecondLayerHandlerProcessor_0_0_0<K, RuntimeHandlerInputMap, RuntimeFilterMap, F, E, DS, Indexer>
| SecondLayerHandlerProcessor_1_0_0<K, RuntimeHandlerInputMap, RuntimeFilterMap, F, E, DS, Indexer>;

export type SecondLayerHandlerProcessorArray<
K extends string,
Expand Down
Loading

0 comments on commit a224673

Please sign in to comment.