-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
13 changed files
with
20 additions
and
20 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.51.0" | ||
"version": "0.51.1" | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"version": "0.51.0-beta.1", | ||
"version": "0.51.1", | ||
"private": true, | ||
"engines": { | ||
"yarn": "^1.10.1" | ||
|
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/example-react", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "A very basic example with ui-* & react-* packages", | ||
"main": "index.js", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
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/example-vue", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "A very basic example with ui-* & vue-* packages", | ||
"main": "index.js", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
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/react-identicon", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "Renders an SVG picture representing an address", | ||
"main": "index.js", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
@@ -10,8 +10,8 @@ | |
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"@polkadot/ui-settings": "^0.51.0", | ||
"@polkadot/ui-shared": "^0.51.0", | ||
"@polkadot/ui-settings": "^0.51.1", | ||
"@polkadot/ui-shared": "^0.51.1", | ||
"color": "^3.1.2", | ||
"jdenticon": "2.2.0", | ||
"react-copy-to-clipboard": "^5.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/react-qr", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "Generates and reads QR codes", | ||
"main": "index.js", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
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/reactnative-identicon", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "Renders an SVG picture representing an address", | ||
"main": "index.js", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
@@ -10,7 +10,7 @@ | |
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"@polkadot/ui-shared": "^0.51.0", | ||
"@polkadot/ui-shared": "^0.51.1", | ||
"react-native-svg": "^11.0.1" | ||
}, | ||
"peerDependencies": { | ||
|
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/ui-assets", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "Static assets shared accross projects", | ||
"main": "index.js", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
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/ui-keyring", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"main": "index.js", | ||
"repository": "https://github.com/polkadot-js/apps.git", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
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/ui-settings", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "Manages app settings", | ||
"main": "index.js", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
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/ui-shared", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "Shared logic that is usable accross all frameworks-specific areas", | ||
"main": "index.js", | ||
"author": "Jaco Greeff <[email protected]>", | ||
|
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/vue-identicon", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "Renders an SVG picture representing an address", | ||
"author": "Jaco Greeff <[email protected]>", | ||
"maintainers": [ | ||
|
@@ -10,7 +10,7 @@ | |
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"@polkadot/ui-shared": "^0.51.0", | ||
"@polkadot/ui-shared": "^0.51.1", | ||
"jdenticon": "2.2.0" | ||
}, | ||
"peerDependencies": { | ||
|