Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Feb 27, 2025
1 parent b675499 commit 096624a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/9c2f2c3b.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-starknet"
- "@subql/types-starknet"
2 changes: 2 additions & 0 deletions .yarn/versions/c3fc452b.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/types-starknet"
Empty file added .yarn/versions/fcb113cf.yml
Empty file.
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": "1.0.3-0",
"version": "1.0.3-1",
"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": "1.0.2"
"stableVersion": "1.0.3-0"
}
4 changes: 2 additions & 2 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-1",
"version": "5.7.3-2",
"description": "",
"author": "Jay Ji",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,5 +60,5 @@
"/dist",
"/bin"
],
"stableVersion": "5.7.3-0"
"stableVersion": "5.7.3-1"
}
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": "1.0.3-0",
"version": "1.0.3-1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -21,5 +21,5 @@
"@subql/types-core": "^2.0.2",
"starknet": "^6.11.0"
},
"stableVersion": "1.0.2"
"stableVersion": "1.0.3-0"
}

0 comments on commit 096624a

Please sign in to comment.