Skip to content

Commit 039acf8

Browse files
author
Travis CI
committed
[CI Skip] 0.3.0-beta.1
1 parent c70d9a0 commit 039acf8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"packages": [
1010
"packages/*"
1111
],
12-
"version": "0.3.0-beta.0"
12+
"version": "0.3.0-beta.1"
1313
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.0-beta.0",
2+
"version": "0.3.0-beta.1",
33
"description": "A sample signer extension for the @polkadot/api",
44
"repository": "https://github.com/polkadot-js/extension",
55
"author": "Jaco Greeff <jacogr@gmail.com>",

packages/extension-dapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/extension-dapp",
33
"description": "An injector dapps that manages the injected environment",
4-
"version": "0.3.0-beta.0",
4+
"version": "0.3.0-beta.1",
55
"author": "Jaco Greeff <jacogr@gmail.com>",
66
"license": "Apache-2",
77
"peerDependencies": {

packages/extension-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/extension-ui",
33
"description": "A sample signer extension for the @polkadot/api",
4-
"version": "0.3.0-beta.0",
4+
"version": "0.3.0-beta.1",
55
"author": "Jaco Greeff <jacogr@gmail.com>",
66
"license": "Apache-2",
77
"dependencies": {

packages/extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@polkadot/extension",
33
"description": "A sample signer extension for the @polkadot/api",
4-
"version": "0.3.0-beta.0",
4+
"version": "0.3.0-beta.1",
55
"author": "Jaco Greeff <jacogr@gmail.com>",
66
"license": "Apache-2",
77
"dependencies": {
88
"@polkadot/api": "^0.82.0-beta.53",
9-
"@polkadot/extension-ui": "^0.3.0-beta.0",
9+
"@polkadot/extension-ui": "^0.3.0-beta.1",
1010
"@polkadot/ui-keyring": "^0.42.0-beta.7"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)