Skip to content

Commit 05b9386

Browse files
committed
chore: v4.0.0-alpha.2
Former-commit-id: d6769c7
1 parent 1555b3e commit 05b9386

File tree

17 files changed

+65
-53
lines changed

17 files changed

+65
-53
lines changed

packages/circuits/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/circuits",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Semaphore Circom circuits to generate zero-knowledge proofs.",
55
"license": "MIT",
66
"files": [
@@ -34,5 +34,6 @@
3434
"circomkit": "^0.0.19",
3535
"mocha": "^10.2.0",
3636
"poseidon-lite": "^0.2.0"
37-
}
37+
},
38+
"stableVersion": "4.0.0-alpha.1"
3839
}

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-contracts-hardhat",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Semaphore Hardhat template.",
55
"license": "Unlicense",
66
"files": [
@@ -35,10 +35,10 @@
3535
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
3636
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
3737
"@nomicfoundation/hardhat-verify": "^2.0.0",
38-
"@semaphore-protocol/group": "4.0.0-alpha.1",
39-
"@semaphore-protocol/hardhat": "4.0.0-alpha.1",
40-
"@semaphore-protocol/identity": "4.0.0-alpha.1",
41-
"@semaphore-protocol/proof": "4.0.0-alpha.1",
38+
"@semaphore-protocol/group": "4.0.0-alpha.2",
39+
"@semaphore-protocol/hardhat": "4.0.0-alpha.2",
40+
"@semaphore-protocol/identity": "4.0.0-alpha.2",
41+
"@semaphore-protocol/proof": "4.0.0-alpha.2",
4242
"@typechain/ethers-v6": "^0.5.0",
4343
"@typechain/hardhat": "^9.0.0",
4444
"@types/chai": "^4.2.0",
@@ -55,11 +55,12 @@
5555
"typescript": "^5.3.3"
5656
},
5757
"dependencies": {
58-
"@semaphore-protocol/contracts": "4.0.0-alpha.1"
58+
"@semaphore-protocol/contracts": "4.0.0-alpha.2"
5959
},
6060
"config": {
6161
"solidity": {
6262
"version": "0.8.4"
6363
}
64-
}
64+
},
65+
"stableVersion": "4.0.0-alpha.1"
6566
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2020
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2121
"@nomicfoundation/hardhat-verify": "^2.0.0",
22-
"@semaphore-protocol/group": "4.0.0-alpha.1",
23-
"@semaphore-protocol/hardhat": "4.0.0-alpha.1",
24-
"@semaphore-protocol/identity": "4.0.0-alpha.1",
25-
"@semaphore-protocol/proof": "4.0.0-alpha.1",
22+
"@semaphore-protocol/group": "4.0.0-alpha.2",
23+
"@semaphore-protocol/hardhat": "4.0.0-alpha.2",
24+
"@semaphore-protocol/identity": "4.0.0-alpha.2",
25+
"@semaphore-protocol/proof": "4.0.0-alpha.2",
2626
"@typechain/ethers-v6": "^0.5.0",
2727
"@typechain/hardhat": "^9.0.0",
2828
"@types/chai": "^4.2.0",
@@ -39,6 +39,6 @@
3939
"typechain": "^8.3.0"
4040
},
4141
"dependencies": {
42-
"@semaphore-protocol/contracts": "4.0.0-alpha.1"
42+
"@semaphore-protocol/contracts": "4.0.0-alpha.2"
4343
}
4444
}

