Skip to content

Commit

Permalink
[CI Skip] 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Aug 25, 2019
1 parent d0de8c0 commit 6e5609d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "0.8.0"
"version": "0.8.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.1",
"version": "0.8.1",
"description": "A sample signer extension for the @polkadot/api",
"repository": "https://github.com/polkadot-js/extension",
"author": "Jaco Greeff <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@polkadot/extension-dapp",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"version": "0.8.0",
"version": "0.8.1",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@polkadot/extension-inject": "^0.8.0"
"@polkadot/extension-inject": "^0.8.1"
},
"peerDependencies": {
"@polkadot/api": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-inject",
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
"version": "0.8.0",
"version": "0.8.1",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-ui",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.8.0",
"version": "0.8.1",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@polkadot/extension",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.8.0",
"version": "0.8.1",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@polkadot/api": "^0.90.1",
"@polkadot/extension-ui": "^0.8.0",
"@polkadot/extension-ui": "^0.8.1",
"@polkadot/ui-keyring": "^0.42.1"
},
"devDependencies": {
Expand Down

0 comments on commit 6e5609d

Please sign in to comment.