Skip to content

Commit

Permalink
Ver2.2.1 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh authored May 12, 2021
1 parent f433ce9 commit 8c03079
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/cli",
"version": "2.2.0-alpha.1",
"version": "2.2.1",
"license": "GPL-3.0-only",
"main": "dist/commands/gsn.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"@opengsn/common": "^2.2.0-alpha.1",
"@opengsn/common": "^2.2.1",
"@truffle/hdwallet-provider": "1.0.34",
"@types/asciichart": "^1.5.4",
"@types/clear": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/common",
"version": "2.2.0-alpha.1",
"version": "2.2.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@opengsn/contracts": "^2.2.0-alpha.1",
"@opengsn/contracts": "^2.2.1",
"@types/bn.js": "^5.1.0",
"@types/eth-sig-util": "^2.1.0",
"@types/semver": "^7.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opengsn/contracts",
"license": "GPL-3.0-only",
"version": "2.2.0-alpha.1",
"version": "2.2.1",
"main": "types/truffle-contracts/index.d.ts",
"scripts": {
"truffle-compile": "truffle compile --compile-all",
Expand Down
10 changes: 5 additions & 5 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/dev",
"version": "2.2.0-alpha.1",
"version": "2.2.1",
"license": "GPL-3.0-only",
"main": "dist/GsnTestEnvironment.js",
"files": [
Expand All @@ -20,10 +20,10 @@
"rm-dist": "rm -rf tsconfig.tsbuildinfo dist"
},
"dependencies": {
"@opengsn/cli": "^2.2.0-alpha.1",
"@opengsn/contracts": "^2.2.0-alpha.1",
"@opengsn/provider": "^2.2.0-alpha.1",
"@opengsn/relay": "^2.2.0-alpha.1"
"@opengsn/cli": "^2.2.1",
"@opengsn/contracts": "^2.2.1",
"@opengsn/provider": "^2.2.1",
"@opengsn/relay": "^2.2.1"
},
"devDependencies": {
"@ethereumjs/tx": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/provider",
"version": "2.2.0-alpha.1",
"version": "2.2.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@opengsn/common": "^2.2.0-alpha.1",
"@opengsn/common": "^2.2.1",
"@types/body-parser": "^1.19.0",
"@types/eth-sig-util": "^2.1.0",
"@types/express-serve-static-core": "^4.17.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/relay",
"version": "2.2.0-alpha.1",
"version": "2.2.1",
"license": "GPL-3.0-only",
"main": "dist/runServer.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@opengsn/common": "^2.2.0-alpha.1",
"@opengsn/common": "^2.2.1",
"@types/cors": "^2.8.7",
"@types/express": "^4.17.8",
"@types/minimist": "^1.2.0",
Expand Down

0 comments on commit 8c03079

Please # to comment.