Skip to content

Commit

Permalink
[release] 20240814 (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Aug 14, 2024
1 parent 2298a0a commit 58c99c0
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 64 deletions.
5 changes: 5 additions & 0 deletions .yarn/versions/2d3b7b53.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
undecided:
- "@subql/cli"
- "@subql/common"
- "@subql/node"
- "@subql/node-core"
5 changes: 3 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.3] - 2024-08-14
### Fixed
- Supports subgraph migration `kind: ethereum`.


## [5.2.2] - 2024-08-14
### Added
- fix case sensitive import for schema entities in codegen (#2211)
Expand Down Expand Up @@ -663,7 +663,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.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.3...HEAD
[5.2.3]: https://github.com/subquery/subql/compare/cli/5.2.2...cli/5.2.3
[5.2.2]: https://github.com/subquery/subql/compare/cli/5.2.1...cli/5.2.2
[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
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.3-0",
"version": "5.2.3",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -88,6 +88,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.1] - 2024-08-13
## [5.1.1] - 2024-08-14
### Added
- Update polkadot/api library

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

[Unreleased]: https://github.com/stepanLav/subql/compare/v5.1.1...HEAD
[5.1.1]: https://github.com/stepanLav/subql/compare/v5.1.0...v5.1.1
[Unreleased]: https://github.com/subquery/subql/compare/common/5.1.1...HEAD
[5.1.1]: https://github.com/subquery/subql/compare/common/5.1.0...common/5.1.1
[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
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.1.1-0",
"version": "5.1.1",
"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.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [14.1.2] - 2024-08-13
## [14.1.2] - 2024-08-14
### Added
- Update polkadot/api library

Expand Down Expand Up @@ -811,8 +811,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/stepanLav/subql/compare/v14.1.2...HEAD
[14.1.2]: https://github.com/stepanLav/subql/compare/v14.1.1...v14.1.2
[Unreleased]: https://github.com/subquery/subql/compare/node-core/14.1.2...HEAD
[14.1.2]: https://github.com/subquery/subql/compare/node-core/14.1.1...node-core/14.1.2
[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
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.2-0",
"version": "14.1.2",
"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"
}
}
6 changes: 3 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.2] - 2024-08-13
## [5.2.2] - 2024-08-14
### Added
- Update polkadot/api library

Expand Down Expand Up @@ -1299,8 +1299,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/stepanLav/subql/compare/v5.2.2...HEAD
[5.2.2]: https://github.com/stepanLav/subql/compare/v5.2.1...v5.2.2
[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.2...HEAD
[5.2.2]: https://github.com/subquery/subql/compare/node/5.2.1...node/5.2.2
[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
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.2-0",
"version": "5.2.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -50,6 +50,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.2.1"
]
}
6 changes: 3 additions & 3 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.11.2] - 2024-08-13
## [3.11.2] - 2024-08-14
### Added
- Update polkadot/api library

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

[Unreleased]: https://github.com/stepanLav/subql/compare/v3.11.2...HEAD
[3.11.2]: https://github.com/stepanLav/subql/compare/v3.11.1...v3.11.2
[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.2...HEAD
[3.11.2]: https://github.com/subquery/subql/compare/types/3.11.1...types/3.11.2
[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
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.2-0",
"version": "3.11.2",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,6 +24,5 @@
},
"devDependencies": {
"@polkadot/api": "^12.3.1"
},
"stableVersion": "3.11.1"
}
}
54 changes: 19 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6803,40 +6803,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^4.0.0, @subql/common@npm:^4.1.1":
version: 4.1.1
resolution: "@subql/common@npm:4.1.1"
dependencies:
"@subql/types-core": 0.10.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 2f578678b5af8190639ada7e2f22401b3ca7b7c7cab1bfdeb5860365c14e6c6a8724b02c95f1f8fedfcc01205d02d3de45cd486e2c3ee10ff5f898f973d6e0dc
languageName: node
linkType: hard

"@subql/common@npm:^5.0.0":
version: 5.1.0
resolution: "@subql/common@npm:5.1.0"
dependencies:
"@subql/types-core": 1.1.1
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.1
js-yaml: ^4.1.0
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: 6b568f1c43ffe16991038393c2f9305dd502467f897b858f76e5be119dd6ae5b294624b1bec2d58d87a3ecbc8097927dda2fc87f8c96eecdb94101234dfcd2f9
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
"@subql/common@^5.0.0, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
Expand All @@ -6854,6 +6821,23 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^4.0.0, @subql/common@npm:^4.1.1":
version: 4.1.1
resolution: "@subql/common@npm:4.1.1"
dependencies:
"@subql/types-core": 0.10.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 2f578678b5af8190639ada7e2f22401b3ca7b7c7cab1bfdeb5860365c14e6c6a8724b02c95f1f8fedfcc01205d02d3de45cd486e2c3ee10ff5f898f973d6e0dc
languageName: node
linkType: hard

"@subql/node-core@workspace:*, @subql/node-core@workspace:packages/node-core":
version: 0.0.0-use.local
resolution: "@subql/node-core@workspace:packages/node-core"
Expand Down Expand Up @@ -6991,7 +6975,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@1.1.1, @subql/types-core@^1.0.0, @subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
"@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:
Expand Down

0 comments on commit 58c99c0

Please sign in to comment.