Skip to content

Commit 5b8707a

Browse files
[core-v2.2.9-alpha.6 , react-v2.1.7-alpha.7]: fix - updated 'Back to dApp' text to 'Back to dapp' (#1025)
* change dApp to dapp * back to dapp * revert yarn.lock Co-authored-by: Aaron Barnard <abarnard@protonmail.com>
1 parent ba737a4 commit 5b8707a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.2.9-alpha.5",
3+
"version": "2.2.9-alpha.6",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/core/src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"gettingStartedGuide": "Getting Started Guide",
6767
"smartContracts": "Smart Contract(s)",
6868
"explore": "Explore",
69-
"backToApp": "Back to App",
69+
"backToApp": "Back to dapp",
7070
"poweredBy": "powered by",
7171
"addAccount": "Add Account",
7272
"setPrimaryAccount": "Set Primary Account",

packages/demo/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
gettingStartedGuide: 'https://blocknative.com',
152152
explore: 'https://blocknative.com'
153153
}
154-
// example customizing account center
154+
// // example customizing account center
155155
// accountCenter: {
156156
// desktop: {
157157
// position: 'topRight',

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.1.7-alpha.6",
3+
"version": "2.1.7-alpha.7",
44
"description": "Collection of React Hooks for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -21,7 +21,7 @@
2121
"typescript": "^4.5.5"
2222
},
2323
"dependencies": {
24-
"@web3-onboard/core": "^2.2.9-alpha.5",
24+
"@web3-onboard/core": "^2.2.9-alpha.6",
2525
"@web3-onboard/common": "^2.1.0-alpha.1"
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)