Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowCrimsonGator committed May 22, 2024
1 parent b57ce59 commit f97bbe4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"eslint.format.enable": true,
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint":
true
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
}
4 changes: 3 additions & 1 deletion examples/react/components/Content.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import React, { Fragment, useCallback, useEffect, useState } from "react";
import { providers, utils } from "near-api-js";
import { providers, utils, transactions } from "near-api-js";
import type {
AccountView,
CodeResult,
} from "near-api-js/lib/providers/provider";


import type {
SignedMessage,
SignMessageParams,
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-wallets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-wallet-selector/ethereum-wallets",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Ethereum wallets package for NEAR Wallet Selector.",
"keywords": [
"near",
Expand Down

0 comments on commit f97bbe4

Please sign in to comment.