Skip to content

Commit

Permalink
[release] 20240805 (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Aug 5, 2024
1 parent 8adf5c4 commit e9f357d
Show file tree
Hide file tree
Showing 20 changed files with 91 additions and 88 deletions.
9 changes: 9 additions & 0 deletions .yarn/versions/801fb397.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
undecided:
- "@subql/cli"
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
- "@subql/node-core"
- "@subql/query"
- "@subql/types"
- "@subql/types-core"
5 changes: 4 additions & 1 deletion packages/cli/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]

## [5.2.0] - 2024-08-05
### Changed
- Update inquirer dependencies (#2501)
- Improve endpoint type to be based on core type (#2511)
Expand Down Expand Up @@ -646,7 +648,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/5.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.0...HEAD
[5.2.0]: https://github.com/subquery/subql/compare/cli/5.1.1...cli/5.2.0
[5.1.1]: https://github.com/subquery/subql/compare/cli/5.1.0...cli/5.1.1
[5.1.0]: https://github.com/subquery/subql/compare/cli/5.0.1...cli/5.1.0
[5.0.1]: https://github.com/subquery/subql/compare/cli/5.0.0...cli/5.0.1
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": "5.1.2-1",
"version": "5.2.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": "5.1.2-0"
}
}
5 changes: 4 additions & 1 deletion packages/common-substrate/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.3.0] - 2024-08-05
### Changed
- Update dependencies (#2518)

Expand Down Expand Up @@ -183,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.0...HEAD
[4.3.0]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...common-substrate/4.3.0
[4.2.0]: https://github.com/subquery/subql/compare/common-substrate/4.1.1...common-substrate/4.2.0
[4.1.1]: https://github.com/subquery/subql/compare/common-substrate/4.1.0...common-substrate/4.1.1
[4.1.0]: https://github.com/subquery/subql/compare/common-substrate/4.0.1...common-substrate/4.1.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-substrate",
"version": "4.2.1-0",
"version": "4.3.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -20,6 +20,5 @@
"peerDependencies": {
"class-transformer": "*",
"class-validator": "*"
},
"stableVersion": "4.2.0"
}
}
5 changes: 4 additions & 1 deletion packages/common/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]

## [5.1.0] - 2024-08-05
### Removed
- `findAvailablePort` function, it now lives in `@subql/utils` (#2518)

Expand Down Expand Up @@ -401,7 +403,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common/5.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/5.1.0...HEAD
[5.1.0]: https://github.com/subquery/subql/compare/common/5.0.0...common/5.1.0
[5.0.0]: https://github.com/subquery/subql/compare/common/4.1.1...common/5.0.0
[4.1.1]: https://github.com/subquery/subql/compare/common/4.1.0...common/4.1.1
[4.1.0]: https://github.com/subquery/subql/compare/common/4.0.1...common/4.1.0
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": "5.0.1-0",
"version": "5.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"@types/update-notifier": "^6"
},
"stableVersion": "5.0.0"
}
}
5 changes: 4 additions & 1 deletion packages/node-core/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]

## [14.1.0] - 2024-08-05
### Changed
- Update dependencies (#2518)

Expand Down Expand Up @@ -800,7 +802,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)

[Unreleased]: https://github.com/subquery/subql/compare/node-core/14.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/14.1.0...HEAD
[14.1.0]: https://github.com/subquery/subql/compare/node-core/14.0.0...node-core/14.1.0
[14.0.0]: https://github.com/subquery/subql/compare/node-core/13.0.2...node-core/14.0.0
[13.0.2]: https://github.com/subquery/subql/compare/node-core/13.0.1...node-core/13.0.2
[13.0.1]: https://github.com/subquery/subql/compare/node-core/13.0.0...node-core/13.0.1
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": "14.0.1-0",
"version": "14.1.0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -44,6 +44,5 @@
"toposort-class": "^1.0.1",
"vm2": "^3.9.19",
"yargs": "^17.7.2"
},
"stableVersion": "14.0.0"
}
}
5 changes: 4 additions & 1 deletion packages/node/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]

