Skip to content

Commit

Permalink
[release] 20240207 (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Feb 6, 2024
1 parent 4540298 commit 8f74b04
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 43 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/d7df6744.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node-core"
2 changes: 2 additions & 0 deletions 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]
### Changed
- Update `@subql/common`

## [3.2.1] - 2023-12-14
### Changed
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": "3.2.2-0",
"version": "3.3.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": "3.2.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]

## [3.4.0] - 2024-02-07
### Added
- Update `ParentProject` to use `untilBlock` as and alias for `block` (#2235)

Expand Down Expand Up @@ -345,7 +347,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/3.3.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/3.4.0...HEAD
[3.4.0]: https://github.com/subquery/subql/compare/common/3.3.1...common/3.4.0
[3.3.1]: https://github.com/subquery/subql/compare/common/3.3.0...common/3.3.1
[3.3.0]: https://github.com/subquery/subql/compare/common/3.2.0...common/3.3.0
[3.2.0]: https://github.com/subquery/subql/compare/common/3.1.3...common/3.2.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": "3.3.2-0",
"version": "3.4.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -34,6 +34,5 @@
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1",
"@types/update-notifier": "^6"
},
"stableVersion": "3.3.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]

## [7.2.1] - 2024-02-07
### Added
- Update `ParentProject` to use `untilBlock` as and alias for `block` (#2235)

Expand Down Expand Up @@ -558,7 +560,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.2.1...HEAD
[7.2.1]: https://github.com/subquery/subql/compare/node-core/7.2.0...node-core/7.2.1
[7.2.0]: https://github.com/subquery/subql/compare/node-core/7.1.0...node-core/7.2.0
[7.1.0]: https://github.com/subquery/subql/compare/node-core/7.0.8...node-core/7.1.0
[7.0.8]: https://github.com/subquery/subql/compare/node-core/7.0.7...node-core/7.0.8
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.2.1-0",
"version": "7.2.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -46,6 +46,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "7.2.0"
}
}
7 changes: 6 additions & 1 deletion packages/node/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]

## [3.5.3] - 2024-02-07
### Fixed
- Critical bug introduced in 3.5.0 which broke historical indexing

## [3.5.1] - 2024-01-30
### Changed
- Update `@subql/node-core` with updates to `@subql/apollo-links`
Expand Down Expand Up @@ -1105,7 +1109,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.5.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.5.3...HEAD
[3.5.3]: https://github.com/subquery/subql/compare/node/3.5.1...node/3.5.3
[3.5.1]: https://github.com/subquery/subql/compare/node/3.5.0...node/3.5.1
[3.5.0]: https://github.com/subquery/subql/compare/node/3.4.11...node/3.5.0
[3.4.11]: https://github.com/subquery/subql/compare/node/3.4.10...node/3.4.11
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.5.2-0",
"version": "3.5.3",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.5.1"
]
}
38 changes: 10 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6380,25 +6380,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^3.1.1, @subql/common@npm:^3.2.0, @subql/common@npm:^3.3.0, @subql/common@npm:^3.3.1":
version: 3.3.1
resolution: "@subql/common@npm:3.3.1"
dependencies:
"@subql/types-core": 0.4.0
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
ipfs-http-client: 56
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: cbb55958e925756b8145444b088e12a2b08873458c5df5a08deb28b5ea8bf16d19ef627a04e256a82c2e7e31820fcc787793b863ca3abf3316edff005e5f812d
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
"@subql/common@^3.1.1, @subql/common@^3.2.0, @subql/common@^3.3.0, @subql/common@^3.3.1, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
Expand Down Expand Up @@ -6580,15 +6562,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:0.4.0, @subql/types-core@npm:^0.4.0":
version: 0.4.0
resolution: "@subql/types-core@npm:0.4.0"
dependencies:
package-json-type: ^1.0.3
checksum: e3565739c7a7e74f00dd1cfb81a1d4dab00875c23b7759dec0e3dd89e5e29d49e90aec2ef8366b77113a15fe85f6dd1a33476600a21ce7779ed1444920732a90
languageName: node
linkType: hard

"@subql/types-core@npm:^0.2.0":
version: 0.2.0
resolution: "@subql/types-core@npm:0.2.0"
Expand All @@ -6607,6 +6580,15 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^0.4.0":
version: 0.4.0
resolution: "@subql/types-core@npm:0.4.0"
dependencies:
package-json-type: ^1.0.3
checksum: e3565739c7a7e74f00dd1cfb81a1d4dab00875c23b7759dec0e3dd89e5e29d49e90aec2ef8366b77113a15fe85f6dd1a33476600a21ce7779ed1444920732a90
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"
Expand Down

0 comments on commit 8f74b04

Please sign in to comment.