Skip to content

Commit

Permalink
[release] 20250206 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Feb 5, 2025
1 parent d832dcc commit 98115e5
Show file tree
Hide file tree
Showing 19 changed files with 64 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/2889629d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-near"
- "@subql/types-near"
3 changes: 3 additions & 0 deletions .yarn/versions/2c96c2b4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-cosmos"
- "@subql/types-cosmos"
3 changes: 3 additions & 0 deletions .yarn/versions/4be8af63.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-algorand"
- "@subql/types-algorand"
3 changes: 3 additions & 0 deletions .yarn/versions/4f4f59e3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-stellar"
- "@subql/types-stellar"
3 changes: 3 additions & 0 deletions .yarn/versions/582c62fe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-stellar"
- "@subql/types-stellar"
3 changes: 3 additions & 0 deletions .yarn/versions/7a580bd9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-algorand"
- "@subql/types-algorand"
3 changes: 3 additions & 0 deletions .yarn/versions/874b14e7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-ethereum"
- "@subql/types-ethereum"
3 changes: 3 additions & 0 deletions .yarn/versions/ba841a63.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-stellar"
- "@subql/node-stellar"
3 changes: 3 additions & 0 deletions .yarn/versions/ba992f17.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-stellar"
- "@subql/types-stellar"
3 changes: 3 additions & 0 deletions .yarn/versions/c895e3d4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-stellar"
- "@subql/types-stellar"
3 changes: 3 additions & 0 deletions .yarn/versions/d641d26f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/types-near"
3 changes: 3 additions & 0 deletions .yarn/versions/ddce2088.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-cosmos"
- "@subql/types-cosmos"
3 changes: 3 additions & 0 deletions .yarn/versions/f34ebfee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/types-ethereum"
8 changes: 7 additions & 1 deletion packages/common-stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.2] - 2025-02-05
### Changed
- Update `@subql/common`
- Update header year to 2025

## [4.2.1] - 2025-01-28
### Changed
- Update `@subql/common` dependency
Expand Down Expand Up @@ -90,7 +95,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.2.1...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.2...HEAD
[4.2.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.1...common-stellar/4.2.2
[4.2.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.0...common-stellar/4.2.1
[4.2.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.5...common-stellar/4.2.0
[4.1.5]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.4...common-stellar/4.1.5
Expand Down
5 changes: 2 additions & 3 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.2.2-1",
"version": "4.2.2",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,6 +28,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "4.2.2-0"
}
}
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.4.0] - 2025-02-05
### Changed
- Update stellar sdk to v13 (#101)
- Update header year to 2025
- Update `@subql/node-core`

### Fixed
- Events not being associated to operations and therefore not indexed (#101)
Expand Down Expand Up @@ -188,7 +192,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.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.4.0...HEAD
[4.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...node-stellar/4.4.0
[4.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.2...node-stellar/4.3.0
[4.2.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...node-stellar/4.2.2
[4.2.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...node-stellar/4.2.0
Expand Down
5 changes: 2 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": "4.3.1-2",
"version": "4.4.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -57,6 +57,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.3.1-1"
]
}
7 changes: 6 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.1.0] - 2025-02-05
### Changed
- Update stellar sdk to v13 and use type from the sdk rather than redefining (#101)
- Update header year to 2025
- Update `@subql/types-core`

## [4.0.2] - 2024-10-22
### Changed
Expand Down Expand Up @@ -60,7 +64,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/4.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.1.0...HEAD
[4.1.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.0.2...types-stellar/4.1.0
[4.0.2]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.2
[3.6.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.5.0...types-stellar/3.6.0
[3.5.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.4.0...types-stellar/3.5.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-stellar",
"version": "4.0.3-2",
"version": "4.1.0",
"description": "",
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
Expand All @@ -19,6 +19,5 @@
"dependencies": {
"@stellar/stellar-sdk": "^13.1.0",
"@subql/types-core": "^2.0.1"
},
"stableVersion": "4.0.3-1"
}
}

0 comments on commit 98115e5

Please sign in to comment.