diff --git a/packages/circuits/package.json b/packages/circuits/package.json index 52b5a07db..d5aefa97f 100644 --- a/packages/circuits/package.json +++ b/packages/circuits/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/circuits", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "Semaphore Circom circuits to generate zero-knowledge proofs.", "license": "MIT", "files": [ @@ -34,5 +34,6 @@ "circomkit": "^0.0.19", "mocha": "^10.2.0", "poseidon-lite": "^0.2.0" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/cli-template-contracts-hardhat/package.json b/packages/cli-template-contracts-hardhat/package.json index 57da79cc5..16bbd9e12 100644 --- a/packages/cli-template-contracts-hardhat/package.json +++ b/packages/cli-template-contracts-hardhat/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/cli-template-contracts-hardhat", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "Semaphore Hardhat template.", "license": "Unlicense", "files": [ @@ -35,10 +35,10 @@ "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-verify": "^2.0.0", - "@semaphore-protocol/group": "4.0.0-alpha", - "@semaphore-protocol/hardhat": "4.0.0-alpha", - "@semaphore-protocol/identity": "4.0.0-alpha", - "@semaphore-protocol/proof": "4.0.0-alpha", + "@semaphore-protocol/group": "4.0.0-alpha.1", + "@semaphore-protocol/hardhat": "4.0.0-alpha.1", + "@semaphore-protocol/identity": "4.0.0-alpha.1", + "@semaphore-protocol/proof": "4.0.0-alpha.1", "@typechain/ethers-v6": "^0.5.0", "@typechain/hardhat": "^9.0.0", "@types/chai": "^4.2.0", @@ -55,11 +55,12 @@ "typescript": "^5.3.3" }, "dependencies": { - "@semaphore-protocol/contracts": "4.0.0-alpha" + "@semaphore-protocol/contracts": "4.0.0-alpha.1" }, "config": { "solidity": { "version": "0.8.4" } - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/cli-template-monorepo-ethers/apps/contracts/package.json b/packages/cli-template-monorepo-ethers/apps/contracts/package.json index d18a03ea3..6483fbe16 100644 --- a/packages/cli-template-monorepo-ethers/apps/contracts/package.json +++ b/packages/cli-template-monorepo-ethers/apps/contracts/package.json @@ -19,10 +19,10 @@ "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-verify": "^2.0.0", - "@semaphore-protocol/group": "4.0.0-alpha", - "@semaphore-protocol/hardhat": "4.0.0-alpha", - "@semaphore-protocol/identity": "4.0.0-alpha", - "@semaphore-protocol/proof": "4.0.0-alpha", + "@semaphore-protocol/group": "4.0.0-alpha.1", + "@semaphore-protocol/hardhat": "4.0.0-alpha.1", + "@semaphore-protocol/identity": "4.0.0-alpha.1", + "@semaphore-protocol/proof": "4.0.0-alpha.1", "@typechain/ethers-v6": "^0.5.0", "@typechain/hardhat": "^9.0.0", "@types/chai": "^4.2.0", @@ -39,6 +39,6 @@ "typechain": "^8.3.0" }, "dependencies": { - "@semaphore-protocol/contracts": "4.0.0-alpha" + "@semaphore-protocol/contracts": "4.0.0-alpha.1" } } diff --git a/packages/cli-template-monorepo-ethers/apps/web-app/package.json b/packages/cli-template-monorepo-ethers/apps/web-app/package.json index bdd20c96e..32f6ee3ab 100644 --- a/packages/cli-template-monorepo-ethers/apps/web-app/package.json +++ b/packages/cli-template-monorepo-ethers/apps/web-app/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@next/font": "13.0.3", - "@semaphore-protocol/data": "4.0.0-alpha", - "@semaphore-protocol/group": "4.0.0-alpha", - "@semaphore-protocol/identity": "4.0.0-alpha", - "@semaphore-protocol/proof": "4.0.0-alpha", + "@semaphore-protocol/data": "4.0.0-alpha.1", + "@semaphore-protocol/group": "4.0.0-alpha.1", + "@semaphore-protocol/identity": "4.0.0-alpha.1", + "@semaphore-protocol/proof": "4.0.0-alpha.1", "@types/react": "18.0.25", "@types/react-dom": "18.0.8", "dotenv": "^16.0.3", diff --git a/packages/cli-template-monorepo-ethers/package.json b/packages/cli-template-monorepo-ethers/package.json index d5310f4e8..e053ebcc4 100644 --- a/packages/cli-template-monorepo-ethers/package.json +++ b/packages/cli-template-monorepo-ethers/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/cli-template-monorepo-ethers", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.", "license": "Unlicense", "files": [ @@ -39,5 +39,6 @@ "prettier": "^2.5.1", "ts-node": "^10.8.1", "typescript": "^4.7.3" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/cli-template-monorepo-subgraph/apps/contracts/package.json b/packages/cli-template-monorepo-subgraph/apps/contracts/package.json index 66923a4bf..03f45a7be 100644 --- a/packages/cli-template-monorepo-subgraph/apps/contracts/package.json +++ b/packages/cli-template-monorepo-subgraph/apps/contracts/package.json @@ -19,10 +19,10 @@ "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-verify": "^2.0.0", - "@semaphore-protocol/group": "4.0.0-alpha", - "@semaphore-protocol/hardhat": "4.0.0-alpha", - "@semaphore-protocol/identity": "4.0.0-alpha", - "@semaphore-protocol/proof": "4.0.0-alpha", + "@semaphore-protocol/group": "4.0.0-alpha.1", + "@semaphore-protocol/hardhat": "4.0.0-alpha.1", + "@semaphore-protocol/identity": "4.0.0-alpha.1", + "@semaphore-protocol/proof": "4.0.0-alpha.1", "@typechain/ethers-v6": "^0.5.0", "@typechain/hardhat": "^9.0.0", "@types/chai": "^4.2.0", @@ -39,6 +39,6 @@ "typechain": "^8.3.0" }, "dependencies": { - "@semaphore-protocol/contracts": "4.0.0-alpha" + "@semaphore-protocol/contracts": "4.0.0-alpha.1" } } diff --git a/packages/cli-template-monorepo-subgraph/apps/web-app/package.json b/packages/cli-template-monorepo-subgraph/apps/web-app/package.json index 3262731ac..874c442ed 100644 --- a/packages/cli-template-monorepo-subgraph/apps/web-app/package.json +++ b/packages/cli-template-monorepo-subgraph/apps/web-app/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@next/font": "13.0.3", - "@semaphore-protocol/data": "4.0.0-alpha", - "@semaphore-protocol/group": "4.0.0-alpha", - "@semaphore-protocol/identity": "4.0.0-alpha", - "@semaphore-protocol/proof": "4.0.0-alpha", + "@semaphore-protocol/data": "4.0.0-alpha.1", + "@semaphore-protocol/group": "4.0.0-alpha.1", + "@semaphore-protocol/identity": "4.0.0-alpha.1", + "@semaphore-protocol/proof": "4.0.0-alpha.1", "@types/react": "18.0.25", "@types/react-dom": "18.0.8", "dotenv": "^16.0.3", diff --git a/packages/cli-template-monorepo-subgraph/package.json b/packages/cli-template-monorepo-subgraph/package.json index 8566eca5e..87e8c1d36 100644 --- a/packages/cli-template-monorepo-subgraph/package.json +++ b/packages/cli-template-monorepo-subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/cli-template-monorepo-subgraph", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.", "license": "Unlicense", "files": [ @@ -39,5 +39,6 @@ "prettier": "^2.5.1", "ts-node": "^10.8.1", "typescript": "^4.7.3" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 73a59a16a..f98563c64 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@semaphore-protocol/cli", "type": "module", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "A command line tool to set up your Semaphore project and get group data.", "license": "MIT", "bin": { @@ -42,7 +42,7 @@ "ts-node": "^10.9.1" }, "dependencies": { - "@semaphore-protocol/data": "4.0.0-alpha", + "@semaphore-protocol/data": "4.0.0-alpha.1", "axios": "^1.3.2", "boxen": "^7.0.1", "chalk": "^5.1.2", @@ -54,5 +54,6 @@ "ora": "^6.1.2", "pacote": "^15.1.1", "semver": "^7.3.8" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/contracts/contracts/package.json b/packages/contracts/contracts/package.json index c33a3c0cf..be3f7ff15 100644 --- a/packages/contracts/contracts/package.json +++ b/packages/contracts/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/contracts", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "Semaphore contracts to manage groups and broadcast anonymous signals.", "license": "MIT", "files": [ @@ -31,5 +31,6 @@ }, "dependencies": { "@zk-kit/imt.sol": "2.0.0-beta.5" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/data/package.json b/packages/data/package.json index 7a292e0d0..b377372f8 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/data", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "A library to query Semaphore contracts.", "license": "MIT", "main": "dist/index.node.js", @@ -37,5 +37,6 @@ "dependencies": { "axios": "^0.27.2", "ethers": "6.10.0" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/group/package.json b/packages/group/package.json index 735ca73c8..cbd4a443d 100644 --- a/packages/group/package.json +++ b/packages/group/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/group", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "A library to create and manage Semaphore groups.", "license": "MIT", "main": "dist/index.node.js", @@ -38,5 +38,6 @@ }, "dependencies": { "@zk-kit/imt": "^2.0.0-beta" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index c991866ef..1e27bde27 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/hardhat", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract.", "license": "MIT", "main": "dist/index.node.js", @@ -39,8 +39,9 @@ }, "dependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.0", - "@semaphore-protocol/contracts": "4.0.0-alpha", + "@semaphore-protocol/contracts": "4.0.0-alpha.1", "ethers": "^6.4.0", "hardhat-dependency-compiler": "^1.1.3" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/heyauthn/package.json b/packages/heyauthn/package.json index 5ec85641c..ce14b20cd 100644 --- a/packages/heyauthn/package.json +++ b/packages/heyauthn/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/heyauthn", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "A library to allow developers to create and manage Semaphore identities using WebAuthn", "license": "MIT", "main": "dist/index.node.js", @@ -34,8 +34,9 @@ "rollup-plugin-typescript2": "^0.31.2" }, "dependencies": { - "@semaphore-protocol/identity": "4.0.0-alpha", + "@semaphore-protocol/identity": "4.0.0-alpha.1", "@simplewebauthn/browser": "7.2.0", "@simplewebauthn/server": "7.2.0" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/identity/package.json b/packages/identity/package.json index dce6fe111..01b6a6d84 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/identity", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "A library to create Semaphore identities.", "license": "MIT", "main": "dist/index.node.js", @@ -38,5 +38,6 @@ "dependencies": { "@zk-kit/eddsa-poseidon": "0.4.1", "poseidon-lite": "^0.2.0" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/packages/proof/package.json b/packages/proof/package.json index 94b113ab1..273247838 100644 --- a/packages/proof/package.json +++ b/packages/proof/package.json @@ -1,6 +1,6 @@ { "name": "@semaphore-protocol/proof", - "version": "4.0.0-alpha", + "version": "4.0.0-alpha.1", "description": "A library to generate and verify Semaphore proofs.", "license": "MIT", "main": "dist/index.node.js", @@ -47,8 +47,8 @@ "rollup-plugin-typescript2": "^0.31.2" }, "peerDependencies": { - "@semaphore-protocol/group": "4.0.0-alpha", - "@semaphore-protocol/identity": "4.0.0-alpha" + "@semaphore-protocol/group": "4.0.0-alpha.1", + "@semaphore-protocol/identity": "4.0.0-alpha.1" }, "dependencies": { "@ethersproject/bignumber": "5.7.0", @@ -58,5 +58,6 @@ "download": "8.0.0", "snarkjs": "0.7.3", "tmp": "0.2.1" - } + }, + "stableVersion": "4.0.0-alpha" } diff --git a/yarn.lock.REMOVED.git-id b/yarn.lock.REMOVED.git-id index 7de5ef65f..46d8df057 100644 --- a/yarn.lock.REMOVED.git-id +++ b/yarn.lock.REMOVED.git-id @@ -1 +1 @@ -77c20f3da77a76f425420068852c75fa9f77eacc \ No newline at end of file +21549cf9f45a2bfe91c2adcbcd583575e0d5ee19 \ No newline at end of file