Skip to content

Commit

Permalink
[release] 20240311 (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Mar 7, 2024
1 parent f1490c4 commit d6dce17
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/6b90a9bc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/cli"
- "@subql/node-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]

## [4.4.1] - 2024-03-08
### Fixed
- Access token paths on Windows for commands other than publish (#2291)

Expand Down Expand Up @@ -540,7 +542,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/4.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.4.1...HEAD
[4.4.1]: https://github.com/subquery/subql/compare/cli/4.4.0...cli/4.4.1
[4.4.0]: https://github.com/subquery/subql/compare/cli/4.3.0...cli/4.4.0
[4.3.0]: https://github.com/subquery/subql/compare/cli/4.2.7...cli/4.3.0
[4.2.7]: https://github.com/subquery/subql/compare/cli/4.2.6...cli/4.2.7
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": "4.4.1-0",
"version": "4.4.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -90,6 +90,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.4.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]

## [7.4.1] - 2024-03-08
### Fixed
- Memory leak with workers and large number of (dynamic) datasources (#2292)
- Add missing `bytes` scalar type (#2293)
Expand Down Expand Up @@ -594,7 +596,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/7.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.4.1...HEAD
[7.4.1]: https://github.com/subquery/subql/compare/node-core/7.4.0...node-core/7.4.1
[7.4.0]: https://github.com/subquery/subql/compare/node-core/7.3.1...node-core/7.4.0
[7.3.1]: https://github.com/subquery/subql/compare/node-core/7.3.0...node-core/7.3.1
[7.3.0]: https://github.com/subquery/subql/compare/node-core/7.2.1...node-core/7.3.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": "7.4.1-1",
"version": "7.4.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/async-lock": "^1"
},
"stableVersion": "7.4.1-0"
}
}
6 changes: 5 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.9.1] - 2024-03-08
### Changed
- Remove usage of deprecated type
- Update `@subql/node-core` with bug fixes

## [3.9.0] - 2024-03-05
### Changed
Expand Down Expand Up @@ -1123,7 +1126,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/3.9.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.9.1...HEAD
[3.9.1]: https://github.com/subquery/subql/compare/node/3.9.0...node/3.9.1
[3.9.0]: https://github.com/subquery/subql/compare/node/3.6.1...node/3.9.0
[3.6.1]: https://github.com/subquery/subql/compare/node/3.6.0...node/3.6.1
[3.6.0]: https://github.com/subquery/subql/compare/node/3.5.3...node/3.6.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": "3.9.1-0",
"version": "3.9.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.9.0"
]
}

0 comments on commit d6dce17

Please sign in to comment.