Skip to content

Commit

Permalink
Bump the version to v1.1.0 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed Jun 27, 2022
1 parent 14ee548 commit ab44371
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 45 deletions.
2 changes: 1 addition & 1 deletion circuits/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-circuits",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -57,9 +57,9 @@
"axios": "^0.21.0",
"circom-helper": "^0.3.0",
"jest": "^26.6.3",
"maci-core": "^1.0.4",
"maci-crypto": "^1.0.4",
"maci-domainobjs": "^1.0.4",
"maci-core": "^1.1.0",
"maci-crypto": "^1.1.0",
"maci-domainobjs": "^1.1.0",
"ts-jest": "^26.5.4",
"typescript": "^3.8.3"
},
Expand Down
2 changes: 1 addition & 1 deletion cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-cli",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"bin": {
Expand All @@ -22,12 +22,12 @@
"ffiasm": "0.1.3",
"hardhat": "^2.0.11",
"js-yaml": "4.0.0",
"maci-circuits": "^1.0.4",
"maci-contracts": "^1.0.4",
"maci-core": "^1.0.4",
"maci-crypto": "^1.0.4",
"maci-domainobjs": "^1.0.4",
"maci-common": "^1.0.0",
"maci-circuits": "^1.1.0",
"maci-common": "^1.1.0",
"maci-contracts": "^1.1.0",
"maci-core": "^1.1.0",
"maci-crypto": "^1.1.0",
"maci-domainobjs": "^1.1.0",
"prompt-async": "^0.9.9",
"shelljs": "^0.8.4",
"snarkjs": "0.4.10",
Expand Down
2 changes: 1 addition & 1 deletion common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "maci-common",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-contracts",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -42,10 +42,10 @@
"@types/node": "^14.14.35",
"ethers": "^5.0.32",
"jest": "^26.6.3",
"maci-circuits": "^1.0.4",
"maci-core": "^1.0.4",
"maci-crypto": "^1.0.4",
"maci-domainobjs": "^1.0.4",
"maci-circuits": "^1.1.0",
"maci-core": "^1.1.0",
"maci-crypto": "^1.1.0",
"maci-domainobjs": "^1.1.0",
"shelljs": "^0.8.4",
"truffle-artifactor": "^4.0.30",
"ts-jest": "^26.5.4"
Expand Down
2 changes: 1 addition & 1 deletion core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-core",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"@maci-contracts": "../contracts"
},
"dependencies": {
"maci-crypto": "^1.0.4",
"maci-domainobjs": "^1.0.4",
"maci-crypto": "^1.1.0",
"maci-domainobjs": "^1.1.0",
"module-alias": "^2.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion crypto/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-crypto",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion domainobjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions domainobjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-domainobjs",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"jest": "^26.6.3",
"maci-crypto": "^1.0.4",
"maci-crypto": "^1.1.0",
"ts-jest": "^26.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion integrationTests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions integrationTests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-integrationtests",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"hardhat-contract-sizer": "^2.0.3",
"jest": "^26.6.3",
"js-yaml": "^4.0.0",
"maci-circuits": "^1.0.4",
"maci-cli": "^1.0.4",
"maci-contracts": "^1.0.4",
"maci-core": "^1.0.4",
"maci-crypto": "^1.0.4",
"maci-domainobjs": "^1.0.4",
"maci-circuits": "^1.1.0",
"maci-cli": "^1.1.0",
"maci-contracts": "^1.1.0",
"maci-core": "^1.1.0",
"maci-crypto": "^1.1.0",
"maci-domainobjs": "^1.1.0",
"module-alias": "^2.2.2",
"shelljs": "^0.8.3",
"ts-jest": "^26.5.4"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"server",
"common"
],
"version": "1.0.4",
"version": "1.1.0",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-server",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,11 +12,11 @@
"await-to-js": "^3.0.0",
"axios": "^0.24.0",
"express": "^4.17.1",
"maci-common": "1.0.0",
"minilog": "^3.1.0",
"mongodb": "^4.1.4",
"pg": "^8.7.1",
"shelljs": "^0.8.3",
"maci-common": "1.0.0"
"shelljs": "^0.8.3"
},
"devDependencies": {
"@types/node": "^16.11.6"
Expand Down

0 comments on commit ab44371

Please sign in to comment.