Skip to content

Commit

Permalink
chore: reef-knot v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Sep 24, 2024
1 parent 7ccabc6 commit ff1ae52
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/rude-bugs-buy.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/connect-wallet-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reef-knot/connect-wallet-modal

## 5.5.0

### Minor Changes

- Add the "loading" state for WC and Binance wallet connection buttons;
- Fix the "retry" button for some cases in the Ledger HID connection modal;
- Show a loading spinner in the Ledger modal during ledger packages loading;
- Fix the issue with passing onClickWalletsLess, onClickWalletsMore props;

## 5.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 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": "5.4.0",
"version": "5.5.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/react-dom": "18.2.17"
},
"devDependencies": {
"@reef-knot/core-react": "^4.1.1",
"@reef-knot/core-react": "^4.3.0",
"@reef-knot/types": "^2.0.1",
"@reef-knot/ui-react": "^2.1.1",
"@reef-knot/wallets-helpers": "^2.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reef-knot/core-react

## 4.3.0

### Minor Changes

- Add the "loading" state for WC and Binance wallet connection buttons;
- Fix the "retry" button for some cases in the Ledger HID connection modal;
- Show a loading spinner in the Ledger modal during ledger packages loading;
- Fix the issue with passing onClickWalletsLess, onClickWalletsMore props;

## 4.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/core-react",
"version": "4.2.1",
"version": "4.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/reef-knot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# reef-knot

## 5.7.0

### Minor Changes

- Add the "loading" state for WC and Binance wallet connection buttons;
- Fix the "retry" button for some cases in the Ledger HID connection modal;
- Show a loading spinner in the Ledger modal during ledger packages loading;
- Fix the issue with passing onClickWalletsLess, onClickWalletsMore props;

### Patch Changes

- Updated dependencies [44073ff]
- @reef-knot/connect-wallet-modal@5.5.0
- @reef-knot/core-react@4.3.0

## 5.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/reef-knot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reef-knot",
"version": "5.6.1",
"version": "5.7.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"lint": "eslint --ext ts,tsx,js,mjs ."
},
"dependencies": {
"@reef-knot/connect-wallet-modal": "5.4.0",
"@reef-knot/core-react": "4.2.1",
"@reef-knot/connect-wallet-modal": "5.5.0",
"@reef-knot/core-react": "4.3.0",
"@reef-knot/web3-react": "4.0.1",
"@reef-knot/ui-react": "2.1.4",
"@reef-knot/wallets-list": "2.3.0",
Expand Down

0 comments on commit ff1ae52

Please sign in to comment.