Skip to content

Commit

Permalink
Update polkadot/api library version (#2531)
Browse files Browse the repository at this point in the history
* chore: update polkado/api version

* chore: update changelogs
  • Loading branch information
stepanLav authored Aug 14, 2024
1 parent 1dbbc53 commit 9a9add3
Show file tree
Hide file tree
Showing 12 changed files with 123 additions and 107 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.5.4"
},
"resolutions": {
"@polkadot/api": "12.2.3",
"@polkadot/api": "12.3.1",
"@polkadot/util": "13.0.2",
"node-fetch": "2.6.7"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/common/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]

## [5.1.1] - 2024-08-13
### Added
- Update polkadot/api library

## [5.1.0] - 2024-08-05
### Removed
Expand Down Expand Up @@ -404,7 +407,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.0...HEAD
[Unreleased]: https://github.com/stepanLav/subql/compare/v5.1.1...HEAD
[5.1.1]: https://github.com/stepanLav/subql/compare/v5.1.0...v5.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
[4.1.1]: https://github.com/subquery/subql/compare/common/4.1.0...common/4.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/common/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@subql/types": "latest",
"typescript": "^4.9.5",
"@subql/cli": "latest"
Expand Down
6 changes: 5 additions & 1 deletion packages/node-core/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]

## [14.1.2] - 2024-08-13
### Added
- Update polkadot/api library

## [14.1.1] - 2024-08-12
### Fixed
Expand Down Expand Up @@ -808,7 +811,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.1...HEAD
[Unreleased]: https://github.com/stepanLav/subql/compare/v14.1.2...HEAD
[14.1.2]: https://github.com/stepanLav/subql/compare/v14.1.1...v14.1.2
[14.1.1]: https://github.com/subquery/subql/compare/node-core/14.1.0...node-core/14.1.1
[14.1.0]: https://github.com/subquery/subql/compare/node-core/14.0.0...node-core/14.1.0
[14.0.0]: https://github.com/subquery/subql/compare/node-core/13.0.2...node-core/14.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/test/v1.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@subql/types": "latest",
"typescript": "^4.9.5",
"@subql/cli": "latest"
Expand Down
6 changes: 5 additions & 1 deletion 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]

## [5.2.2] - 2024-08-13
### Added
- Update polkadot/api library

## [5.2.1] - 2024-08-12
### Fixed
Expand Down Expand Up @@ -1296,7 +1299,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.2.1...HEAD
[Unreleased]: https://github.com/stepanLav/subql/compare/v5.2.2...HEAD
[5.2.2]: https://github.com/stepanLav/subql/compare/v5.2.1...v5.2.2
[5.2.1]: https://github.com/subquery/subql/compare/node/5.2.0...node/5.2.1
[5.2.0]: https://github.com/subquery/subql/compare/node/5.1.0...node/5.2.0
[5.1.0]: https://github.com/subquery/subql/compare/node/5.0.2...node/5.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@subql/common": "workspace:*",
"@subql/common-substrate": "workspace:*",
"@subql/node-core": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@subql/types": "dev",
"typescript": "^4.1.3",
"@subql/cli": "dev"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/test/projectFixture/v1.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@subql/types": "dev",
"typescript": "^4.9.5",
"@subql/cli": "dev"
Expand Down
6 changes: 5 additions & 1 deletion packages/types/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]

## [3.11.2] - 2024-08-13
### Added
- Update polkadot/api library

## [3.11.1] - 2024-08-12
### Fixed
Expand Down Expand Up @@ -264,7 +267,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.11.1...HEAD
[Unreleased]: https://github.com/stepanLav/subql/compare/v3.11.2...HEAD
[3.11.2]: https://github.com/stepanLav/subql/compare/v3.11.1...v3.11.2
[3.11.1]: https://github.com/subquery/subql/compare/types/3.11.0...types/3.11.1
[3.11.0]: https://github.com/subquery/subql/compare/types/3.10.0...types/3.11.0
[3.10.0]: https://github.com/subquery/subql/compare/types/3.9.0...types/3.10.0
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@polkadot/api": "^12"
},
"devDependencies": {
"@polkadot/api": "^12.2.3"
"@polkadot/api": "^12.3.1"
}
}
Loading

0 comments on commit 9a9add3

Please sign in to comment.