Skip to content

Commit

Permalink
[release] 20240812 (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Aug 12, 2024
1 parent b072aa9 commit 74348cf
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 42 deletions.
6 changes: 6 additions & 0 deletions .yarn/versions/75c144d8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
undecided:
- "@subql/cli"
- "@subql/node"
- "@subql/node-core"
- "@subql/query"
- "@subql/types"
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ module.exports = {
],

// The regexp pattern or array of patterns that Jest uses to detect test files
testRegex: '.*\\.spec\\.ts$',
testRegex: '.*\\.(spec|test)\\.ts$',

// This option allows the use of a custom results processor
// testResultsProcessor: undefined,
Expand Down
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.1] - 2024-08-12
### Changed
- Default deployment type to SubQuery when deploying to the managed service (#2523).

Expand Down Expand Up @@ -650,7 +652,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.1...HEAD
[5.2.1]: https://github.com/subquery/subql/compare/cli/5.2.0...cli/5.2.1
[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
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.2.1-0",
"version": "5.2.1",
"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.2.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.1] - 2024-08-12
### Fixed
- revert yargs version as it was returning a promise
- DS Processor types not being able to distinguish input and filter types (#2522)
Expand Down Expand Up @@ -805,7 +807,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.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/14.1.1...HEAD
[14.1.1]: https://github.com/subquery/subql/compare/node-core/14.1.0...node-core/14.1.1
[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
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.1.1-1",
"version": "14.1.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -47,6 +47,5 @@
},
"devDependencies": {
"@types/yargs": "^16.0.9"
},
"stableVersion": "14.1.1-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.1] - 2024-08-12
### Fixed
- Subcommands not working because of yargs dependency

Expand Down Expand Up @@ -1293,7 +1295,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.1...HEAD
[5.2.1]: https://github.com/subquery/subql/compare/node/5.2.0...node/5.2.1
[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
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.2.1-0",
"version": "5.2.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -50,6 +50,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.2.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.1] - 2024-08-12
### Fixed
- Revert yargs version

Expand Down Expand Up @@ -347,7 +349,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.14.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.14.1...HEAD
[2.14.1]: https://github.com/subquery/subql/compare/query/2.14.0...query/2.14.1
[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
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.14.1-1",
"version": "2.14.1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -66,6 +66,5 @@
"@types/lodash": "^4.17.7",
"@types/yargs": "^16.0.9",
"nodemon": "^3.1.4"
},
"stableVersion": "2.14.1-0"
}
}
5 changes: 4 additions & 1 deletion packages/types-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]

## [1.1.1] - 2024-08-12
### Fixed
- DS Processor types not being able to distinguish input and filter types (#2522)

Expand Down Expand Up @@ -68,7 +70,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.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/1.1.1...HEAD
[1.1.1]: https://github.com/subquery/subql/compare/types-core/1.1.0...types-core/1.1.1
[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
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.1.1-0",
"version": "1.1.1",
"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.1.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.1] - 2024-08-12
### Fixed
- DS Processor types not being able to distinguish input and filter types (#2522)

Expand Down Expand Up @@ -261,7 +263,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.11.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.1...HEAD
[3.11.1]: https://github.com/subquery/subql/compare/types/3.11.0...types/3.11.1
[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
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.11.1-0",
"version": "3.11.1",
"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.11.0"
}
}
25 changes: 8 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6972,6 +6972,14 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@^1.0.0, @subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
version: 0.0.0-use.local
resolution: "@subql/types-core@workspace:packages/types-core"
dependencies:
package-json-type: ^1.0.3
languageName: unknown
linkType: soft

"@subql/types-core@npm:0.10.0, @subql/types-core@npm:^0.10.0":
version: 0.10.0
resolution: "@subql/types-core@npm:0.10.0"
Expand All @@ -6990,23 +6998,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^1.0.0":
version: 1.0.0
resolution: "@subql/types-core@npm:1.0.0"
dependencies:
package-json-type: ^1.0.3
checksum: 3bed1a6a0b2b8f68d5c13306ee59f68d049d0917eb1588594f96cb125eebc51f321f910157b068a0b5f8a3a36a72fae8c96a22ea77b5adc0410e84330d887405
languageName: node
linkType: hard

"@subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
version: 0.0.0-use.local
resolution: "@subql/types-core@workspace:packages/types-core"
dependencies:
package-json-type: ^1.0.3
languageName: unknown
linkType: soft

"@subql/types-cosmos@npm:3.5.1":
version: 3.5.1
resolution: "@subql/types-cosmos@npm:3.5.1"
Expand Down

0 comments on commit 74348cf

Please sign in to comment.