Skip to content

Commit

Permalink
[release] 20240801 (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Aug 1, 2024
1 parent 83d829d commit 7c108b6
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 24 deletions.
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.2.0] - 2024-08-01
### Added
- Updated `@subql\common` with support for endpoint specific configs (#2511)

Expand Down Expand Up @@ -179,7 +181,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.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...HEAD
[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
[4.0.1]: https://github.com/subquery/subql/compare/common-substrate/4.0.0...common-substrate/4.0.1
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.1.2-0",
"version": "4.2.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/bn.js": "4.11.6",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "4.1.1"
}
}
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.0.0] - 2024-08-01
### Added
- New type for endpoint to allow specifying endpoint options (#2511)

Expand Down Expand Up @@ -394,7 +396,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/4.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/5.0.0...HEAD
[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
[4.0.1]: https://github.com/subquery/subql/compare/common/4.0.0...common/4.0.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": "4.1.2-0",
"version": "5.0.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -33,6 +33,5 @@
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1",
"@types/update-notifier": "^6"
},
"stableVersion": "4.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.0.0] - 2024-08-01
### Added
- A more useful error message when failing to require modules from the VM (#2512)
- Support for endpoint configs (#2511)
Expand Down Expand Up @@ -796,7 +798,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/13.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/14.0.0...HEAD
[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
[13.0.0]: https://github.com/subquery/subql/compare/node-core/12.0.0...node-core/13.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": "13.0.3-2",
"version": "14.0.0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -48,6 +48,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "13.0.3-1"
}
}
4 changes: 3 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.0] - 2024-08-01
### Added
- Support endpoint configs and specifying headers for network endpoints (#2511)

Expand Down Expand Up @@ -1286,7 +1287,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.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.1.0...HEAD
[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
[5.0.0]: https://github.com/subquery/subql/compare/node/4.9.0...node/5.0.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.0.3-1",
"version": "5.1.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.0.3-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.0.0] - 2024-08-01
### Added
- New endpoint type to allow specifying endpoint config (#2511)

Expand Down Expand Up @@ -60,7 +62,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/0.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/1.0.0...HEAD
[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
[0.9.0]: https://github.com/subquery/subql/compare/types-core/0.8.0...types-core/0.9.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": "0.10.1-1",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,6 +17,5 @@
],
"dependencies": {
"package-json-type": "^1.0.3"
},
"stableVersion": "0.10.1-0"
}
}
10 changes: 9 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.10.0] - 2024-08-01
### Fixed
- Fix timestamp can be undefined (#2514)

### Changed
- Bump version with `@subql/types-core`

## [3.9.0] - 2024-07-09
### Changed
- Enable TS strict setting.
Expand Down Expand Up @@ -248,7 +255,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.9.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.10.0...HEAD
[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
[3.7.0]: https://github.com/subquery/subql/compare/types/3.6.1...types/3.7.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.9.1-0",
"version": "3.10.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,6 +24,5 @@
},
"devDependencies": {
"@polkadot/api": "11.2.1"
},
"stableVersion": "3.9.0"
}
}

0 comments on commit 7c108b6

Please sign in to comment.