Skip to content

Commit

Permalink
[release] 20250203 patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Feb 3, 2025
1 parent 58e434f commit 87c71ca
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
7 changes: 6 additions & 1 deletion packages/common-starknet/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]

## [1.0.2] - 2025-02-03
### Fixed
- Fix previous release failed due to broken pipeline (#19)

## [1.0.1] - 2025-02-03
### Fixed
- Fix previous release failed
Expand All @@ -14,6 +18,7 @@ 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.1...HEAD
[Unreleased]: https://github.com/subquery/subql-starknet/compare/common-starknet/1.0.2...HEAD
[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
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.0.2",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
7 changes: 6 additions & 1 deletion packages/node/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]

## [5.7.2] - 2025-02-03
### Fixed
- Fix previous release failed due to broken pipeline (#19)

## [5.7.1] - 2025-02-03
### Fixed
- Fix previous release failed
Expand All @@ -14,6 +18,7 @@ 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.1...HEAD
[Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...HEAD
[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
2 changes: 1 addition & 1 deletion 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.1",
"version": "5.7.2",
"description": "",
"author": "Jay Ji",
"license": "GPL-3.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/types/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]

## [1.0.2] - 2025-02-03
### Fixed
- Fix previous release failed due to broken pipeline (#19)

## [1.0.1] - 2025-02-03
### Fixed
- Fix previous release failed
Expand All @@ -14,6 +18,7 @@ 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.1...HEAD
[Unreleased]: https://github.com/subquery/subql-starknet/compare/types-starknet/1.0.2...HEAD
[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
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.0.2",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit 87c71ca

Please sign in to comment.