Skip to content

Commit

Permalink
chore: reef-knot v1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Jan 15, 2024
1 parent 75d1d6a commit 2ec3259
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
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.15.2

### Patch Changes

- Updated dependencies
- @reef-knot/web3-react@1.13.1

## 1.15.1

### 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.15.1",
"version": "1.15.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@reef-knot/connect-wallet-modal": "1.17.0",
"@reef-knot/core-react": "1.8.1",
"@reef-knot/web3-react": "1.13.0",
"@reef-knot/web3-react": "1.13.1",
"@reef-knot/ui-react": "1.0.8",
"@reef-knot/wallets-list": "1.11.1",
"@reef-knot/wallets-helpers": "1.1.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/web3-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reef-knot/web3-react

## 1.13.1

### Patch Changes

- fix: return isLedger to useConnectorInfo

## 1.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/web3-react",
"version": "1.13.0",
"version": "1.13.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 2ec3259

Please sign in to comment.