Skip to content

Commit

Permalink
chore: reef-knot v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Jun 26, 2023
1 parent 597db60 commit ca7c8a2
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.4.3

### Patch Changes

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

## 1.4.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.4.2",
"version": "1.4.3",
"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.4.2",
"@reef-knot/core-react": "1.4.1",
"@reef-knot/web3-react": "1.2.1",
"@reef-knot/web3-react": "1.2.2",
"@reef-knot/ui-react": "1.0.3",
"@reef-knot/wallets-icons": "1.0.0",
"@reef-knot/wallets-list": "1.4.2",
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.2.2

### Patch Changes

- remove walletconnect v1 leftovers

## 1.2.1

### Patch 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.2.1",
"version": "1.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit ca7c8a2

Please sign in to comment.