Skip to content

Commit

Permalink
chore: vv3.6.0
Browse files Browse the repository at this point in the history
Former-commit-id: c52f003
  • Loading branch information
vplasencia committed Apr 11, 2023
1 parent 4a221a4 commit 6bcd77f
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 62 deletions.
15 changes: 7 additions & 8 deletions packages/cli-template-contracts-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/cli-template-contracts-hardhat",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "Semaphore Hardhat template.",
"license": "Unlicense",
"files": [
Expand Down Expand Up @@ -36,10 +36,10 @@
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@semaphore-protocol/group": "3.6.0-beta.4",
"@semaphore-protocol/hardhat": "3.6.0-beta.4",
"@semaphore-protocol/identity": "3.6.0-beta.4",
"@semaphore-protocol/proof": "3.6.0-beta.4",
"@semaphore-protocol/group": "3.6.0",
"@semaphore-protocol/hardhat": "3.6.0",
"@semaphore-protocol/identity": "3.6.0",
"@semaphore-protocol/proof": "3.6.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
Expand All @@ -58,7 +58,7 @@
"typescript": ">=4.5.0"
},
"dependencies": {
"@semaphore-protocol/contracts": "3.6.0-beta.4"
"@semaphore-protocol/contracts": "3.6.0"
},
"config": {
"solidity": {
Expand All @@ -74,6 +74,5 @@
"typechain": "./build/typechain"
}
}
},
"stableVersion": "3.6.0-beta.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@semaphore-protocol/group": "3.6.0-beta.4",
"@semaphore-protocol/hardhat": "3.6.0-beta.4",
"@semaphore-protocol/identity": "3.6.0-beta.4",
"@semaphore-protocol/proof": "3.6.0-beta.4",
"@semaphore-protocol/group": "3.6.0",
"@semaphore-protocol/hardhat": "3.6.0",
"@semaphore-protocol/identity": "3.6.0",
"@semaphore-protocol/proof": "3.6.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/chai": "^4.3.1",
Expand All @@ -40,7 +40,7 @@
"typechain": "^8.0.0"
},
"dependencies": {
"@semaphore-protocol/contracts": "3.6.0-beta.4"
"@semaphore-protocol/contracts": "3.6.0"
},
"config": {
"solidity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@next/font": "13.0.3",
"@semaphore-protocol/data": "3.6.0-beta.4",
"@semaphore-protocol/group": "3.6.0-beta.4",
"@semaphore-protocol/identity": "3.6.0-beta.4",
"@semaphore-protocol/proof": "3.6.0-beta.4",
"@semaphore-protocol/data": "3.6.0",
"@semaphore-protocol/group": "3.6.0",
"@semaphore-protocol/identity": "3.6.0",
"@semaphore-protocol/proof": "3.6.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"dotenv": "^16.0.3",
Expand Down
5 changes: 2 additions & 3 deletions packages/cli-template-monorepo-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/cli-template-monorepo-ethers",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
"license": "Unlicense",
"files": [
Expand Down Expand Up @@ -40,6 +40,5 @@
"prettier": "^2.5.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"stableVersion": "3.6.0-beta.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@semaphore-protocol/group": "3.6.0-beta.4",
"@semaphore-protocol/hardhat": "3.6.0-beta.4",
"@semaphore-protocol/identity": "3.6.0-beta.4",
"@semaphore-protocol/proof": "3.6.0-beta.4",
"@semaphore-protocol/group": "3.6.0",
"@semaphore-protocol/hardhat": "3.6.0",
"@semaphore-protocol/identity": "3.6.0",
"@semaphore-protocol/proof": "3.6.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/chai": "^4.3.1",
Expand All @@ -40,7 +40,7 @@
"typechain": "^8.0.0"
},
"dependencies": {
"@semaphore-protocol/contracts": "3.6.0-beta.4"
"@semaphore-protocol/contracts": "3.6.0"
},
"config": {
"solidity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@next/font": "13.0.3",
"@semaphore-protocol/data": "3.6.0-beta.4",
"@semaphore-protocol/group": "3.6.0-beta.4",
"@semaphore-protocol/identity": "3.6.0-beta.4",
"@semaphore-protocol/proof": "3.6.0-beta.4",
"@semaphore-protocol/data": "3.6.0",
"@semaphore-protocol/group": "3.6.0",
"@semaphore-protocol/identity": "3.6.0",
"@semaphore-protocol/proof": "3.6.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"dotenv": "^16.0.3",
Expand Down
5 changes: 2 additions & 3 deletions packages/cli-template-monorepo-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/cli-template-monorepo-subgraph",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
"license": "Unlicense",
"files": [
Expand Down Expand Up @@ -40,6 +40,5 @@
"prettier": "^2.5.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"stableVersion": "3.6.0-beta.3"
}
}
7 changes: 3 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semaphore-protocol/cli",
"type": "module",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "A command line tool to set up your Semaphore project and get group data.",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"typedoc": "^0.22.11"
},
"dependencies": {
"@semaphore-protocol/data": "3.6.0-beta.4",
"@semaphore-protocol/data": "3.6.0",
"axios": "^1.3.2",
"boxen": "^7.0.1",
"chalk": "^5.1.2",
Expand All @@ -55,6 +55,5 @@
"ora": "^6.1.2",
"pacote": "^15.1.1",
"semver": "^7.3.8"
},
"stableVersion": "3.6.0-beta.3"
}
}
5 changes: 2 additions & 3 deletions packages/contracts/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/contracts",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -32,6 +32,5 @@
"dependencies": {
"@openzeppelin/contracts": "4.7.3",
"@zk-kit/incremental-merkle-tree.sol": "1.3.3"
},
"stableVersion": "3.6.0-beta.3"
}
}
5 changes: 2 additions & 3 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/data",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "A library to query Semaphore contracts.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -39,6 +39,5 @@
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"axios": "^0.27.2"
},
"stableVersion": "3.6.0-beta.3"
}
}
5 changes: 2 additions & 3 deletions packages/group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/group",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "A library to create and manage Semaphore groups.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -42,6 +42,5 @@
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@zk-kit/incremental-merkle-tree": "1.0.0"
},
"stableVersion": "3.6.0-beta.3"
}
}
7 changes: 3 additions & 4 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/hardhat",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -38,10 +38,9 @@
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@semaphore-protocol/contracts": "3.6.0-beta.4",
"@semaphore-protocol/contracts": "3.6.0",
"circomlibjs": "^0.0.8",
"ethers": "^5.7.1",
"hardhat-dependency-compiler": "^1.1.3"
},
"stableVersion": "3.6.0-beta.3"
}
}
7 changes: 3 additions & 4 deletions packages/heyauthn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/heyauthn",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "A library to allow developers to create and manage Semaphore identities using WebAuthn",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -35,9 +35,8 @@
"typedoc": "^0.22.11"
},
"dependencies": {
"@semaphore-protocol/identity": "3.6.0-beta.4",
"@semaphore-protocol/identity": "3.6.0",
"@simplewebauthn/browser": "7.2.0",
"@simplewebauthn/server": "7.2.0"
},
"stableVersion": "3.6.0-beta.3"
}
}
5 changes: 2 additions & 3 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/identity",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "A library to create Semaphore identities.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -43,6 +43,5 @@
"@ethersproject/random": "^5.5.1",
"@ethersproject/strings": "^5.6.1",
"js-sha512": "^0.8.0"
},
"stableVersion": "3.6.0-beta.3"
}
}
9 changes: 4 additions & 5 deletions packages/proof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/proof",
"version": "3.6.0-beta.4",
"version": "3.6.0",
"description": "A library to generate and verify Semaphore proofs.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"typedoc": "^0.22.11"
},
"peerDependencies": {
"@semaphore-protocol/group": "3.6.0-beta.4",
"@semaphore-protocol/identity": "3.6.0-beta.4"
"@semaphore-protocol/group": "3.6.0",
"@semaphore-protocol/identity": "3.6.0"
},
"dependencies": {
"@ethersproject/bignumber": "^5.5.0",
Expand All @@ -47,6 +47,5 @@
"@ethersproject/strings": "^5.5.0",
"@zk-kit/incremental-merkle-tree": "0.4.3",
"snarkjs": "0.4.13"
},
"stableVersion": "3.6.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion yarn.lock.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e9c1cf840a2b3828013235b5ad779fca730e8a11
ecde6dc734269b2c8251c1873e357e9969d003bc

0 comments on commit 6bcd77f

Please sign in to comment.