Skip to content

Commit d3b825f

Browse files
committed
chore: remove stableVersion auto-generated field
Former-commit-id: a6bc60e
1 parent fc9aee8 commit d3b825f

File tree

13 files changed

+13
-26
lines changed

13 files changed

+13
-26
lines changed

packages/circuits/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@
3434
"circomkit": "^0.0.19",
3535
"mocha": "^10.2.0",
3636
"poseidon-lite": "^0.2.0"
37-
},
38-
"stableVersion": "4.0.0-alpha.4"
37+
}
3938
}

packages/cli-template-contracts-hardhat/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,5 @@
6161
"solidity": {
6262
"version": "0.8.4"
6363
}
64-
},
65-
"stableVersion": "4.0.0-alpha.4"
64+
}
6665
}

packages/cli-template-monorepo-ethers/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@
3939
"prettier": "^2.5.1",
4040
"ts-node": "^10.8.1",
4141
"typescript": "^4.7.3"
42-
},
43-
"stableVersion": "4.0.0-alpha.4"
42+
}
4443
}

packages/cli-template-monorepo-subgraph/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@
3939
"prettier": "^2.5.1",
4040
"ts-node": "^10.8.1",
4141
"typescript": "^4.7.3"
42-
},
43-
"stableVersion": "4.0.0-alpha.4"
42+
}
4443
}

packages/cli/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@
5252
"ora": "^6.1.2",
5353
"pacote": "^15.1.1",
5454
"semver": "^7.3.8"
55-
},
56-
"stableVersion": "4.0.0-alpha.4"
55+
}
5756
}

packages/contracts/contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@
3131
},
3232
"dependencies": {
3333
"@zk-kit/imt.sol": "2.0.0-beta.5"
34-
},
35-
"stableVersion": "4.0.0-alpha.4"
34+
}
3635
}

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@
4545
"@semaphore-protocol/group": "4.0.0-alpha.5",
4646
"@semaphore-protocol/identity": "4.0.0-alpha.5",
4747
"@semaphore-protocol/proof": "4.0.0-alpha.5"
48-
},
49-
"stableVersion": "4.0.0-alpha.4"
48+
}
5049
}

packages/data/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@
3737
"dependencies": {
3838
"axios": "1.6.6",
3939
"ethers": "6.10.0"
40-
},
41-
"stableVersion": "4.0.0-alpha.4"
40+
}
4241
}

packages/group/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@
3838
},
3939
"dependencies": {
4040
"@zk-kit/imt": "^2.0.0-beta"
41-
},
42-
"stableVersion": "4.0.0-alpha.4"
41+
}
4342
}

packages/hardhat/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@
4242
"@semaphore-protocol/contracts": "4.0.0-alpha.5",
4343
"ethers": "^6.4.0",
4444
"hardhat-dependency-compiler": "^1.1.3"
45-
},
46-
"stableVersion": "4.0.0-alpha.4"
45+
}
4746
}

0 commit comments

Comments
 (0)