Skip to content

Commit

Permalink
[release] 20240125 (#95)
Browse files Browse the repository at this point in the history
* Update @subql deps

* [release] 20240125

* update changelog

* update changelog

---------

Co-authored-by: bz888 <[email protected]>
Co-authored-by: bz888 <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2024
1 parent 4c63168 commit 73808f1
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 101 deletions.
3 changes: 0 additions & 3 deletions .yarn/versions/0fe948d8.yml

This file was deleted.

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

## [Unreleased]

## [3.2.0] - 2024-01-25
### Changed
- bump with @subql/common 3.3.1

## [3.1.1] - 2023-12-12
### Changed
Expand Down Expand Up @@ -63,7 +66,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.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/3.2.0...HEAD
[3.2.0]: https://github.com/subquery/subql-near/compare/common-near/3.1.1...common-near/3.2.0
[3.1.1]: https://github.com/subquery/subql-near/compare/common-near/3.1.0...common-near/3.1.1
[3.1.0]: https://github.com/subquery/subql-near/compare/common-near/3.0.1...common-near/3.1.0
[3.0.1]: https://github.com/subquery/subql-near/compare/common-near/3.0.0...common-near/3.0.1
Expand Down
7 changes: 3 additions & 4 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.1.2-0",
"version": "3.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": "^3.3.0",
"@subql/common": "^3.3.1",
"@subql/types-near": "workspace:*",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.13"
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.1.1"
}
}
9 changes: 8 additions & 1 deletion 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]

## [3.5.0] - 2024-01-25
### Changed
- Update @subql/node-core with
- a performance fix when using modulo filters with other datasources
- support for CSV exports
- support for schema migrations

## [3.4.6] - 2023-12-12
### Changed
Expand Down Expand Up @@ -186,7 +192,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.4.6...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.5.0...HEAD
[3.5.0]: https://github.com/subquery/subql-near/compare/node-near/3.4.6...node-near/3.5.0
[3.4.6]: https://github.com/subquery/subql-near/compare/node-near/3.4.5...node-near/3.4.6
[3.4.5]: https://github.com/subquery/subql-near/compare/node-near/3.4.4...node-near/3.4.5
[3.4.4]: https://github.com/subquery/subql-near/compare/node-near/3.4.3...node-near/3.4.4
Expand Down
9 changes: 4 additions & 5 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.4.7-0",
"version": "3.5.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -25,9 +25,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.3.0",
"@subql/common": "^3.3.1",
"@subql/common-near": "workspace:*",
"@subql/node-core": "^7.0.2",
"@subql/node-core": "^7.1.0",
"@subql/types-near": "workspace:*",
"cron-converter": "^1.0.2",
"eventemitter2": "^6.4.5",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.4.6"
]
}
Loading

0 comments on commit 73808f1

Please sign in to comment.