-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:polkadot-js/apps into sd-app-js-s…
…ave-code-snippets # By Jaco Greeff (6) and Travis CI (6) # Via Travis CI * 'master' of github.com:polkadot-js/apps: [CI Skip] 0.23.33 Warp ui--row inside Params (#727) [CI Skip] 0.23.32 Fix InputBalance with initial value (#726) [CI Skip] 0.23.31 Pull in @polkadot/ui-util (#724) [CI Skip] 0.23.30 Fix validatorPrefs input (#721) [CI Skip] 0.23.29 Bump deps (#720) [CI Skip] 0.23.28 Schnorrkel support (#710) Conflicts: yarn.lock
- Loading branch information
Showing
87 changed files
with
1,101 additions
and
1,340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.23.27" | ||
"version": "0.23.33" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@polkadot/app-accounts", | ||
"version": "0.23.27", | ||
"version": "0.23.33", | ||
"main": "index.js", | ||
"repository": "https://github.com/polkadot-js/apps.git", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
@@ -11,13 +11,13 @@ | |
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.2.0", | ||
"@polkadot/ui-app": "^0.23.27", | ||
"@polkadot/ui-app": "^0.23.33", | ||
"@types/file-saver": "^2.0.0", | ||
"@types/yargs": "^12.0.5", | ||
"@types/yargs": "^12.0.9", | ||
"babel-plugin-module-resolver": "^3.1.1", | ||
"file-saver": "^2.0.0", | ||
"libsodium-wrappers": "^0.7.3", | ||
"yargs": "^12.0.5" | ||
"yargs": "^13.2.0" | ||
}, | ||
"optionalDependencies": { | ||
"sodium": "^3.0.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@polkadot/app-addresses", | ||
"version": "0.23.27", | ||
"version": "0.23.33", | ||
"main": "index.js", | ||
"repository": "https://github.com/polkadot-js/apps.git", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
@@ -11,6 +11,6 @@ | |
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.2.0", | ||
"@polkadot/ui-app": "^0.23.27" | ||
"@polkadot/ui-app": "^0.23.33" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@polkadot/app-explorer", | ||
"version": "0.23.27", | ||
"version": "0.23.33", | ||
"main": "index.js", | ||
"repository": "https://github.com/polkadot-js/apps.git", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
@@ -11,6 +11,6 @@ | |
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.2.0", | ||
"@polkadot/ui-app": "^0.23.27" | ||
"@polkadot/ui-app": "^0.23.33" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@polkadot/app-extrinsics", | ||
"version": "0.23.27", | ||
"version": "0.23.33", | ||
"main": "index.js", | ||
"repository": "https://github.com/polkadot-js/apps.git", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
@@ -11,8 +11,8 @@ | |
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.2.0", | ||
"@polkadot/ui-app": "^0.23.27", | ||
"@polkadot/ui-params": "^0.23.27", | ||
"@polkadot/ui-signer": "^0.23.27" | ||
"@polkadot/ui-app": "^0.23.33", | ||
"@polkadot/ui-params": "^0.23.33", | ||
"@polkadot/ui-signer": "^0.23.33" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.