Skip to content

Commit

Permalink
Release/2.5.7 (#14)
Browse files Browse the repository at this point in the history
* Update deps, apply canary

* add loading states and tag canary

* Apply web3modal patches

* update to latest monorepo packages

* remove manual metamask

* Use latest monorepo canary

* Update to 2.8.3 monorepo packages

* tag 2.5.3

* Add sourcemap

* Tag 2.5.4

* tag 2.5.5

* Update dependencies

* tag 2.5.6

* Update deps

* Update to latest monorepo

* tag 2.5.7
  • Loading branch information
xzilja authored Jun 29, 2023
1 parent 5a164df commit e82c2ca
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 86 deletions.
14 changes: 7 additions & 7 deletions laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "laboratory",
"version": "2.5.6",
"version": "2.5.7",
"private": true,
"scripts": {
"dev": "rm -rf .next; next dev",
"build": "next build"
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.13",
"@walletconnect/ethereum-provider": "2.8.4",
"@walletconnect/modal": "2.5.6",
"@walletconnect/modal-auth-html": "2.5.6",
"@walletconnect/modal-auth-react": "2.5.6",
"@walletconnect/modal-sign-html": "2.5.6",
"@walletconnect/modal-sign-react": "2.5.6",
"@walletconnect/ethereum-provider": "2.8.5",
"@walletconnect/modal": "2.5.7",
"@walletconnect/modal-auth-html": "2.5.7",
"@walletconnect/modal-auth-react": "2.5.7",
"@walletconnect/modal-sign-html": "2.5.7",
"@walletconnect/modal-sign-react": "2.5.7",
"next": "13.4.7",
"react": "18.2.0",
"react-code-blocks": "0.0.9-0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"projects/modal-sign-react",
"laboratory"
],
"version": "2.5.6",
"version": "2.5.7",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
144 changes: 82 additions & 62 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
Expand Up @@ -48,6 +48,6 @@
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-minify-html-literals": "1.2.6",
"rollup-plugin-lit-css": "4.0.1",
"typescript": "5.1.5"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/modal-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/modal-core",
"version": "2.5.6",
"version": "2.5.7",
"main": "dist/index.js",
"type": "module",
"types": "dist/_types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/modal-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/modal-ui",
"version": "2.5.6",
"version": "2.5.7",
"main": "dist/index.js",
"type": "module",
"types": "dist/_types/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@walletconnect/modal-core": "2.5.6",
"@walletconnect/modal-core": "2.5.7",
"lit": "2.7.5",
"motion": "10.16.2",
"qrcode": "1.5.3"
Expand Down
4 changes: 2 additions & 2 deletions projects/modal-auth-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/modal-auth-html",
"version": "2.5.6",
"version": "2.5.7",
"main": "dist/index.js",
"unpkg": "dist/cdn/bundle.js",
"type": "module",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@walletconnect/auth-client": "2.1.0",
"@walletconnect/modal": "2.5.6"
"@walletconnect/modal": "2.5.7"
},
"keywords": [
"web3",
Expand Down
Loading

0 comments on commit e82c2ca

Please sign in to comment.