Skip to content

Commit

Permalink
[release] 20240827 (#84)
Browse files Browse the repository at this point in the history
* [release] 20240827

* fix typo
  • Loading branch information
jiqiang90 authored Aug 27, 2024
1 parent 060936b commit 9419e3b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/18d61b39.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-stellar"
- "@subql/node-stellar"
9 changes: 6 additions & 3 deletions packages/common-stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0] - 2024-08-27
### Changed
- Update `@subql/common` (#82)
- - Enable ts strict (#82)
- Enable ts strict (#82)

### Added
- Suport for network endpoint config (#82)
- Support for network endpoint config (#82)

## [4.0.1] - 2024-08-21
### Fixed
Expand Down Expand Up @@ -68,7 +70,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.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.0...HEAD
[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
[3.5.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.4.1...common-stellar/3.5.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.0.2-0",
"version": "4.1.0",
"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.0.1"
}
}
12 changes: 8 additions & 4 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0] - 2024-08-27
### Added
- Suport for network endpoint config providing the ability to set headers and rpc batch sizes (#82)
- Support for network endpoint config providing the ability to set headers and rpc batch sizes (#82)

### Changed
- Enable ts strict mode (#82)
- Use Subquery Project code from node core (#82)
- Breaking change: Update to latest `@subql/node-core`, require indexing environment timezone set to UTC (#82)

### Fixed
- fix admin api `dbSize` issue
- fixed various issues causing poi inconsistency
- fix admin api `dbSize` issue
- fixed various issues causing poi inconsistency

## [3.12.1] - 2024-08-21
### Fixed
Expand Down Expand Up @@ -151,7 +154,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.12.1...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...HEAD
[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
[3.11.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...node-stellar/3.11.2
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": "3.12.2-0",
"version": "4.0.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -56,6 +56,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.12.1"
]
}
9 changes: 6 additions & 3 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.6.0] - 2024-08-27
### Added
- Suport for network endpoint config (#82)
### Changed
- Support for network endpoint config (#82)

### Changed
- Enable ts strict (#82)
- Bump `stellar-sdk` version (#82)

Expand Down Expand Up @@ -52,7 +54,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.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...HEAD
[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
[3.3.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.0...types-stellar/3.3.1
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": "3.5.1-0",
"version": "3.6.0",
"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": "^1.1.1"
},
"stableVersion": "3.5.0"
}
}

0 comments on commit 9419e3b

Please sign in to comment.