Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 17, 2021
1 parent 44bb31c commit 650d6cc
Show file tree
Hide file tree
Showing 12 changed files with 7,109 additions and 19,350 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template-safe-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/cra-template-safe-app",
"version": "3.3.0",
"version": "3.4.0",
"description": "Gnosis Safe App Starter",
"author": "Gnosis (https://gnosis.pm)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-safe-app/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"package": {
"homepage": "./",
"dependencies": {
"@gnosis.pm/safe-apps-react-sdk": "2.3.0",
"@gnosis.pm/safe-apps-react-sdk": "2.4.0",
"@gnosis.pm/safe-react-components": "^0.3.0",
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions packages/safe-apps-onboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme",
"devDependencies": {
"@gnosis.pm/safe-apps-sdk": "^2.3.0",
"@gnosis.pm/safe-apps-sdk": "^2.4.0",
"bnc-onboard": "^1.20.0",
"rimraf": "^3.0.2"
},
"peerDependencies": {
"@gnosis.pm/safe-apps-sdk": "^2.3.0",
"@gnosis.pm/safe-apps-sdk": "^2.4.0",
"bnc-onboard": "^1.20.0"
},
"dependencies": {
"@gnosis.pm/safe-apps-provider": "0.3.0"
"@gnosis.pm/safe-apps-provider": "0.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/safe-apps-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-provider",
"version": "0.3.0",
"version": "0.4.0",
"description": "A provider wrapper of Safe Apps SDK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme",
"dependencies": {
"@gnosis.pm/safe-apps-sdk": "2.3.0",
"@gnosis.pm/safe-apps-sdk": "2.4.0",
"events": "^3.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/safe-apps-react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gnosis.pm/safe-apps-react-sdk",
"private": false,
"version": "2.3.1",
"version": "2.4.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
],
"author": "Gnosis (https://gnosis.io)",
"dependencies": {
"@gnosis.pm/safe-apps-sdk": "2.3.0"
"@gnosis.pm/safe-apps-sdk": "2.4.0"
},
"peerDependencies": {
"@types/node": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-apps-sdk/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "2.3.0",
"version": "2.4.0",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-apps-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "2.3.0",
"version": "2.4.0",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/safe-apps-web3-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-web3-react",
"version": "0.3.0",
"version": "0.4.0",
"description": "Web3-react connector for Safe Apps",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"author": "Gnosis (https://gnosis.io)",
"license": "MIT",
"dependencies": {
"@gnosis.pm/safe-apps-provider": "0.3.0",
"@gnosis.pm/safe-apps-sdk": "2.3.0",
"@gnosis.pm/safe-apps-provider": "0.4.0",
"@gnosis.pm/safe-apps-sdk": "2.4.0",
"@web3-react/abstract-connector": "6.0.7"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/safe-apps-web3modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-web3modal",
"version": "0.3.0",
"version": "0.4.0",
"description": "A web3modal wrapper for Safe App support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -24,15 +24,15 @@
},
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme",
"devDependencies": {
"@gnosis.pm/safe-apps-sdk": "^2.3.0",
"@gnosis.pm/safe-apps-sdk": "^2.4.0",
"rimraf": "^3.0.2",
"web3modal": "^1.9.3"
},
"peerDependencies": {
"@gnosis.pm/safe-apps-sdk": "^2.3.0",
"@gnosis.pm/safe-apps-sdk": "^2.4.0",
"web3modal": "^1.9.3"
},
"dependencies": {
"@gnosis.pm/safe-apps-provider": "0.3.0"
"@gnosis.pm/safe-apps-provider": "0.4.0"
}
}
Loading

0 comments on commit 650d6cc

Please sign in to comment.