Skip to content

Commit 6b04ec0

Browse files
committed
chore: v4.7.3
1 parent 13a9480 commit 6b04ec0

File tree

19 files changed

+79
-79
lines changed

19 files changed

+79
-79
lines changed

apps/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@docusaurus/core": "3.5.2",
2020
"@docusaurus/preset-classic": "3.5.2",
2121
"@mdx-js/react": "^3.0.0",
22-
"@semaphore-protocol/utils": "4.7.2",
22+
"@semaphore-protocol/utils": "4.7.3",
2323
"@svgr/webpack": "^5.5.0",
2424
"clsx": "^1.2.1",
2525
"docusaurus-plugin-sass": "^0.2.5",

packages/circuits/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/circuits",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Semaphore Circom circuits to generate zero-knowledge proofs.",
55
"license": "MIT",
66
"files": [

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-contracts-hardhat",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Semaphore Hardhat template.",
55
"license": "Unlicense",
66
"files": [
@@ -41,9 +41,9 @@
4141
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
4242
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
4343
"@nomicfoundation/hardhat-verify": "^2.0.0",
44-
"@semaphore-protocol/core": "4.7.2",
45-
"@semaphore-protocol/hardhat": "4.7.2",
46-
"@semaphore-protocol/utils": "4.7.2",
44+
"@semaphore-protocol/core": "4.7.3",
45+
"@semaphore-protocol/hardhat": "4.7.3",
46+
"@semaphore-protocol/utils": "4.7.3",
4747
"@typechain/ethers-v6": "^0.5.0",
4848
"@typechain/hardhat": "^9.0.0",
4949
"@types/chai": "^4.2.0",
@@ -71,7 +71,7 @@
7171
"typescript": "^5.3.3"
7272
},
7373
"dependencies": {
74-
"@semaphore-protocol/contracts": "4.7.2"
74+
"@semaphore-protocol/contracts": "4.7.3"
7575
},
7676
"packageManager": "[email protected]"
7777
}

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2121
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2222
"@nomicfoundation/hardhat-verify": "^2.0.0",
23-
"@semaphore-protocol/core": "4.7.2",
24-
"@semaphore-protocol/hardhat": "4.7.2",
25-
"@semaphore-protocol/utils": "4.7.2",
23+
"@semaphore-protocol/core": "4.7.3",
24+
"@semaphore-protocol/hardhat": "4.7.3",
25+
"@semaphore-protocol/utils": "4.7.3",
2626
"@typechain/ethers-v6": "^0.5.0",
2727
"@typechain/hardhat": "^9.0.0",
2828
"@types/chai": "^4.2.0",
@@ -50,7 +50,7 @@
5050
"typescript": "^5.3.3"
5151
},
5252
"dependencies": {
53-
"@semaphore-protocol/contracts": "4.7.2"
53+
"@semaphore-protocol/contracts": "4.7.3"
5454
},
5555
"packageManager": "[email protected]"
5656
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@semaphore-protocol/core": "4.7.2",
13-
"@semaphore-protocol/data": "4.7.2",
14-
"@semaphore-protocol/utils": "4.7.2",
12+
"@semaphore-protocol/core": "4.7.3",
13+
"@semaphore-protocol/data": "4.7.3",
14+
"@semaphore-protocol/utils": "4.7.3",
1515
"ethers": "^6.13.4",
1616
"next": "14.1.0",
1717
"next-pwa": "^5.6.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-monorepo-ethers",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
55
"license": "Unlicense",
66
"files": [

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2121
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2222
"@nomicfoundation/hardhat-verify": "^2.0.0",
23-
"@semaphore-protocol/core": "4.7.2",
24-
"@semaphore-protocol/hardhat": "4.7.2",
25-
"@semaphore-protocol/utils": "4.7.2",
23+
"@semaphore-protocol/core": "4.7.3",
24+
"@semaphore-protocol/hardhat": "4.7.3",
25+
"@semaphore-protocol/utils": "4.7.3",
2626
"@typechain/ethers-v6": "^0.5.0",
2727
"@typechain/hardhat": "^9.0.0",
2828
"@types/chai": "^4.2.0",
@@ -50,7 +50,7 @@
5050
"typescript": "^5.3.3"
5151
},
5252
"dependencies": {
53-
"@semaphore-protocol/contracts": "4.7.2"
53+
"@semaphore-protocol/contracts": "4.7.3"
5454
},
5555
"packageManager": "[email protected]"
5656
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@semaphore-protocol/core": "4.7.2",
13-
"@semaphore-protocol/data": "4.7.2",
14-
"@semaphore-protocol/utils": "4.7.2",
12+
"@semaphore-protocol/core": "4.7.3",
13+
"@semaphore-protocol/data": "4.7.3",
14+
"@semaphore-protocol/utils": "4.7.3",
1515
"ethers": "^6.13.4",
1616
"next": "14.1.0",
1717
"next-pwa": "^5.6.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-monorepo-subgraph",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
55
"license": "Unlicense",
66
"files": [

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@semaphore-protocol/cli",
33
"type": "module",
4-
"version": "4.7.2",
4+
"version": "4.7.3",
55
"description": "A command line tool to set up your Semaphore project and get group data.",
66
"license": "MIT",
77
"bin": {
@@ -41,8 +41,8 @@
4141
"rollup-plugin-cleanup": "^3.2.1"
4242
},
4343
"dependencies": {
44-
"@semaphore-protocol/data": "4.7.2",
45-
"@semaphore-protocol/utils": "4.7.2",
44+
"@semaphore-protocol/data": "4.7.3",
45+
"@semaphore-protocol/utils": "4.7.3",
4646
"axios": "^1.6.7",
4747
"boxen": "^7.1.1",
4848
"chalk": "^5.3.0",

packages/contracts/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/contracts",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
55
"license": "MIT",
66
"files": [

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/core",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Core library for the essential Semaphore features.",
55
"type": "module",
66
"license": "MIT",
@@ -42,8 +42,8 @@
4242
"access": "public"
4343
},
4444
"dependencies": {
45-
"@semaphore-protocol/group": "4.7.2",
46-
"@semaphore-protocol/identity": "4.7.2",
47-
"@semaphore-protocol/proof": "4.7.2"
45+
"@semaphore-protocol/group": "4.7.3",
46+
"@semaphore-protocol/identity": "4.7.3",
47+
"@semaphore-protocol/proof": "4.7.3"
4848
}
4949
}

packages/data/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/data",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "A library for querying Semaphore smart contract.",
55
"type": "module",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"rollup-plugin-cleanup": "^3.2.1"
3838
},
3939
"dependencies": {
40-
"@semaphore-protocol/utils": "4.7.2",
40+
"@semaphore-protocol/utils": "4.7.3",
4141
"axios": "1.6.6",
4242
"ethers": "6.13.4"
4343
}

