Skip to content

Commit

Permalink
Merge branch 'main' into release-20250203-starknet
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Feb 3, 2025
2 parents a905781 + 46d2f3d commit 18aa702
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
Empty file added .yarn/versions/247d8dfe.yml
Empty file.
2 changes: 2 additions & 0 deletions .yarn/versions/973ab8e5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/types-starknet"
3 changes: 3 additions & 0 deletions .yarn/versions/ba171df1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-starknet"
- "@subql/types-starknet"
4 changes: 2 additions & 2 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": "5.7.0",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -35,5 +35,5 @@
"ejs": "3.1.10",
"lodash": "4.17.21"
},
"stableVersion": "0.0.2-2"
"stableVersion": "0.0.2-3"
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"/dist",
"/bin"
],
"stableVersion": "0.0.2-8"
"stableVersion": "0.0.2-9"
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-starknet",
"version": "5.7.0",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -21,5 +21,5 @@
"@subql/types-core": "^2.0.0",
"starknet": "^6.11.0"
},
"stableVersion": "0.0.2-3"
"stableVersion": "0.0.2-4"
}

0 comments on commit 18aa702

Please sign in to comment.