Skip to content

Commit 9ab23fd

Browse files
authored
Merge pull request #49 from gnosis/development
Release 1
2 parents 70038ea + 9b2b0cc commit 9ab23fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/safe-core-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-core-sdk",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Safe Core SDK",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",

packages/safe-ethers-adapters/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-ethers-adapters",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.1.0-alpha.3",
44
"description": "Safe Ethers Adapters",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"dependencies": {
76-
"@gnosis.pm/safe-core-sdk": "^0.2.0",
76+
"@gnosis.pm/safe-core-sdk": "^0.3.0",
7777
"@gnosis.pm/safe-core-sdk-types": "^0.1.1",
7878
"@gnosis.pm/safe-deployments": "^1.0.0",
7979
"axios": "^0.21.1"

0 commit comments

Comments
 (0)