Skip to content

Commit

Permalink
[release] 20241127 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Nov 28, 2024
1 parent 806fb8b commit 342b1c6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/1115b468.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-near"
Empty file added .yarn/versions/705cd242.yml
Empty file.
5 changes: 4 additions & 1 deletion packages/common-near/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]

## [4.1.5] - 2024-11-27
### Changed
- Bump `@subql/common` dependency

Expand Down Expand Up @@ -104,7 +106,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/4.1.4...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.1.5...HEAD
[4.1.5]: https://github.com/subquery/subql-near/compare/common-near/4.1.4...common-near/4.1.5
[4.1.4]: https://github.com/subquery/subql-near/compare/common-near/4.1.3...common-near/4.1.4
[4.1.3]: https://github.com/subquery/subql-near/compare/common-near/4.1.0...common-near/4.1.3
[4.1.0]: https://github.com/subquery/subql-near/compare/common-near/4.0.0...common-near/4.1.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": "4.1.5-0",
"version": "4.1.5",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/bn.js": "5.1.5",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "4.1.4"
}
}
6 changes: 4 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ 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]

## [4.1.0] - 2024-11-27
### Added
- Support for historical indexing by timestamp as well as block height
- Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.


## [4.0.5] - 2024-10-23
### Changed
- Bump `@subql/common` dependency
Expand Down Expand Up @@ -265,7 +266,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/4.0.5...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.1.0...HEAD
[4.1.0]: https://github.com/subquery/subql-near/compare/node-near/4.0.5...node-near/4.1.0
[4.0.5]: https://github.com/subquery/subql-near/compare/node-near/4.0.4...node-near/4.0.5
[4.0.4]: https://github.com/subquery/subql-near/compare/node-near/4.0.1...node-near/4.0.4
[4.0.1]: https://github.com/subquery/subql-near/compare/node-near/4.0.0...node-near/4.0.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": "4.0.6-0",
"version": "4.1.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -49,6 +49,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.0.5"
]
}

0 comments on commit 342b1c6

Please sign in to comment.