packages/group/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/group",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "A library to create and manage Semaphore groups.",
55
"type": "module",
66
"license": "MIT",

packages/hardhat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/hardhat",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "A Hardhat plugin to deploy Semaphore contracts.",
55
"type": "module",
66
"license": "MIT",
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@nomicfoundation/hardhat-ethers": "^3.0.0",
44-
"@semaphore-protocol/contracts": "4.7.2",
44+
"@semaphore-protocol/contracts": "4.7.3",
4545
"ethers": "^6.13.4",
4646
"hardhat-dependency-compiler": "^1.1.3"
4747
}

packages/identity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/identity",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "A library to create Semaphore identities.",
55
"type": "module",
66
"license": "MIT",

packages/proof/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/proof",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "A library to generate and verify Semaphore proofs.",
55
"type": "module",
66
"license": "MIT",
@@ -47,11 +47,11 @@
4747
"rollup-plugin-cleanup": "^3.2.1"
4848
},
4949
"peerDependencies": {
50-
"@semaphore-protocol/group": "4.7.2",
51-
"@semaphore-protocol/identity": "4.7.2"
50+
"@semaphore-protocol/group": "4.7.3",
51+
"@semaphore-protocol/identity": "4.7.3"
5252
},
5353
"dependencies": {
54-
"@semaphore-protocol/utils": "4.7.2",
54+
"@semaphore-protocol/utils": "4.7.3",
5555
"@zk-kit/artifacts": "1.8.0",
5656
"@zk-kit/utils": "1.2.1",
5757
"ethers": "6.13.4",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/utils",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "A library to provide utility functions to the other Semaphore packages.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)