Skip to content

Commit

Permalink
[release] 20231115 (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 authored Nov 15, 2023
1 parent 5a094c8 commit 3b68d7e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .yarn/versions/109b0ac5.yml

This file was deleted.

Empty file removed .yarn/versions/4f6f555c.yml
Empty file.
Empty file removed .yarn/versions/519c3be9.yml
Empty file.
4 changes: 0 additions & 4 deletions .yarn/versions/636bb6ed.yml

This file was deleted.

Empty file removed .yarn/versions/a1a6e922.yml
Empty file.
19 changes: 11 additions & 8 deletions packages/query/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]

## [2.7.0] - 2023-11-15
### Added
- Allow restrictions on query depth, with flag `--query-depth-limit` (#2164)

Expand Down Expand Up @@ -268,9 +270,10 @@ 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.6.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.7.0...HEAD
[2.7.0]: https://github.com/subquery/subql/compare/query/2.6.0...query2.7.0
[2.6.0]: https://github.com/subquery/subql/compare/query/2.5.0...query/2.6.0
[2.5.0]: https://github.com/subquery/subql/compare/v2.4.0...v2.5.0
[2.5.0]: https://github.com/subquery/subql/compare/query/2.4.0...query/2.5.0
[2.4.0]: https://github.com/subquery/subql/compare/query/2.3.0...query/2.4.0
[2.3.0]: https://github.com/subquery/subql/compare/query/2.2.0...query/2.3.0
[2.2.0]: https://github.com/subquery/subql/compare/query/2.1.0...query/2.2.0
Expand Down Expand Up @@ -313,9 +316,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.7.1]: https://github.com/subquery/subql/compare/query/0.7.0...query/0.7.1
[0.7.0]: https://github.com/subquery/subql/compare/query/0.6.0...query/0.7.0
[0.6.0]: https://github.com/subquery/subql/compare/query/0.5.0...query/0.6.0
[0.5.0]: https://github.com/subquery/subql/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/subquery/subql/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/subquery/subql/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/subquery/subql/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/subquery/subql/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/subquery/subql/tag/v0.2.0
[0.5.0]: https://github.com/subquery/subql/compare/query/0.4.0...query/0.5.0
[0.4.0]: https://github.com/subquery/subql/compare/query/0.3.2...query/0.4.0
[0.3.2]: https://github.com/subquery/subql/compare/query/0.3.1...query/0.3.2
[0.3.1]: https://github.com/subquery/subql/compare/query/0.3.0...query/0.3.1
[0.3.0]: https://github.com/subquery/subql/compare/query/0.2.0...query/0.3.0
[0.2.0]: https://github.com/subquery/subql/tag/query/0.2.0
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.6.1-3",
"version": "2.7.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -67,6 +67,5 @@
"@types/rimraf": "^3.0.2",
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
},
"stableVersion": "2.6.1-2"
}
}

0 comments on commit 3b68d7e

Please sign in to comment.