Skip to content

Commit

Permalink
[release] 20250227
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Feb 27, 2025
1 parent 096624a commit 88fa2ee
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
5 changes: 4 additions & 1 deletion packages/common-starknet/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]

## [1.1.0] - 2025-02-27
### Changed
- Update `@subql/common` (#23)

Expand All @@ -20,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-starknet/compare/common-starknet/1.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql-starknet/compare/common-starknet/1.1.0...HEAD
[1.1.0]: https://github.com/subquery/subql-starknet/compare/common-starknet/1.0.2...common-starknet/1.1.0
[1.0.2]: https://github.com/subquery/subql-starknet/compare/common-starknet/1.0.1...common-starknet/1.0.2
[1.0.1]: https://github.com/subquery/subql-starknet/compare/common-starknet/1.0.0...common-starknet/1.0.1
[1.0.0]: https://github.com/subquery/subql-starknet/releases/tag/common-starknet/1.0.0
5 changes: 2 additions & 3 deletions packages/common-starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-starknet",
"version": "1.0.3-1",
"version": "1.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -34,6 +34,5 @@
"@types/rimraf": "3.0.2",
"ejs": "3.1.10",
"lodash": "4.17.21"
},
"stableVersion": "1.0.3-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]

## [5.8.0] - 2025-02-27
### Changed
- Update `@subql/common` (#21)
- Update `@subql/node-core` an implement BlockchainService (#23)
Expand All @@ -26,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...HEAD
[Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.8.0...HEAD
[5.8.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...node-starknet/5.8.0
[5.7.2]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.1...node-starknet/5.7.2
[5.7.1]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.0...node-starknet/5.7.1
[5.7.0]: https://github.com/subquery/subql-starknet/releases/tag/node-starknet/5.7.0
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-starknet",
"version": "5.7.3-2",
"version": "5.8.0",
"description": "",
"author": "Jay Ji",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.7.3-1"
]
}
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]

## [1.1.0] - 2025-02-27
### Changed
- Transction nonce and maxFee types (#22)
- Update `@subql/types-core` (#23)
Expand All @@ -21,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-starknet/compare/types-starknet/1.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql-starknet/compare/types-starknet/1.1.0...HEAD
[1.1.0]: https://github.com/subquery/subql-starknet/compare/types-starknet/1.0.2...types-starknet/1.1.0
[1.0.2]: https://github.com/subquery/subql-starknet/compare/types-starknet/1.0.1...types-starknet/1.0.2
[1.0.1]: https://github.com/subquery/subql-starknet/compare/types-starknet/1.0.0...types-starknet/1.0.1
[1.0.0]: https://github.com/subquery/subql-starknet/releases/tag/types-starknet/1.0.0
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-starknet",
"version": "1.0.3-1",
"version": "1.1.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -20,6 +20,5 @@
"@starknet-io/types-js": "latest",
"@subql/types-core": "^2.0.2",
"starknet": "^6.11.0"
},
"stableVersion": "1.0.3-0"
}
}

0 comments on commit 88fa2ee

Please sign in to comment.