Skip to content

Commit

Permalink
Merge pull request #87 from subquery/release-20241022-b
Browse files Browse the repository at this point in the history
[release] 20241022-2
  • Loading branch information
yoozo authored Oct 22, 2024
2 parents 123b955 + ed424ec commit 8f9a05c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/c62a354d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-stellar"
- "@subql/node-stellar"
6 changes: 3 additions & 3 deletions packages/common-stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.1] - 2024-10-22
## [4.1.2] - 2024-10-22
### Changed
- Bump `@subql/common` dependency (#85)

Expand Down Expand Up @@ -74,8 +74,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.1...HEAD
[4.1.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.0...common-stellar/4.1.1
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.2...HEAD
[4.1.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.0...common-stellar/4.1.2
[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
[4.0.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.5.0...common-stellar/4.0.0
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.1.2-0",
"version": "4.1.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.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.1] - 2024-10-22
## [4.0.2] - 2024-10-22
### Changed
- Bump `@subql/common` and `@subql/node-core` dependency (#85)

Expand Down Expand Up @@ -158,8 +158,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.1...HEAD
[4.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.1
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.2...HEAD
[4.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.2
[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
[3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.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.0.2-0",
"version": "4.0.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -57,6 +57,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.0.1"
]
}
6 changes: 3 additions & 3 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0] - 2024-10-22
## [4.0.1] - 2024-10-22
### Changed
- Bump `@subql/types-core` dependency (#85)

Expand Down Expand Up @@ -58,8 +58,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.0...HEAD
[4.0.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.0
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.0.1...HEAD
[4.0.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.1
[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
[3.4.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.1...types-stellar/3.4.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.1-0",
"version": "4.0.1",
"description": "",
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
Expand All @@ -19,6 +19,5 @@
"dependencies": {
"@stellar/stellar-sdk": "^12.2.0",
"@subql/types-core": "^2.0.0"
},
"stableVersion": "4.0.0"
}
}

0 comments on commit 8f9a05c

Please sign in to comment.