Skip to content

Commit

Permalink
[release] 20231214 (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Dec 13, 2023
1 parent 9996510 commit ad1cb73
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 48 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/61519225.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
7 changes: 6 additions & 1 deletion packages/common-substrate/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.2.1] - 2023-12-14
### Changed
- Update @subql/common

## [3.2.0] - 2023-10-31
### Changed
- Update `@subql/common` with support for endBlock feature
Expand Down Expand Up @@ -120,7 +124,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/3.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/3.2.1...HEAD
[3.2.1]: https://github.com/subquery/subql/compare/common-substrate/3.2.0...common-substrate/3.2.1
[3.2.0]: https://github.com/subquery/subql/compare/common-substrate/3.1.2...common-substrate/3.2.0
[3.1.2]: https://github.com/subquery/subql/compare/common-substrate/3.1.1...common-substrate/3.1.2
[3.1.1]: https://github.com/subquery/subql/compare/common-substrate/3.1.0...common-substrate/3.1.1
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "3.2.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
7 changes: 6 additions & 1 deletion packages/common/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.3.1] - 2023-12-14
### Fixed
- Rollback version of axios to support commonsjs

## [3.3.0] - 2023-10-31
### Added
- New `endBlock` option on datasources (#2064)
Expand Down Expand Up @@ -339,7 +343,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/3.3.1...HEAD
[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
[3.1.3]: https://github.com/subquery/subql/compare/common/3.1.2...common/3.1.3
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.1-1",
"version": "3.3.1",
"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-0"
}
}
7 changes: 6 additions & 1 deletion packages/node-core/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]

## [7.0.4] - 2023-12-14
### Changed
- Update @subql/common

## [7.0.3] - 2023-12-04
### Fixed
- Fixed resolved asset file with incorrect format and content in #2185
Expand Down Expand Up @@ -518,7 +522,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.0.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.4...HEAD
[7.0.4]: https://github.com/subquery/subql/compare/node-core/7.0.3...node-core/7.0.4
[7.0.3]: https://github.com/subquery/subql/compare/node-core/7.0.2...node-core/7.0.3
[7.0.2]: https://github.com/subquery/subql/compare/node-core/7.0.1...node-core/7.0.2
[7.0.1]: https://github.com/subquery/subql/compare/node-core/7.0.0...node-core/7.0.1
Expand Down
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "7.0.4",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
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.4.8] - 2023-12-14
### Changed
- Update @subql/common

## [3.4.7] - 2023-12-05
### Fixed
- Fix init dynamic ds failed with workers, due to incorrect injection in fetch module.
Expand Down Expand Up @@ -1080,7 +1084,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.4.7...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.4.8...HEAD
[3.4.8]: https://github.com/subquery/subql/compare/node/3.4.7...node/3.4.8
[3.4.7]: https://github.com/subquery/subql/compare/node/3.4.6...node/3.4.7
[3.4.6]: https://github.com/subquery/subql/compare/node/3.4.5...node/3.4.6
[3.4.5]: https://github.com/subquery/subql/compare/node/3.4.4...node/3.4.5
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": "3.4.7",
"version": "3.4.8",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down
58 changes: 20 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6515,11 +6515,19 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:3.1.1":
version: 3.1.1
resolution: "@subql/common@npm:3.1.1"
"@subql/common@^3.1.1, @subql/common@^3.3.0, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
"@subql/types-core": 0.1.1
"@subql/types-core": "workspace:*"
"@types/bn.js": 4.11.6
"@types/detect-port": ^1
"@types/fs-extra": ^9.0.13
"@types/js-yaml": ^4.0.5
"@types/pino": ^6.3.12
"@types/semver": ^7.3.9
"@types/tar": ^6.1.1
"@types/update-notifier": ^6
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -6529,15 +6537,14 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 1d1e3070f0a2f2368a7ba24f9b98012ca88362d51e7e53ed146026aa8c2844e8d58335496a19341facf4422aa2cac89b05e87860b0a4f73e542ca91f8240cdd0
languageName: node
linkType: hard
languageName: unknown
linkType: soft

"@subql/common@npm:^3.1.1, @subql/common@npm:^3.3.0":
version: 3.3.0
resolution: "@subql/common@npm:3.3.0"
"@subql/common@npm:3.1.1":
version: 3.1.1
resolution: "@subql/common@npm:3.1.1"
dependencies:
"@subql/types-core": 0.3.0
"@subql/types-core": 0.1.1
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -6547,7 +6554,7 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 50d904c0c7e0b8caeb1f53a968c9c5aa223fa8bc822ab164edbe7043a922e5c200d1ac67996358d9152d443e9288c3e5164c906181cc305a0471ffa6c8e2fdea
checksum: 1d1e3070f0a2f2368a7ba24f9b98012ca88362d51e7e53ed146026aa8c2844e8d58335496a19341facf4422aa2cac89b05e87860b0a4f73e542ca91f8240cdd0
languageName: node
linkType: hard

Expand All @@ -6569,31 +6576,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
"@subql/types-core": "workspace:*"
"@types/bn.js": 4.11.6
"@types/detect-port": ^1
"@types/fs-extra": ^9.0.13
"@types/js-yaml": ^4.0.5
"@types/pino": ^6.3.12
"@types/semver": ^7.3.9
"@types/tar": ^6.1.1
"@types/update-notifier": ^6
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
languageName: unknown
linkType: soft

"@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 @@ -6761,7 +6743,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:0.3.0, @subql/types-core@npm:^0.3.0":
"@subql/types-core@npm:^0.3.0":
version: 0.3.0
resolution: "@subql/types-core@npm:0.3.0"
dependencies:
Expand Down

0 comments on commit ad1cb73

Please sign in to comment.