Skip to content

Commit 13f1dc5

Browse files
committed
chore: v4.0.0-alpha.1
Former-commit-id: 1fc8c20
1 parent 7b137d2 commit 13f1dc5

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",
3+
"version": "4.0.0-alpha.1",
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"
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",
3+
"version": "4.0.0-alpha.1",
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",
39-
"@semaphore-protocol/hardhat": "4.0.0-alpha",
40-
"@semaphore-protocol/identity": "4.0.0-alpha",
41-
"@semaphore-protocol/proof": "4.0.0-alpha",
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",
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"
58+
"@semaphore-protocol/contracts": "4.0.0-alpha.1"
5959
},
6060
"config": {
6161
"solidity": {
6262
"version": "0.8.4"
6363
}
64-
}
64+
},
65+
"stableVersion": "4.0.0-alpha"
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",
23-
"@semaphore-protocol/hardhat": "4.0.0-alpha",
24-
"@semaphore-protocol/identity": "4.0.0-alpha",
25-
"@semaphore-protocol/proof": "4.0.0-alpha",
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",
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"
42+
"@semaphore-protocol/contracts": "4.0.0-alpha.1"
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",
14-
"@semaphore-protocol/group": "4.0.0-alpha",
15-
"@semaphore-protocol/identity": "4.0.0-alpha",
16-
"@semaphore-protocol/proof": "4.0.0-alpha",
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",
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",
3+
"version": "4.0.0-alpha.1",
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"
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",
23-
"@semaphore-protocol/hardhat": "4.0.0-alpha",
24-
"@semaphore-protocol/identity": "4.0.0-alpha",
25-
"@semaphore-protocol/proof": "4.0.0-alpha",
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",
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"
42+
"@semaphore-protocol/contracts": "4.0.0-alpha.1"
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",
14-
"@semaphore-protocol/group": "4.0.0-alpha",
15-
"@semaphore-protocol/identity": "4.0.0-alpha",
16-
"@semaphore-protocol/proof": "4.0.0-alpha",
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",
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",
3+
"version": "4.0.0-alpha.1",
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"
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",
4+
"version": "4.0.0-alpha.1",
55
"description": "A command line tool to set up your Semaphore project and get group data.",
66
"license": "MIT",
77
"bin": {
@@ -42,7 +42,7 @@
4242
"ts-node": "^10.9.1"
4343
},
4444
"dependencies": {
45-
"@semaphore-protocol/data": "4.0.0-alpha",
45+
"@semaphore-protocol/data": "4.0.0-alpha.1",
4646
"axios": "^1.3.2",
4747
"boxen": "^7.0.1",
4848
"chalk": "^5.1.2",
@@ -54,5 +54,6 @@
5454
"ora": "^6.1.2",
5555
"pacote": "^15.1.1",
5656
"semver": "^7.3.8"
57-
}
57+
},
58+
"stableVersion": "4.0.0-alpha"
5859
}

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",
3+
"version": "4.0.0-alpha.1",
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"
3536
}

0 commit comments

Comments
 (0)