Skip to content

Commit

Permalink
Merge pull request #28 from subquery/release-20231101
Browse files Browse the repository at this point in the history
[release] 20231101
  • Loading branch information
jiqiang90 authored Oct 31, 2023
2 parents 33a8926 + f45076d commit f622847
Show file tree
Hide file tree
Showing 8 changed files with 905 additions and 26 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@babel/preset-env": "^7.16.11",
"@geut/chan": "^3.2.9",
"@octokit/request": "^5.6.3",
"@types/cron-converter": "^1",
"@types/node": "^14.18.10",
Expand Down
5 changes: 4 additions & 1 deletion packages/common-stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [3.1.0] - 2023-11-01
### Added
- Update `@subql/common` and relevant changes to support endBlock feature (#27)

Expand All @@ -24,7 +26,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.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.1.0...HEAD
[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
[3.0.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/2.3.1...common-stellar/3.0.0
[2.3.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/2.3.0...common-stellar/2.3.1
Expand Down
8 changes: 4 additions & 4 deletions packages/common-stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@subql/common-stellar",
"version": "3.0.2-1",
"version": "3.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.ts\""
"format": "prettier --write \"src/**/*.ts\"",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql-stellar\" --release-prefix=\"common-stellar/\""
},
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
Expand All @@ -27,6 +28,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "3.0.2-0"
}
}
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [3.1.0] - 2023-11-01
### Changed
- Update `@subql/node-core` with fixes and support for endBlock feature (#27)

Expand Down Expand Up @@ -32,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.12.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.1.0...HEAD
[3.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...node-stellar/3.1.0
[3.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...node-stellar/3.0.2
[3.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.0...node-stellar/3.0.1
[3.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.1...node-stellar/3.0.0
Expand Down
8 changes: 4 additions & 4 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.0.3-1",
"version": "3.1.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -10,7 +10,8 @@
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nodemon",
"start:prod": "node dist/main"
"start:prod": "node dist/main",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql-stellar\" --release-prefix=\"node-stellar/\""
},
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
Expand Down Expand Up @@ -64,6 +65,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.0.3-0"
]
}
5 changes: 4 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [3.1.0] - 2023-11-01
### Changed
- Import `@subql/types-core` global into global so its no longer needed to update tsconfig in projects (#27)

Expand All @@ -13,6 +15,7 @@ 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.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.1.0...HEAD
[3.1.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.0.0...types-stellar/3.1.0
[3.0.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/2.3.0...types-stellar/3.0.0
[2.3.0]: https://github.com/subquery/subql-stellar/tag/v2.3.0
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@subql/types-stellar",
"version": "3.0.1-0",
"version": "3.1.0",
"description": "",
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -b"
"build": "rm -rf dist && tsc -b",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql-stellar\" --release-prefix=\"types-stellar/\""
},
"author": "Ian He",
"main": "dist/index.js",
Expand All @@ -19,6 +20,5 @@
"@subql/types-core": "^0.3.0",
"soroban-client": "0.9.2",
"stellar-sdk": "^10.4.1"
},
"stableVersion": "3.0.0"
}
}
Loading

0 comments on commit f622847

Please sign in to comment.