Skip to content

Commit

Permalink
[CI Skip] release/beta 1.1.21-0
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Nov 8, 2023
1 parent 9f781a1 commit e621f4c
Show file tree
Hide file tree
Showing 29 changed files with 93 additions and 73 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1864 Nam Phạm [Issue 2079] remove logs and adjust wording
1676 AnhMTV Release version 1.1.20
1383 S2kael [Issue-2129] [Staking] [Astar] Update info
1682 AnhMTV Fix problems after update chain-list
1389 S2kael [Issue-2152] Support nomination pool for Vara network
465 Jaco 0.42.5 (#969)
286 lw-cdm [Issue-2104] Fix UI bug on token detail screen
185 quangdo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/Koniverse/Subwallet-V2.git"
},
"sideEffects": false,
"version": "1.1.20",
"version": "1.1.21-0",
"workspaces": [
"packages/*"
],
Expand Down
12 changes: 6 additions & 6 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"main": "index.js",
"dependencies": {
"@acala-network/api": "^5.0.2",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@sora-substrate/type-definitions": "^1.17.7",
"@substrate/connect": "^0.7.26",
"@subwallet/chain-list": "0.2.23",
"@subwallet/extension-base": "^1.1.20-4",
"@subwallet/extension-chains": "^1.1.20-4",
"@subwallet/extension-dapp": "^1.1.20-4",
"@subwallet/extension-inject": "^1.1.20-4",
"@subwallet/extension-base": "^1.1.21-0",
"@subwallet/extension-chains": "^1.1.21-0",
"@subwallet/extension-dapp": "^1.1.21-0",
"@subwallet/extension-inject": "^1.1.21-0",
"@subwallet/keyring": "^0.1.1",
"@subwallet/ui-keyring": "^0.1.1",
"@walletconnect/sign-client": "^2.8.4",
Expand Down Expand Up @@ -89,7 +89,7 @@
"web3-utils": "^1.10.0"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.1.20-4",
"@subwallet/extension-mocks": "^1.1.21-0",
"@types/uuid": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/extension-base/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.1.20-4' };
export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.1.21-0' };
4 changes: 2 additions & 2 deletions packages/extension-chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/networks": "^12.3.2",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@subwallet/extension-inject": "^1.1.20-4"
"@subwallet/extension-inject": "^1.1.21-0"
},
"peerDependencies": {
"@polkadot/api": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-chains/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.1.20-4' };
export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.1.21-0' };
4 changes: 2 additions & 2 deletions packages/extension-compat-metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@subwallet/extension-inject": "^1.1.20-4",
"@subwallet/extension-inject": "^1.1.21-0",
"web3": "^1.10.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-compat-metamask/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.1.20-4' };
export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.1.21-0' };
4 changes: 2 additions & 2 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@subwallet/extension-inject": "^1.1.20-4"
"@subwallet/extension-inject": "^1.1.21-0"
},
"peerDependencies": {
"@polkadot/api": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-dapp/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.1.20-4' };
export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.1.21-0' };
2 changes: 1 addition & 1 deletion packages/extension-inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": true,
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-inject/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.1.20-4' };
export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.1.21-0' };
12 changes: 6 additions & 6 deletions packages/extension-koni-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": true,
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@coinbase/cbpay-js": "^1.7.0",
Expand All @@ -35,10 +35,10 @@
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@subwallet/chain-list": "0.2.23",
"@subwallet/extension-base": "^1.1.20-4",
"@subwallet/extension-chains": "^1.1.20-4",
"@subwallet/extension-dapp": "^1.1.20-4",
"@subwallet/extension-inject": "^1.1.20-4",
"@subwallet/extension-base": "^1.1.21-0",
"@subwallet/extension-chains": "^1.1.21-0",
"@subwallet/extension-dapp": "^1.1.21-0",
"@subwallet/extension-inject": "^1.1.21-0",
"@subwallet/keyring": "^0.1.1",
"@subwallet/react-ui": "5.1.2-b72",
"@subwallet/ui-keyring": "^0.1.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.1.20-4",
"@subwallet/extension-mocks": "^1.1.21-0",
"@types/bn.js": "^5.1.1",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-koni/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@subwallet/extension-base": "^1.1.20-4",
"@subwallet/extension-inject": "^1.1.20-4",
"@subwallet/extension-koni-ui": "^1.1.20-4"
"@subwallet/extension-base": "^1.1.21-0",
"@subwallet/extension-inject": "^1.1.21-0",
"@subwallet/extension-koni-ui": "^1.1.21-0"
},
"devDependencies": {
"@polkadot/dev": "^0.65.23",
Expand Down
4 changes: 3 additions & 1 deletion packages/extension-koni/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
4 changes: 3 additions & 1 deletion packages/extension-koni/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
4 changes: 3 additions & 1 deletion packages/extension-koni/public/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
4 changes: 3 additions & 1 deletion packages/extension-koni/public/locales/vi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
4 changes: 3 additions & 1 deletion packages/extension-koni/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
2 changes: 1 addition & 1 deletion packages/extension-koni/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.1.20-4' };
export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.1.21-0' };
2 changes: 1 addition & 1 deletion packages/extension-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/web-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "1.1.20-4",
"version": "1.1.21-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@subwallet/extension-base": "^1.1.20-4",
"@subwallet/extension-inject": "^1.1.20-4",
"@subwallet/extension-koni-ui": "^1.1.20-4"
"@subwallet/extension-base": "^1.1.21-0",
"@subwallet/extension-inject": "^1.1.21-0",
"@subwallet/extension-koni-ui": "^1.1.21-0"
},
"devDependencies": {
"@polkadot/dev": "^0.65.23",
Expand Down
4 changes: 3 additions & 1 deletion packages/web-runner/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
4 changes: 3 additions & 1 deletion packages/web-runner/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
4 changes: 3 additions & 1 deletion packages/web-runner/public/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
4 changes: 3 additions & 1 deletion packages/web-runner/public/locales/vi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
4 changes: 3 additions & 1 deletion packages/web-runner/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,7 @@
"You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
"You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
"You don't have enough tokens to proceed": "",
"Token name is required": ""
"Token name is required": "",
"Page not found": "",
"Your website URL is invalid": ""
}
2 changes: 1 addition & 1 deletion packages/web-runner/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/web-runner', path: 'auto', type: 'auto', version: '1.1.20-4' };
export const packageInfo = { name: '@subwallet/web-runner', path: 'auto', type: 'auto', version: '1.1.21-0' };
Loading

0 comments on commit e621f4c

Please sign in to comment.