Skip to content

Commit

Permalink
Merge pull request #101 from lidofinance/fix/rm-lido-ui-peer-dependency
Browse files Browse the repository at this point in the history
Remove lido-ui peer dependency
  • Loading branch information
alx-khramov authored Nov 14, 2023
2 parents 468d71b + db83ad8 commit 297b3af
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/connect-wallet-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reef-knot/connect-wallet-modal

## 1.8.2

### Patch Changes

- Remove lido-ui peer dependency

## 1.8.1

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/connect-wallet-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/connect-wallet-modal",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -67,7 +67,6 @@
"@reef-knot/wallets-icons": "^1.0.0",
"@reef-knot/web3-react": "^1.3.0",
"@reef-knot/ledger-connector": "^1.0.1",
"@lidofinance/lido-ui": "^3.14.1",
"react": ">=17",
"ua-parser-js": "^1.0.33",
"wagmi": "^0.12.19"
Expand Down
7 changes: 7 additions & 0 deletions packages/reef-knot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reef-knot

## 1.10.3

### Patch Changes

- Updated dependencies
- @reef-knot/connect-wallet-modal@1.8.2

## 1.10.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/reef-knot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reef-knot",
"version": "1.10.2",
"version": "1.10.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint": "eslint --ext ts,tsx,js,mjs ."
},
"dependencies": {
"@reef-knot/connect-wallet-modal": "1.8.1",
"@reef-knot/connect-wallet-modal": "1.8.2",
"@reef-knot/core-react": "1.6.0",
"@reef-knot/web3-react": "1.6.0",
"@reef-knot/ui-react": "1.0.7",
Expand Down

0 comments on commit 297b3af

Please sign in to comment.