Skip to content

Commit

Permalink
[release] Bump @subql/common dependency (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Oct 23, 2024
1 parent fb18c09 commit 5876208
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/7e7d1e62.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-near"
2 changes: 2 additions & 0 deletions .yarn/versions/8d47b181.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-near"
7 changes: 6 additions & 1 deletion packages/common-near/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]

## [4.1.4] - 2024-10-23
### Changed
- Bump `@subql/common` dependency

## [4.1.3] - 2024-10-22
### Changed
- Bump `@subql/common` dependency (#123)
Expand Down Expand Up @@ -98,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add transaction receipts handlers and filters (#13)

## [1.0.0] - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.1.3...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.1.4...HEAD
[4.1.4]: https://github.com/subquery/subql-near/compare/common-near/4.1.3...common-near/4.1.4
[4.1.3]: https://github.com/subquery/subql-near/compare/common-near/4.1.0...common-near/4.1.3
[4.1.0]: https://github.com/subquery/subql-near/compare/common-near/4.0.0...common-near/4.1.0
[4.0.0]: https://github.com/subquery/subql-near/compare/common-near/3.5.0...common-near/4.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/common-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-near",
"version": "4.1.3",
"version": "4.1.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,7 +14,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/types-near": "workspace:*",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.13"
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]

## [4.0.5] - 2024-10-23
### Changed
- Bump `@subql/common` dependency

## [4.0.4] - 2024-10-22
### Changed
- Bump `@subql/common` and `@subql/node-core` dependency (#123)
Expand Down Expand Up @@ -257,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `toJson` method to function args (#9)

## 1.18.0 - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.0.4...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.0.5...HEAD
[4.0.5]: https://github.com/subquery/subql-near/compare/node-near/4.0.4...node-near/4.0.5
[4.0.4]: https://github.com/subquery/subql-near/compare/node-near/4.0.1...node-near/4.0.4
[4.0.1]: https://github.com/subquery/subql-near/compare/node-near/4.0.0...node-near/4.0.1
[4.0.0]: https://github.com/subquery/subql-near/compare/node-near/3.12.0...node-near/4.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-near",
"version": "4.0.4",
"version": "4.0.5",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,7 +24,7 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/common-near": "workspace:*",
"@subql/node-core": "^14.1.6",
"@subql/types-near": "workspace:*",
Expand Down
36 changes: 26 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-near@workspace:packages/common-near"
dependencies:
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/types-near": "workspace:*"
"@types/bn.js": 5.1.5
"@types/js-yaml": ^4.0.4
Expand All @@ -2650,7 +2650,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:5.1.3, @subql/common@npm:^5.1.3":
"@subql/common@npm:5.1.3":
version: 5.1.3
resolution: "@subql/common@npm:5.1.3"
dependencies:
Expand All @@ -2666,6 +2666,22 @@ __metadata:
languageName: node
linkType: hard

"@subql/common@npm:^5.1.4":
version: 5.1.4
resolution: "@subql/common@npm:5.1.4"
dependencies:
"@subql/types-core": 2.0.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.1
js-yaml: ^4.1.0
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: e0e4d5eb6ff521234b784cdd82810566aa00c58303345915435d105432c5d98b618fa8523597d9e98edcffbaa3c383dd67458862ae38b1b7b7971fcac0dde092
languageName: node
linkType: hard

"@subql/node-core@npm:^14.1.6":
version: 14.1.6
resolution: "@subql/node-core@npm:14.1.6"
Expand Down Expand Up @@ -2709,7 +2725,7 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/common-near": "workspace:*"
"@subql/node-core": ^14.1.6
"@subql/types-near": "workspace:*"
Expand Down Expand Up @@ -2747,6 +2763,13 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:2.0.0, @subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-core@npm:^0.9.1":
version: 0.9.1
resolution: "@subql/types-core@npm:0.9.1"
Expand All @@ -2756,13 +2779,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-near@workspace:*, @subql/types-near@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@subql/types-near@workspace:packages/types"
Expand Down

0 comments on commit 5876208

Please sign in to comment.