Skip to content

Commit

Permalink
[release] 20240909 (#2553)
Browse files Browse the repository at this point in the history
* [release] 20240909

* @subql/node-core update
  • Loading branch information
yoozo authored Sep 10, 2024
1 parent ec75f6d commit ea5ce7d
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 48 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/fc193ed1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/cli"
- "@subql/common"
- "@subql/node-core"
7 changes: 6 additions & 1 deletion packages/cli/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]

## [5.2.5] - 2024-09-09
### Changed
- Bump webpack from 5.93.0 to 5.94.0

## [5.2.4] - 2024-08-23
### Fixed
- Fix migrate schema missing conversion for `Bytes` and `BigDecimal` type (#2538)
Expand Down Expand Up @@ -667,7 +671,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.4...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.5...HEAD
[5.2.5]: https://github.com/subquery/subql/compare/cli/5.2.4...cli/5.2.5
[5.2.4]: https://github.com/subquery/subql/compare/cli/5.2.3...cli/5.2.4
[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
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.5-0",
"version": "5.2.5",
"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.4"
}
}
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.2] - 2024-09-09
### Changed
- Expose CID on IPFS Reader (#2551)

Expand Down Expand Up @@ -409,7 +411,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.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/5.1.2...HEAD
[5.1.2]: https://github.com/subquery/subql/compare/common/5.1.1...common/5.1.2
[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
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.2-0",
"version": "5.1.2",
"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.1"
}
}
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.4] - 2024-09-09
### Changed
- Reuse the same temp dir when project is from IPFS (#2551)

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

## [Unreleased]

### Changed
- Update Dependency `node-core`

## [5.2.3] - 2024-08-23
### Fixed
- Revert rimraf version
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "5.2.3",
"version": "5.2.4",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down
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.1
resolution: "@subql/common@npm:5.1.1"
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: 7e8eeb5bb0242c178df8f68d38f078799d896837bd260804abcdf44eaa8b2ea1f28823d611d3b1a271e5216d0fc1b4a764a417ad9ac83b5c061e9761cc838ffc
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 @@ -6992,7 +6976,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 ea5ce7d

Please sign in to comment.