Skip to content

Commit

Permalink
[release] 20240410
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Apr 10, 2024
1 parent 95d5f90 commit 9820064
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
4 changes: 3 additions & 1 deletion packages/common-near/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.4.0] - 2024-04-10
### Changed
- version bump with `@subql/common`

Expand Down Expand Up @@ -77,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add transaction receipts handlers and filters (#13)

## [1.0.0] - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/3.3.1...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/3.4.0...HEAD
[3.4.0]: https://github.com/subquery/subql-near/compare/common-near/3.3.1...common-near/3.4.0
[3.3.1]: https://github.com/subquery/subql-near/compare/common-near/3.3.0...common-near/3.3.1
[3.3.0]: https://github.com/subquery/subql-near/compare/common-near/3.2.0...common-near/3.3.0
[3.2.0]: https://github.com/subquery/subql-near/compare/common-near/3.1.1...common-near/3.2.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-near",
"version": "3.3.2-1",
"version": "3.4.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/bn.js": "4.11.6",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "3.3.2-0"
}
}
6 changes: 4 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.10.0] - 2024-04-10
### Changed
- Updated with node-core. Now dictionary supports multiple endpoints, indexer will fetch and switch dictionaries based on available blocks

### Fixed
- Updated with node-core ,also fixed:
- Fix modulo block didn't apply correctly with multiple dataSources
- Now when `workers` set to 0, it will use block dispatcher instead of throw and exit


## [3.9.1] - 2024-03-14
### Changed
- Update `@subql/node-core` to 4.7.2 with graphql comments escaping fix
Expand Down Expand Up @@ -220,7 +221,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `toJson` method to function args (#9)

## 1.18.0 - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.9.1...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.10.0...HEAD
[3.10.0]: https://github.com/subquery/subql-near/compare/node-near/3.9.1...node-near/3.10.0
[3.9.1]: https://github.com/subquery/subql-near/compare/node-near/3.9.0...node-near/3.9.1
[3.9.0]: https://github.com/subquery/subql-near/compare/node-near/3.8.1...node-near/3.9.0
[3.8.1]: https://github.com/subquery/subql-near/compare/node-near/3.8.0...node-near/3.8.1
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-near",
"version": "3.9.2-1",
"version": "3.10.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.9.2-0"
]
}
5 changes: 3 additions & 2 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0] - 2024-04-10
### Changed
- Update `@subql/types-core`


## [3.1.3] - 2024-02-07
### Changed
- Update `@subql/types-core`
Expand Down Expand Up @@ -67,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Args type for funciton calls (#9)

## [1.0.0] - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.1.3...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.2.0...HEAD
[3.2.0]: https://github.com/subquery/subql-near/compare/types-near/3.1.3...types-near/3.2.0
[3.1.3]: https://github.com/subquery/subql-near/compare/types-near/3.1.2...types-near/3.1.3
[3.1.2]: https://github.com/subquery/subql-near/compare/types-near/3.1.1...types-near/3.1.2
[3.1.1]: https://github.com/subquery/subql-near/compare/types-near/3.1.0...types-near/3.1.1
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-near",
"version": "3.1.4-1",
"version": "3.2.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -23,6 +23,5 @@
},
"devDependencies": {
"@types/app-module-path": "^2.2.0"
},
"stableVersion": "3.1.4-0"
}
}

0 comments on commit 9820064

Please sign in to comment.