Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 20221123 #1431

Merged
merged 6 commits into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .yarn/versions/015237ca.yml

This file was deleted.

Empty file removed .yarn/versions/03ef475d.yml
Empty file.
Empty file removed .yarn/versions/14c53394.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/1e475f93.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .yarn/versions/21c4c5f4.yml

This file was deleted.

Empty file removed .yarn/versions/45e2a139.yml
Empty file.
Empty file removed .yarn/versions/8b48564d.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/9b3f3abf.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/c0824ad3.yml

This file was deleted.

Empty file removed .yarn/versions/c4913cd6.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/ced606c8.yml

This file was deleted.

4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.9.0] - 2022-11-23
### Added
- Add support to cli/validator for flare (#1416)

## [1.8.0] - 2022-10-27
### Fixed
- Fix CLI init project manifest missing comments issue (#1380)
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "1.8.1-0",
"version": "1.9.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -87,6 +87,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "1.8.0"
}
}
4 changes: 4 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.4.4] - 2022-11-23
### Added
- Add `flare` to network family constants. (#1416)

## [1.4.3] - 2022-10-07
### Added
- Add `ethereum` to network family constants. (#1378)
Expand Down
5 changes: 2 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "1.4.4-0",
"version": "1.4.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -30,6 +30,5 @@
"@types/pino": "^6.3.12",
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1"
},
"stableVersion": "1.4.3"
}
}
7 changes: 7 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.5.0] - 2022-11-23
### Added
- Dictionary auth link integration (#1411)
- Support multi-chain indexing (#1375)
### Changed
- Move enum name generation method to node-core (#1427)

## [1.4.1] - 2022-11-15
### Fixed
- Hot fix for hot schema reload (#1404)
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "1.4.2-4",
"version": "1.5.0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -33,6 +33,5 @@
"sequelize": "6.23.0",
"vm2": "^3.9.9",
"yargs": "^16.2.0"
},
"stableVersion": "1.4.2-3"
}
}
9 changes: 9 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.15.0] - 2022-11-23
## Added
- Dictionary auth link integration (#1411)
- Support multi chain indexing (#1375)
## Changed
- Move runtime logic to its own service, fix missing speChanged logic with getRuntime (#1421)
## Fixed
- Fix force-clean missing remove relate enums (#1427)

## [1.14.1] - 2022-11-16
- Patch release with @subql/node-core fix (#1404)

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",
"version": "1.14.2-5",
"version": "1.15.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -69,6 +69,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.14.2-4"
]
}
9 changes: 7 additions & 2 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.7.0] - 2022-11-15

## [1.8.0] - 2022-11-23
### Fixed
- Fix row estimate in _metadata, only execute SQL when `rowEstimate` included in graphql query field (#1417)
### Changed
- Query explain include graphql query (#1426)
- Support for multi-chain indexing (#1375)

## [1.7.0] - 2022-11-15
### Added
- Added distinct query plugin. (#1401)
### Fixed
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": "1.7.1-6",
"version": "1.8.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -68,6 +68,5 @@
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15",
"typescript": "^4.4.4"
},
"stableVersion": "1.7.1-5"
}
}
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.3.0] - 2022-11-23
### Changed
- Support for multi-chain indexing (#1375)

## [1.2.0] - 2022-08-11
### Changed
- Update `sequelize` to 6.23.0. (#1311)
Expand Down
5 changes: 2 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "1.2.1-1",
"version": "1.3.0",
"description": "",
"packageManager": "yarn@3.1.1",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,5 @@
},
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "1.2.1-0"
}
}
6 changes: 6 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.7.0] - 2022-11-23
### Added
- Add support to validator for flare (#1416)
### Fixed
- Validator missing ipfs chainTypes (#1419)

## [1.6.0] - 2022-10-07
### Added
- Added ethereum to Validator. (#1338)
Expand Down
5 changes: 2 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "1.6.1-1",
"version": "1.7.0",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -29,6 +29,5 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.5"
},
"stableVersion": "1.6.1-0"
}
}