Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Feb 15, 2021
1 parent 04c9634 commit 004520f
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.1.1-beta.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/txwrapper-acala/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "txwrapper-acala",
"version": "0.1.0",
"version": "0.1.1-beta.0",
"author": "",
"description": "Tools for constructing Acala transactions offline",
"files": [
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@acala-network/type-definitions": "0.6.2-14",
"@substrate/txwrapper-core": "^0.1.0",
"@substrate/txwrapper-orml": "^0.1.0"
"@substrate/txwrapper-core": "^0.1.1-beta.0",
"@substrate/txwrapper-orml": "^0.1.1-beta.0"
}
}
2 changes: 1 addition & 1 deletion packages/txwrapper-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-core",
"version": "0.1.0",
"version": "0.1.1-beta.0",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/txwrapper-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-examples",
"version": "0.1.0",
"version": "0.1.1-beta.0",
"author": "Parity Technologies <[email protected]>",
"description": "Examples for txwrapper-* usage.",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@polkadot/api": "3.9.2",
"@substrate/txwrapper-polkadot": "^0.1.0",
"txwrapper-acala": "^0.1.0"
"@substrate/txwrapper-polkadot": "^0.1.1-beta.0",
"txwrapper-acala": "^0.1.1-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/txwrapper-orml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-orml",
"version": "0.1.0",
"version": "0.1.1-beta.0",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.",
"files": [
Expand All @@ -18,7 +18,7 @@
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.1.0"
"@substrate/txwrapper-core": "^0.1.1-beta.0"
},
"devDependencies": {
"@acala-network/type-definitions": "0.6.2-14"
Expand Down
6 changes: 3 additions & 3 deletions packages/txwrapper-polkadot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-polkadot",
"version": "0.1.0",
"version": "0.1.1-beta.0",
"author": "Parity Technologies <[email protected]>",
"description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.",
"files": [
Expand All @@ -18,7 +18,7 @@
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.1.0",
"@substrate/txwrapper-substrate": "^0.1.0"
"@substrate/txwrapper-core": "^0.1.1-beta.0",
"@substrate/txwrapper-substrate": "^0.1.1-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/txwrapper-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-registry",
"version": "0.1.0",
"version": "0.1.1-beta.0",
"author": "Parity Technologies <[email protected]>",
"description": "Polkadot-js type registry creation assistants for txwrapper libraries.",
"files": [
Expand All @@ -20,6 +20,6 @@
"dependencies": {
"@polkadot/apps-config": "0.80.1",
"@polkadot/networks": "5.6.2",
"@substrate/txwrapper-core": "^0.1.0"
"@substrate/txwrapper-core": "^0.1.1-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/txwrapper-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-substrate",
"version": "0.1.0",
"version": "0.1.1-beta.0",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of Substrate pallets, to be re-exported by txwrappers.",
"files": [
Expand All @@ -18,6 +18,6 @@
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.1.0"
"@substrate/txwrapper-core": "^0.1.1-beta.0"
}
}
8 changes: 4 additions & 4 deletions packages/txwrapper-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-template",
"version": "0.1.0",
"version": "0.1.1-beta.0",
"author": "",
"description": "Helper functions for {chain and test network names} offline transaction generation.",
"files": [
Expand All @@ -16,9 +16,9 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.1.0",
"@substrate/txwrapper-registry": "^0.1.0",
"@substrate/txwrapper-substrate": "^0.1.0"
"@substrate/txwrapper-core": "^0.1.1-beta.0",
"@substrate/txwrapper-registry": "^0.1.1-beta.0",
"@substrate/txwrapper-substrate": "^0.1.1-beta.0"
},
"devDependencies": {
"ts-node": "9.1.1",
Expand Down

0 comments on commit 004520f

Please sign in to comment.