Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Jan 6, 2025
1 parent 47952e5 commit 530ba87
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/46b3f59b.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-starknet"
- "@subql/types-starknet"
Empty file added .yarn/versions/ac5028d9.yml
Empty file.
2 changes: 2 additions & 0 deletions .yarn/versions/d0d61c45.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@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": "0.0.2-1",
"version": "0.0.2-2",
"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-0"
"stableVersion": "0.0.2-1"
}
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": "0.0.2-2",
"version": "0.0.2-3",
"description": "",
"author": "Jay Ji",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,5 +60,5 @@
"/dist",
"/bin"
],
"stableVersion": "0.0.2-1"
"stableVersion": "0.0.2-2"
}
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": "0.0.2-1",
"version": "0.0.2-2",
"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-0"
"stableVersion": "0.0.2-1"
}

0 comments on commit 530ba87

Please sign in to comment.