Skip to content

Commit

Permalink
[release] Bump @subql/common dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Oct 23, 2024
1 parent 0b99aa0 commit 988a664
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/7bb95da4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-stellar"
7 changes: 6 additions & 1 deletion packages/common-stellar/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 (#85)
Expand Down Expand Up @@ -74,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rename `soroban` to `sorobanEndpoint` in network config (#16)

## [2.3.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.3...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.4...HEAD
[4.1.4]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.3...common-stellar/4.1.4
[4.1.3]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.0...common-stellar/4.1.3
[4.1.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.0.1...common-stellar/4.1.0
[4.0.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.0.0...common-stellar/4.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/common-stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-stellar",
"version": "4.1.3",
"version": "4.1.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -15,7 +15,7 @@
"license": "GPL-3.0",
"dependencies": {
"@stellar/stellar-sdk": "^12.2.0",
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/types-stellar": "workspace:*",
"js-yaml": "^4.1.0",
"pino": "^6.13.3",
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.4] - 2024-10-23
### Changed
- Bump `@subql/common` dependency

## [4.0.3] - 2024-10-22
### Changed
- Bump `@subql/common` and `@subql/node-core` dependency (#85)
Expand Down Expand Up @@ -158,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rename `soroban` to `sorobanEndpoint` in network config (#16)

## [2.12.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...HEAD
[4.0.4]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...node-stellar/4.0.4
[4.0.3]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.3
[4.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...node-stellar/4.0.0
[3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1
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-stellar",
"version": "4.0.3",
"version": "4.0.4",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -25,7 +25,7 @@
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@stellar/stellar-sdk": "^12.2.0",
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/common-stellar": "workspace:*",
"@subql/node-core": "^14.1.6",
"@subql/testing": "^2.2.0",
Expand Down
36 changes: 26 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ __metadata:
resolution: "@subql/common-stellar@workspace:packages/common-stellar"
dependencies:
"@stellar/stellar-sdk": ^12.2.0
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/types-stellar": "workspace:*"
"@types/js-yaml": ^4.0.4
"@types/pino": ^6.3.12
Expand All @@ -2639,7 +2639,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 @@ -2655,6 +2655,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 @@ -2699,7 +2715,7 @@ __metadata:
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@stellar/stellar-sdk": ^12.2.0
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/common-stellar": "workspace:*"
"@subql/node-core": ^14.1.6
"@subql/testing": ^2.2.0
Expand Down Expand Up @@ -2740,6 +2756,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 @@ -2749,13 +2772,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-stellar@workspace:*, @subql/types-stellar@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@subql/types-stellar@workspace:packages/types"
Expand Down

0 comments on commit 988a664

Please sign in to comment.