Skip to content

Commit

Permalink
[release] 20240626 query aggregates plugin (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Jun 26, 2024
1 parent 7c15bad commit c059de8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Empty file added .yarn/versions/aed25208.yml
Empty file.
4 changes: 3 additions & 1 deletion packages/query/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]

## [2.13.1] - 2024-06-26
### Fixed
- Fixed the aggregate query, type conversion causes precision loss.

Expand Down Expand Up @@ -329,7 +330,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process

[Unreleased]: https://github.com/subquery/subql/compare/query/2.13.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.13.1...HEAD
[2.13.1]: https://github.com/subquery/subql/compare/query/2.13.0...query/2.13.1
[2.13.0]: https://github.com/subquery/subql/compare/query/2.12.1...query/2.13.0
[2.12.1]: https://github.com/subquery/subql/compare/query/2.12.0...query/2.12.1
[2.12.0]: https://github.com/subquery/subql/compare/query/2.11.1...query/2.12.0
Expand Down
5 changes: 2 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.13.1-0",
"version": "2.13.1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -70,6 +70,5 @@
"@types/rimraf": "^3.0.2",
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
},
"stableVersion": "2.13.0"
}
}

0 comments on commit c059de8

Please sign in to comment.