Skip to content

Commit

Permalink
devop: release 2.2.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Oct 25, 2021
1 parent 7d8efd4 commit bae3a6e
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 43 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- ### Release 2.2.0-beta.14
- UI

- ### Release 2.2.0-beta.12
- add eth_signTypedData_v4

Expand Down
112 changes: 94 additions & 18 deletions dist/cjs/index.js

Large diffs are not rendered by default.

112 changes: 94 additions & 18 deletions dist/esm/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/app/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export default {
};
},
mounted() {
localStorage.debug = '*';
//localStorage.debug = '*';
console.log('LOADEDED'); // todo remove dev item
this.connect = new mewConnect.Provider({
windowClosedError: true,
Expand Down
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myetherwallet/mewconnect-web-client",
"homepage": "https://github.com/myetherwallet/MEWconnect-web-client",
"version": "2.2.0-beta.13",
"version": "2.2.0-beta.14",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
Expand Down

0 comments on commit bae3a6e

Please sign in to comment.