Skip to content

Commit ea62310

Browse files
committed
chore: v4.11.1
1 parent 6bc415f commit ea62310

File tree

20 files changed

+82
-82
lines changed

20 files changed

+82
-82
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
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.11.0",
22+
"@semaphore-protocol/utils": "4.11.1",
2323
"@svgr/webpack": "^5.5.0",
2424
"clsx": "^1.2.1",
2525
"docusaurus-plugin-sass": "^0.2.5",

packages/circuits/package.json

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@semaphore-protocol/cli-template-contracts-foundry",
3-
"version": "4.11.0",
3+
"version": "4.11.1",
44
"description": "Semaphore Foundry template.",
55
"license": "Unlicense",
66
"devDependencies": {
7-
"@semaphore-protocol/contracts": "4.11.0",
7+
"@semaphore-protocol/contracts": "4.11.1",
88
"@zk-kit/lean-imt.sol": "2.0.1",
99
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
1010
"poseidon-solidity": "0.0.5",

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

Lines changed: 5 additions & 5 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.11.0",
3+
"version": "4.11.1",
44
"description": "Semaphore Hardhat template.",
55
"license": "Unlicense",
66
"files": [
@@ -42,9 +42,9 @@
4242
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
4343
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
4444
"@nomicfoundation/hardhat-verify": "^2.0.0",
45-
"@semaphore-protocol/core": "4.11.0",
46-
"@semaphore-protocol/hardhat": "4.11.0",
47-
"@semaphore-protocol/utils": "4.11.0",
45+
"@semaphore-protocol/core": "4.11.1",
46+
"@semaphore-protocol/hardhat": "4.11.1",
47+
"@semaphore-protocol/utils": "4.11.1",
4848
"@typechain/ethers-v6": "^0.5.0",
4949
"@typechain/hardhat": "^9.0.0",
5050
"@types/chai": "^4.2.0",
@@ -72,7 +72,7 @@
7272
"typescript": "^5.3.3"
7373
},
7474
"dependencies": {
75-
"@semaphore-protocol/contracts": "4.11.0"
75+
"@semaphore-protocol/contracts": "4.11.1"
7676
},
7777
"packageManager": "[email protected]"
7878
}

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

Lines changed: 4 additions & 4 deletions
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.11.0",
24-
"@semaphore-protocol/hardhat": "4.11.0",
25-
"@semaphore-protocol/utils": "4.11.0",
23+
"@semaphore-protocol/core": "4.11.1",
24+
"@semaphore-protocol/hardhat": "4.11.1",
25+
"@semaphore-protocol/utils": "4.11.1",
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.11.0"
53+
"@semaphore-protocol/contracts": "4.11.1"
5454
},
5555
"packageManager": "[email protected]"
5656
}

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

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

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

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

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

Lines changed: 4 additions & 4 deletions
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.11.0",
24-
"@semaphore-protocol/hardhat": "4.11.0",
25-
"@semaphore-protocol/utils": "4.11.0",
23+
"@semaphore-protocol/core": "4.11.1",
24+
"@semaphore-protocol/hardhat": "4.11.1",
25+
"@semaphore-protocol/utils": "4.11.1",
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.11.0"
53+
"@semaphore-protocol/contracts": "4.11.1"
5454
},
5555
"packageManager": "[email protected]"
5656
}

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

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

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

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

0 commit comments

Comments
 (0)