Skip to content

Commit

Permalink
[release] 20240125 (#44)
Browse files Browse the repository at this point in the history
* Update @subql deps

* [release] 20240125

* update log

---------

Co-authored-by: bz888 <[email protected]>
Co-authored-by: bz888 <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2024
1 parent 54c74df commit 03958d6
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 85 deletions.
Empty file removed .yarn/versions/957cf978.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/c20d870f.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/dc3518b9.yml

This file was deleted.

Empty file removed .yarn/versions/eb57bac3.yml
Empty file.
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.0] - 2024-01-25
### Changed
- bump with @subql/common 3.3.1

## [3.2.0] - 2024-01-22
### Changed
- Version bump with `@subql/types-stellar` 3.2.0
Expand All @@ -30,7 +34,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.3.0...HEAD
[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
[3.0.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.0.0...common-stellar/3.0.1
Expand Down
7 changes: 3 additions & 4 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.2.1-0",
"version": "3.3.0",
"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.0",
"@subql/common": "^3.3.1",
"@subql/types-stellar": "workspace:*",
"js-yaml": "^4.1.0",
"pino": "^6.13.3",
Expand All @@ -28,6 +28,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "3.2.0"
}
}
10 changes: 9 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.6.0] - 2024-01-25
### Changed
- Update @subql/node-core with
- a performance fix when using modulo filters with other datasources
- support for CSV exports
- support for schema migrations

## [3.5.0] - 2024-01-22
### Changed
- update soraban client dependencies.(#41)
Expand Down Expand Up @@ -72,7 +79,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.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...HEAD
[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
[3.4.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...node-stellar/3.4.1
Expand Down
9 changes: 4 additions & 5 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.5.1-0",
"version": "3.6.0",
"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.0",
"@subql/common": "^3.3.1",
"@subql/common-stellar": "workspace:*",
"@subql/node-core": "^7.0.2",
"@subql/node-core": "^7.1.0",
"@subql/testing": "^2.0.0",
"@subql/types": "^2.2.1-1",
"@subql/types-stellar": "workspace:*",
Expand Down Expand Up @@ -65,6 +65,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.5.0"
]
}
Loading

0 comments on commit 03958d6

Please sign in to comment.