## [5.2.0] - 2024-08-05
### Changed
- Update dependencies (#2518)

Expand Down Expand Up @@ -1289,7 +1291,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/5.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.0...HEAD
[5.2.0]: https://github.com/subquery/subql/compare/node/5.1.0...node/5.2.0
[5.1.0]: https://github.com/subquery/subql/compare/node/5.0.2...node/5.1.0
[5.0.2]: https://github.com/subquery/subql/compare/node/5.0.1...node/5.0.2
[5.0.1]: https://github.com/subquery/subql/compare/node/5.0.0...node/5.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",
"version": "5.1.1-0",
"version": "5.2.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -52,6 +52,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.1.0"
]
}
5 changes: 4 additions & 1 deletion 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.14.0] - 2024-08-05
### Changed
- Update dependencies (#2518)

Expand Down Expand Up @@ -340,7 +342,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.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.14.0...HEAD
[2.14.0]: https://github.com/subquery/subql/compare/query/2.13.3...query/2.14.0
[2.13.3]: https://github.com/subquery/subql/compare/query/2.13.2...query/2.13.3
[2.13.2]: https://github.com/subquery/subql/compare/query/2.13.1...query/2.13.2
[2.13.1]: https://github.com/subquery/subql/compare/query/2.13.0...query/2.13.1
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.4-0",
"version": "2.14.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -66,6 +66,5 @@
"@types/lodash": "^4.17.7",
"@types/yargs": "^16.0.4",
"nodemon": "^3.1.4"
},
"stableVersion": "2.13.3"
}
}
7 changes: 6 additions & 1 deletion packages/types-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2024-08-05
### Changed
- Update dependencies (#2518)

## [1.0.0] - 2024-08-01
### Added
- New endpoint type to allow specifying endpoint config (#2511)
Expand Down Expand Up @@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release of new package containing types common to all chains

[Unreleased]: https://github.com/subquery/subql/compare/types-core/1.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/1.1.0...HEAD
[1.1.0]: https://github.com/subquery/subql/compare/types-core/1.0.0...types-core/1.1.0
[1.0.0]: https://github.com/subquery/subql/compare/types-core/0.10.0...types-core/1.0.0
[0.10.0]: https://github.com/subquery/subql/compare/types-core/0.9.1...types-core/0.10.0
[0.9.1]: https://github.com/subquery/subql/compare/types-core/0.9.0...types-core/0.9.1
Expand Down
5 changes: 2 additions & 3 deletions packages/types-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-core",
"version": "1.0.1-0",
"version": "1.1.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,6 +17,5 @@
],
"devDependencies": {
"package-json-type": "^1.0.3"
},
"stableVersion": "1.0.0"
}
}
5 changes: 4 additions & 1 deletion packages/types/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]

## [3.11.0] - 2024-08-05
### Changed
- Update dependencies (#2518)

Expand Down Expand Up @@ -257,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- support block handler

[Unreleased]: https://github.com/subquery/subql/compare/types/3.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.0...HEAD
[3.11.0]: https://github.com/subquery/subql/compare/types/3.10.0...types/3.11.0
[3.10.0]: https://github.com/subquery/subql/compare/types/3.9.0...types/3.10.0
[3.9.0]: https://github.com/subquery/subql/compare/types/3.8.0...types/3.9.0
[3.8.0]: https://github.com/subquery/subql/compare/types/3.7.0...types/3.8.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.10.1-0",
"version": "3.11.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,6 +24,5 @@
},
"devDependencies": {
"@polkadot/api": "^12.2.3"
},
"stableVersion": "3.10.0"
}
}
5 changes: 4 additions & 1 deletion packages/utils/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.14.0] - 2024-08-05
### Added
- `findAvailablePort` function from common package (#2518)

Expand Down Expand Up @@ -168,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update polkadot/api to 9

[Unreleased]: https://github.com/subquery/subql/compare/utils/2.13.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.14.0...HEAD
[2.14.0]: https://github.com/subquery/subql/compare/utils/2.13.1...utils/2.14.0
[2.13.1]: https://github.com/subquery/subql/compare/utils/2.13.0...utils/2.13.1
[2.13.0]: https://github.com/subquery/subql/compare/utils/2.12.1...utils/2.13.0
[2.12.1]: https://github.com/subquery/subql/compare/utils/2.12.0...utils/2.12.1
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": "2.13.2-0",
"version": "2.14.0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,5 @@
"devDependencies": {
"@types/detect-port": "^1.3.5",
"@types/pino": "^6.3.12"
},
"stableVersion": "2.13.1"
}
}
Loading

0 comments on commit e9f357d

Please sign in to comment.