Skip to content

Commit

Permalink
chore: v4.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed May 2, 2024
1 parent 87f6345 commit ddfe4ff
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.0.0",
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.2.1",
"docusaurus-plugin-sass": "^0.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/circuits",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "Semaphore Circom circuits to generate zero-knowledge proofs.",
"license": "MIT",
"files": [
Expand Down
10 changes: 5 additions & 5 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": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "Semaphore Hardhat template.",
"license": "Unlicense",
"files": [
Expand Down Expand Up @@ -41,9 +41,9 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@semaphore-protocol/core": "4.0.0-beta.8",
"@semaphore-protocol/hardhat": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/core": "4.0.0-beta.9",
"@semaphore-protocol/hardhat": "4.0.0-beta.9",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@semaphore-protocol/contracts": "4.0.0-beta.8"
"@semaphore-protocol/contracts": "4.0.0-beta.9"
},
"packageManager": "yarn@4.1.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@semaphore-protocol/core": "4.0.0-beta.8",
"@semaphore-protocol/hardhat": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/core": "4.0.0-beta.9",
"@semaphore-protocol/hardhat": "4.0.0-beta.9",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@semaphore-protocol/contracts": "4.0.0-beta.8"
"@semaphore-protocol/contracts": "4.0.0-beta.9"
},
"packageManager": "yarn@4.1.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@semaphore-protocol/core": "4.0.0-beta.8",
"@semaphore-protocol/data": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/core": "4.0.0-beta.9",
"@semaphore-protocol/data": "4.0.0-beta.9",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"ethers": "^6.11.1",
"next": "14.1.0",
"next-pwa": "^5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
"license": "Unlicense",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@semaphore-protocol/core": "4.0.0-beta.8",
"@semaphore-protocol/hardhat": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/core": "4.0.0-beta.9",
"@semaphore-protocol/hardhat": "4.0.0-beta.9",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@semaphore-protocol/contracts": "4.0.0-beta.8"
"@semaphore-protocol/contracts": "4.0.0-beta.9"
},
"packageManager": "yarn@4.1.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@semaphore-protocol/core": "4.0.0-beta.8",
"@semaphore-protocol/data": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/core": "4.0.0-beta.9",
"@semaphore-protocol/data": "4.0.0-beta.9",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"ethers": "^6.11.1",
"next": "14.1.0",
"next-pwa": "^5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
"license": "Unlicense",
"files": [
Expand Down
6 changes: 3 additions & 3 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": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "A command line tool to set up your Semaphore project and get group data.",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"rollup-plugin-cleanup": "^3.2.1"
},
"dependencies": {
"@semaphore-protocol/data": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/data": "4.0.0-beta.9",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"axios": "^1.6.7",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/contracts",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
"license": "MIT",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/core",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "Core library for the essential Semaphore features.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -42,8 +42,8 @@
"access": "public"
},
"dependencies": {
"@semaphore-protocol/group": "4.0.0-beta.8",
"@semaphore-protocol/identity": "4.0.0-beta.8",
"@semaphore-protocol/proof": "4.0.0-beta.8"
"@semaphore-protocol/group": "4.0.0-beta.9",
"@semaphore-protocol/identity": "4.0.0-beta.9",
"@semaphore-protocol/proof": "4.0.0-beta.9"
}
}
4 changes: 2 additions & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/data",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "A library to query Semaphore contracts.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"rollup-plugin-cleanup": "^3.2.1"
},
"dependencies": {
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"axios": "1.6.6",
"ethers": "6.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/group",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "A library to create and manage Semaphore groups.",
"type": "module",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/hardhat",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@semaphore-protocol/contracts": "4.0.0-beta.8",
"@semaphore-protocol/contracts": "4.0.0-beta.9",
"ethers": "^6.4.0",
"hardhat-dependency-compiler": "^1.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/identity",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "A library to create Semaphore identities.",
"type": "module",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/proof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/proof",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "A library to generate and verify Semaphore proofs.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -48,11 +48,11 @@
"rollup-plugin-cleanup": "^3.2.1"
},
"peerDependencies": {
"@semaphore-protocol/group": "4.0.0-beta.8",
"@semaphore-protocol/identity": "4.0.0-beta.8"
"@semaphore-protocol/group": "4.0.0-beta.9",
"@semaphore-protocol/identity": "4.0.0-beta.9"
},
"dependencies": {
"@semaphore-protocol/utils": "4.0.0-beta.8",
"@semaphore-protocol/utils": "4.0.0-beta.9",
"@zk-kit/utils": "1.0.0-beta.4",
"ethers": "6.10.0",
"snarkjs": "0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/utils",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "A library to provide utility functions to the other Semaphore packages.",
"type": "module",
"license": "MIT",
Expand Down
Loading

0 comments on commit ddfe4ff

Please sign in to comment.