Skip to content

Commit

Permalink
Merge pull request #220 from gnosis/changeset-release/development
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
mmv08 authored Sep 20, 2021
2 parents 8d86ff2 + 053808d commit a2899d1
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"changesets": [
"cool-ladybugs-admire",
"happy-pandas-travel",
"healthy-experts-heal",
"lemon-pants-itch"
]
}
6 changes: 6 additions & 0 deletions packages/safe-apps-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gnosis.pm/safe-apps-provider

## 0.8.0-next.3

### Minor Changes

- 8d86ff2: support eth_sign and personal_sign

## 0.7.2-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.7.2-next.2",
"version": "0.8.0-next.3",
"description": "A provider wrapper of Safe Apps SDK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/safe-apps-web3-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gnosis.pm/safe-apps-web3-react

## 0.6.3-next.3

### Patch Changes

- Updated dependencies [8d86ff2]
- @gnosis.pm/[email protected]

## 0.6.3-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.6.3-next.2",
"version": "0.6.3-next.3",
"description": "Web3-react connector for Safe Apps",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"author": "Gnosis (https://gnosis.io)",
"license": "MIT",
"dependencies": {
"@gnosis.pm/safe-apps-provider": "0.7.2-next.2",
"@gnosis.pm/safe-apps-provider": "0.8.0-next.3",
"@gnosis.pm/safe-apps-sdk": "4.3.0-next.2",
"@web3-react/abstract-connector": "6.0.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/safe-apps-web3modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gnosis.pm/safe-apps-web3modal

## 3.0.0-next.3

### Patch Changes

- Updated dependencies [8d86ff2]
- @gnosis.pm/[email protected]

## 3.0.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "3.0.0-next.2",
"version": "3.0.0-next.3",
"description": "A web3modal wrapper for Safe App support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"web3modal": "^1.9.3"
},
"dependencies": {
"@gnosis.pm/safe-apps-provider": "0.7.2-next.2"
"@gnosis.pm/safe-apps-provider": "0.8.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a2899d1

Please sign in to comment.