Skip to content

Commit

Permalink
[CI Skip] release/beta 1.1.26-0
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Dec 16, 2023
1 parent 02ed07b commit b898019
Show file tree
Hide file tree
Showing 29 changed files with 69 additions and 78 deletions.
11 changes: 6 additions & 5 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
1875 Nam Phạm [Issue 2304] Update showing estimated withdrawal time
1747 AnhMTV Release version 1.1.25
1490 S2kael [Issue-2302] Update staking detail modal UI
1879 Nam Phạm [Issue 2313] fix eslint
1786 AnhMTV Update @subwallet/chain-list
1504 S2kael [Issue-2324] Update logic to get staking status
465 Jaco 0.42.5 (#969)
300 lw-cdm [Issue-2179] Update logic related to ledge
301 lw-cdm [Issue-2326] Fix issue related to history filter
185 quangdo
104 khainh predefine metadata for Polkadot & Kusama chains
98 lw-cdm
Expand All @@ -16,15 +16,16 @@
9 Minh Le
9 minhld1029 [#115] [ForgetAccount] catch exception refList undefined
7 Ivan Rukhavets Mention derivation in FAQ (#334)
6 nguyentiendung [Issue-1849] UI bug on the Buy token screen on the Firefox browser
6 unknown refactor code
4 Amaury Martiny PostMessageProvider with on('connected' | 'disconnected') (#279)
4 namph update UI for nft
4 Quangdm-cdm
3 Antoine Estienne Add eth test for extension signature (#909)
3 nguyentiendung [Issue-2220] Extension - Handle the case of the hyperlink
3 quangdm Update style for Auth Transaction Screen, Export Screen, Derive Screen
2 Axel Chalon Add typings to messages (#130)
2 Bartłomiej Rutkowski Allow account creation by derivation from existing one (#296)
2 bluezdot remove log
2 carumusan Support ipfs and ipns urls (#667)
2 ccris02 Adding Polish Language Option to the Extension (#761)
2 joe petrowski add plasm (#462)
Expand Down
6 changes: 3 additions & 3 deletions 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.25",
"version": "1.1.26-0",
"workspaces": [
"packages/*"
],
Expand Down Expand Up @@ -69,10 +69,8 @@
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"browserify-sign": "^4.2.2",
"@ethereumjs/common": "^2.6.5",
"@polkadot/api": "^10.9.1",
"http-cache-semantics": "^4.1.1",
"@polkadot/api-contract": "^10.9.1",
"@polkadot/networks": "^12.3.2",
"@polkadot/types": "^10.9.1",
Expand All @@ -83,6 +81,8 @@
"@subwallet/ui-keyring": "^0.1.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.3.1",
"browserify-sign": "^4.2.2",
"http-cache-semantics": "^4.1.1",
"jest": "^29.5.0",
"rxjs": "^7.8.1",
"safe-buffer": "^5.2.1",
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.25-1",
"version": "1.1.26-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.30",
"@subwallet/extension-base": "^1.1.25-1",
"@subwallet/extension-chains": "^1.1.25-1",
"@subwallet/extension-dapp": "^1.1.25-1",
"@subwallet/extension-inject": "^1.1.25-1",
"@subwallet/extension-base": "^1.1.26-0",
"@subwallet/extension-chains": "^1.1.26-0",
"@subwallet/extension-dapp": "^1.1.26-0",
"@subwallet/extension-inject": "^1.1.26-0",
"@subwallet/keyring": "^0.1.1",
"@subwallet/ui-keyring": "^0.1.1",
"@walletconnect/sign-client": "^2.8.4",
Expand Down Expand Up @@ -90,7 +90,7 @@
"web3-utils": "^1.10.0"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.1.25-1",
"@subwallet/extension-mocks": "^1.1.26-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.25-1' };
export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.1.26-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.25-1",
"version": "1.1.26-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/networks": "^12.6.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@subwallet/extension-inject": "^1.1.25-1"
"@subwallet/extension-inject": "^1.1.26-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.25-1' };
export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.1.26-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.25-1",
"version": "1.1.26-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@subwallet/extension-inject": "^1.1.25-1",
"@subwallet/extension-inject": "^1.1.26-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.25-1' };
export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.1.26-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.25-1",
"version": "1.1.26-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@subwallet/extension-inject": "^1.1.25-1"
"@subwallet/extension-inject": "^1.1.26-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.25-1' };
export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.1.26-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.25-1",
"version": "1.1.26-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.25-1' };
export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.1.26-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.25-1",
"version": "1.1.26-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.30",
"@subwallet/extension-base": "^1.1.25-1",
"@subwallet/extension-chains": "^1.1.25-1",
"@subwallet/extension-dapp": "^1.1.25-1",
"@subwallet/extension-inject": "^1.1.25-1",
"@subwallet/extension-base": "^1.1.26-0",
"@subwallet/extension-chains": "^1.1.26-0",
"@subwallet/extension-dapp": "^1.1.26-0",
"@subwallet/extension-inject": "^1.1.26-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.25-1",
"@subwallet/extension-mocks": "^1.1.26-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.25-1",
"version": "1.1.26-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@subwallet/extension-base": "^1.1.25-1",
"@subwallet/extension-inject": "^1.1.25-1",
"@subwallet/extension-koni-ui": "^1.1.25-1"
"@subwallet/extension-base": "^1.1.26-0",
"@subwallet/extension-inject": "^1.1.26-0",
"@subwallet/extension-koni-ui": "^1.1.26-0"
},
"devDependencies": {
"@polkadot/dev": "^0.65.23",
Expand Down
1 change: 0 additions & 1 deletion packages/extension-koni/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "",
"Available for withdrawal": "",
"Withdraw in {{time}}": "",
"Withdrawable in a day": "",
"Pools": "",
"Nominate": "",
"Token is not supported": "",
Expand Down
1 change: 0 additions & 1 deletion packages/extension-koni/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "{{time}} 日",
"Available for withdrawal": "引き出し可能",
"Withdraw in {{time}}": "{{time}} で引き出し",
"Withdrawable in a day": "1 日で引き出し可能",
"Pools": "プール",
"Nominate": "ノミネート",
"Token is not supported": "トークンはサポートされていません",
Expand Down
1 change: 0 additions & 1 deletion packages/extension-koni/public/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "{{time}} дней",
"Available for withdrawal": "Доступно для вывода",
"Withdraw in {{time}}": "Вывести через {{time}}",
"Withdrawable in a day": "Выводимо в течение дня",
"Pools": "Пулы",
"Nominate": "Номинировать",
"Token is not supported": "Токен не поддерживается",
Expand Down
1 change: 0 additions & 1 deletion packages/extension-koni/public/locales/vi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "",
"Available for withdrawal": "",
"Withdraw in {{time}}": "",
"Withdrawable in a day": "",
"Pools": "Pool",
"Nominate": "Nominate",
"Token is not supported": "",
Expand Down
1 change: 0 additions & 1 deletion packages/extension-koni/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "",
"Available for withdrawal": "",
"Withdraw in {{time}}": "",
"Withdrawable in a day": "",
"Pools": "集合",
"Nominate": "提名",
"Token is not supported": "",
Expand Down
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.25-1' };
export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.1.26-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.25-1",
"version": "1.1.26-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.25-1",
"version": "1.1.26-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@subwallet/extension-base": "^1.1.25-1",
"@subwallet/extension-inject": "^1.1.25-1",
"@subwallet/extension-koni-ui": "^1.1.25-1"
"@subwallet/extension-base": "^1.1.26-0",
"@subwallet/extension-inject": "^1.1.26-0",
"@subwallet/extension-koni-ui": "^1.1.26-0"
},
"devDependencies": {
"@polkadot/dev": "^0.65.23",
Expand Down
1 change: 0 additions & 1 deletion packages/web-runner/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "",
"Available for withdrawal": "",
"Withdraw in {{time}}": "",
"Withdrawable in a day": "",
"Pools": "",
"Nominate": "",
"Token is not supported": "",
Expand Down
1 change: 0 additions & 1 deletion packages/web-runner/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "{{time}} 日",
"Available for withdrawal": "引き出し可能",
"Withdraw in {{time}}": "{{time}} で引き出し",
"Withdrawable in a day": "1 日で引き出し可能",
"Pools": "プール",
"Nominate": "ノミネート",
"Token is not supported": "トークンはサポートされていません",
Expand Down
1 change: 0 additions & 1 deletion packages/web-runner/public/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "{{time}} дней",
"Available for withdrawal": "Доступно для вывода",
"Withdraw in {{time}}": "Вывести через {{time}}",
"Withdrawable in a day": "Выводимо в течение дня",
"Pools": "Пулы",
"Nominate": "Номинировать",
"Token is not supported": "Токен не поддерживается",
Expand Down
1 change: 0 additions & 1 deletion packages/web-runner/public/locales/vi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "",
"Available for withdrawal": "",
"Withdraw in {{time}}": "",
"Withdrawable in a day": "",
"Pools": "Pool",
"Nominate": "Nominate",
"Token is not supported": "",
Expand Down
1 change: 0 additions & 1 deletion packages/web-runner/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@
"{{time}} days": "",
"Available for withdrawal": "",
"Withdraw in {{time}}": "",
"Withdrawable in a day": "",
"Pools": "集合",
"Nominate": "提名",
"Token is not supported": "",
Expand Down
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.25-1' };
export const packageInfo = { name: '@subwallet/web-runner', path: 'auto', type: 'auto', version: '1.1.26-0' };
Loading

0 comments on commit b898019

Please sign in to comment.