Skip to content

Commit

Permalink
chore: reef-knot v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Apr 11, 2024
1 parent dbe00b3 commit 14ba375
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 18 deletions.
11 changes: 11 additions & 0 deletions packages/connect-wallet-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @reef-knot/connect-wallet-modal

## 4.1.0

### Minor Changes

- Make it possible for wallet detectors to be async;
- Improve Safe wallet detection;

### Patch Changes

- @reef-knot/wallets-list@1.13.1

## 4.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 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": "4.0.0",
"version": "4.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,13 +41,13 @@
"@ledgerhq/hw-app-eth": "^6.35.2",
"@ledgerhq/hw-transport-webhid": "^6.28.1",
"@lidofinance/lido-ui": "^3.18.0",
"@reef-knot/wallets-list": "^1.13.0",
"@reef-knot/wallets-list": "^1.13.1",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17"
},
"devDependencies": {
"@reef-knot/core-react": "^3.0.0",
"@reef-knot/types": "^1.6.0",
"@reef-knot/core-react": "^3.1.0",
"@reef-knot/types": "^1.7.0",
"@reef-knot/ui-react": "^1.1.0",
"@reef-knot/wallets-helpers": "^1.1.5",
"@reef-knot/web3-react": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reef-knot/core-react

## 3.1.0

### Minor Changes

- Make it possible for wallet detectors to be async;
- Improve Safe wallet detection;

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions 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": "3.0.0",
"version": "3.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"@reef-knot/ledger-connector": "^3.0.0",
"@reef-knot/wallets-list": "^1.12.0",
"@reef-knot/types": "^1.5.0",
"@reef-knot/wallets-list": "^1.13.1",
"@reef-knot/types": "^1.7.0",
"@reef-knot/ui-react": "^1.0.8",
"@types/ua-parser-js": "^0.7.36",
"eslint-config-custom": "*",
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

## 4.1.0

### Minor Changes

- Make it possible for wallet detectors to be async;
- Improve Safe wallet detection;

### Patch Changes

- Updated dependencies
- @reef-knot/connect-wallet-modal@4.1.0
- @reef-knot/core-react@3.1.0
- @reef-knot/types@1.7.0
- @reef-knot/wallets-list@1.13.1

## 4.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/reef-knot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reef-knot",
"version": "4.0.0",
"version": "4.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,13 +41,13 @@
"lint": "eslint --ext ts,tsx,js,mjs ."
},
"dependencies": {
"@reef-knot/connect-wallet-modal": "4.0.0",
"@reef-knot/core-react": "3.0.0",
"@reef-knot/connect-wallet-modal": "4.1.0",
"@reef-knot/core-react": "3.1.0",
"@reef-knot/web3-react": "3.0.0",
"@reef-knot/ui-react": "1.1.0",
"@reef-knot/wallets-list": "1.13.0",
"@reef-knot/wallets-list": "1.13.1",
"@reef-knot/wallets-helpers": "1.1.5",
"@reef-knot/types": "1.6.0",
"@reef-knot/types": "1.7.0",
"@reef-knot/ledger-connector": "3.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reef-knot/types

## 1.7.0

### Minor Changes

- Make it possible for wallet detectors to be async;
- Improve Safe wallet detection;

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/types",
"version": "1.6.0",
"version": "1.7.0",
"main": "",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallets-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reef-knot/wallets-list

## 1.13.1

### Patch Changes

- Updated dependencies
- @reef-knot/wallet-adapter-safe@1.2.0

## 1.13.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/wallets-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/wallets-list",
"version": "1.13.0",
"version": "1.13.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -53,10 +53,10 @@
"@reef-knot/wallet-adapter-ledger-hid": "2.1.0",
"@reef-knot/wallet-adapter-ledger-live": "2.1.0",
"@reef-knot/wallet-adapter-dapp-browser-injected": "1.1.0",
"@reef-knot/wallet-adapter-safe": "1.1.0"
"@reef-knot/wallet-adapter-safe": "1.2.0"
},
"devDependencies": {
"@reef-knot/types": "^1.6.0",
"@reef-knot/types": "^1.7.0",
"eslint-config-custom": "*"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/wallets/safe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reef-knot/wallet-adapter-safe

## 1.2.0

### Minor Changes

- Make it possible for wallet detectors to be async;
- Improve Safe wallet detection;

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wallets/safe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/wallet-adapter-safe",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "eslint --ext ts,tsx,js,mjs ."
},
"devDependencies": {
"@reef-knot/types": "^1.6.0",
"@reef-knot/types": "^1.7.0",
"@svgr/rollup": "^6.5.1",
"eslint-config-custom": "*"
},
Expand Down

0 comments on commit 14ba375

Please sign in to comment.