packages/cli-template-monorepo-ethers/apps/web-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@next/font": "13.0.3",
13-
"@semaphore-protocol/data": "4.0.0-alpha.1",
14-
"@semaphore-protocol/group": "4.0.0-alpha.1",
15-
"@semaphore-protocol/identity": "4.0.0-alpha.1",
16-
"@semaphore-protocol/proof": "4.0.0-alpha.1",
13+
"@semaphore-protocol/data": "4.0.0-alpha.2",
14+
"@semaphore-protocol/group": "4.0.0-alpha.2",
15+
"@semaphore-protocol/identity": "4.0.0-alpha.2",
16+
"@semaphore-protocol/proof": "4.0.0-alpha.2",
1717
"@types/react": "18.0.25",
1818
"@types/react-dom": "18.0.8",
1919
"dotenv": "^16.0.3",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-monorepo-ethers",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
55
"license": "Unlicense",
66
"files": [
@@ -39,5 +39,6 @@
3939
"prettier": "^2.5.1",
4040
"ts-node": "^10.8.1",
4141
"typescript": "^4.7.3"
42-
}
42+
},
43+
"stableVersion": "4.0.0-alpha.1"
4344
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2020
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2121
"@nomicfoundation/hardhat-verify": "^2.0.0",
22-
"@semaphore-protocol/group": "4.0.0-alpha.1",
23-
"@semaphore-protocol/hardhat": "4.0.0-alpha.1",
24-
"@semaphore-protocol/identity": "4.0.0-alpha.1",
25-
"@semaphore-protocol/proof": "4.0.0-alpha.1",
22+
"@semaphore-protocol/group": "4.0.0-alpha.2",
23+
"@semaphore-protocol/hardhat": "4.0.0-alpha.2",
24+
"@semaphore-protocol/identity": "4.0.0-alpha.2",
25+
"@semaphore-protocol/proof": "4.0.0-alpha.2",
2626
"@typechain/ethers-v6": "^0.5.0",
2727
"@typechain/hardhat": "^9.0.0",
2828
"@types/chai": "^4.2.0",
@@ -39,6 +39,6 @@
3939
"typechain": "^8.3.0"
4040
},
4141
"dependencies": {
42-
"@semaphore-protocol/contracts": "4.0.0-alpha.1"
42+
"@semaphore-protocol/contracts": "4.0.0-alpha.2"
4343
}
4444
}

packages/cli-template-monorepo-subgraph/apps/web-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@next/font": "13.0.3",
13-
"@semaphore-protocol/data": "4.0.0-alpha.1",
14-
"@semaphore-protocol/group": "4.0.0-alpha.1",
15-
"@semaphore-protocol/identity": "4.0.0-alpha.1",
16-
"@semaphore-protocol/proof": "4.0.0-alpha.1",
13+
"@semaphore-protocol/data": "4.0.0-alpha.2",
14+
"@semaphore-protocol/group": "4.0.0-alpha.2",
15+
"@semaphore-protocol/identity": "4.0.0-alpha.2",
16+
"@semaphore-protocol/proof": "4.0.0-alpha.2",
1717
"@types/react": "18.0.25",
1818
"@types/react-dom": "18.0.8",
1919
"dotenv": "^16.0.3",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-monorepo-subgraph",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
55
"license": "Unlicense",
66
"files": [
@@ -39,5 +39,6 @@
3939
"prettier": "^2.5.1",
4040
"ts-node": "^10.8.1",
4141
"typescript": "^4.7.3"
42-
}
42+
},
43+
"stableVersion": "4.0.0-alpha.1"
4344
}

packages/cli/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@semaphore-protocol/cli",
33
"type": "module",
4-
"version": "4.0.0-alpha.1",
4+
"version": "4.0.0-alpha.2",
55
"description": "A command line tool to set up your Semaphore project and get group data.",
66
"license": "MIT",
77
"bin": {
@@ -41,7 +41,7 @@
4141
"ts-node": "^10.9.1"
4242
},
4343
"dependencies": {
44-
"@semaphore-protocol/data": "4.0.0-alpha.1",
44+
"@semaphore-protocol/data": "4.0.0-alpha.2",
4545
"axios": "^1.3.2",
4646
"boxen": "^7.0.1",
4747
"chalk": "^5.1.2",
@@ -53,5 +53,6 @@
5353
"ora": "^6.1.2",
5454
"pacote": "^15.1.1",
5555
"semver": "^7.3.8"
56-
}
56+
},
57+
"stableVersion": "4.0.0-alpha.1"
5758
}

packages/contracts/contracts/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/contracts",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
55
"license": "MIT",
66
"files": [
@@ -31,5 +31,6 @@
3131
},
3232
"dependencies": {
3333
"@zk-kit/imt.sol": "2.0.0-beta.5"
34-
}
34+
},
35+
"stableVersion": "4.0.0-alpha.1"
3536
}

0 commit comments

Comments
 (0)