Skip to content

Commit

Permalink
[release] 20240207 Sync @subql dependencies (#45)
Browse files Browse the repository at this point in the history
* Update @subql deps

* Update types-core, prepare release

---------

Co-authored-by: stwiname <[email protected]>
  • Loading branch information
stwiname and stwiname authored Feb 7, 2024
1 parent 03958d6 commit 06b275e
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 222 deletions.
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]

## [3.3.1] - 2024-02-07
### Changed
- Update `@subql/common`

## [3.3.0] - 2024-01-25
### Changed
- bump with @subql/common 3.3.1
Expand Down Expand Up @@ -34,7 +38,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/3.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.3.1...HEAD
[3.3.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.3.0...common-stellar/3.3.1
[3.3.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.2.0...common-stellar/3.3.0
[3.2.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.1.0...common-stellar/3.2.0
[3.1.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.0.1...common-stellar/3.1.0
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": "3.3.0",
"version": "3.3.1",
"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": "^3.3.1",
"@subql/common": "^3.4.0",
"@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]

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

## [3.6.0] - 2024-01-25
### Changed
- Update @subql/node-core with
Expand Down Expand Up @@ -79,7 +83,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/3.6.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.1...HEAD
[3.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...node-stellar/3.6.1
[3.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.5.0...node-stellar/3.6.0
[3.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.2...node-stellar/3.5.0
[3.4.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.1...node-stellar/3.4.2
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-stellar",
"version": "3.6.0",
"version": "3.6.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -25,9 +25,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.3.1",
"@subql/common": "^3.4.0",
"@subql/common-stellar": "workspace:*",
"@subql/node-core": "^7.1.0",
"@subql/node-core": "^7.2.1",
"@subql/testing": "^2.0.0",
"@subql/types": "^2.2.1-1",
"@subql/types-stellar": "workspace:*",
Expand Down
7 changes: 6 additions & 1 deletion packages/types/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] - 2024-02-07
### Changed
- Update `@subql/types-core`

## [3.2.0] - 2024-01-22
### Changed
- Update Soroban and Stellar dependencies (#41)
Expand All @@ -23,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use @subql/types-core (#18)

## [2.3.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.2.1...HEAD
[3.2.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.2.0...types-stellar/3.2.1
[3.2.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.1.1...types-stellar/3.2.0
[3.1.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.1.0...types-stellar/3.1.1
[3.1.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.0.0...types-stellar/3.1.0
Expand Down
7 changes: 3 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-stellar",
"version": "3.2.1-0",
"version": "3.2.1",
"description": "",
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
Expand All @@ -17,9 +17,8 @@
"/dist"
],
"dependencies": {
"@subql/types-core": "^0.4.0",
"@subql/types-core": "^0.5.0",
"soroban-client": "^1.0.1",
"stellar-sdk": "^11.2.0"
},
"stableVersion": "3.2.0"
}
}
Loading

0 comments on commit 06b275e

Please sign in to comment.