Skip to content

Commit

Permalink
chore: remove stableVersion field
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Feb 28, 2024
1 parent d130f5f commit 0c8e25d
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 28 deletions.
3 changes: 1 addition & 2 deletions packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@
"circomkit": "^0.0.19",
"mocha": "^10.2.0",
"poseidon-lite": "^0.2.0"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/cli-template-contracts-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,5 @@
"dependencies": {
"@semaphore-protocol/contracts": "4.0.0-beta"
},
"packageManager": "[email protected]",
"stableVersion": "4.0.0-alpha.8"
"packageManager": "[email protected]"
}
3 changes: 1 addition & 2 deletions packages/cli-template-monorepo-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
"packageManager": "[email protected]",
"devDependencies": {
"prettier": "^3.2.5"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/cli-template-monorepo-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
"packageManager": "[email protected]",
"devDependencies": {
"prettier": "^3.2.5"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@
"ora": "^8.0.1",
"pacote": "^17.0.6",
"semver": "^7.6.0"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/contracts/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@
},
"dependencies": {
"@zk-kit/imt.sol": "2.0.0-beta.5"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@
"@semaphore-protocol/group": "4.0.0-beta",
"@semaphore-protocol/identity": "4.0.0-beta",
"@semaphore-protocol/proof": "4.0.0-beta"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@
"dependencies": {
"axios": "1.6.6",
"ethers": "6.11.0"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@
},
"dependencies": {
"@zk-kit/imt": "^2.0.0-beta.1"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@
"@semaphore-protocol/contracts": "4.0.0-beta",
"ethers": "^6.4.0",
"hardhat-dependency-compiler": "^1.1.3"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/heyauthn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@
"@semaphore-protocol/identity": "4.0.0-beta",
"@simplewebauthn/browser": "7.2.0",
"@simplewebauthn/server": "7.2.0"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
"dependencies": {
"@zk-kit/eddsa-poseidon": "0.4.1",
"poseidon-lite": "^0.2.0"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/proof/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@
"@zk-kit/utils": "0.2.0",
"ethers": "6.10.0",
"snarkjs": "0.7.3"
},
"stableVersion": "4.0.0-alpha.8"
}
}
3 changes: 1 addition & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@
"rollup": "^4.9.6",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-typescript2": "^0.36.0"
},
"stableVersion": "4.0.0-alpha.8"
}
}

0 comments on commit 0c8e25d

Please sign in to comment.