Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danuio committed Sep 19, 2019
1 parent e76fdbc commit b3a2eb9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
12 changes: 9 additions & 3 deletions lerna.json
@@ -1,14 +1,20 @@
{
"packages": ["packages/*"],
"version": "1.3.4",
"packages": [
"packages/*"
],
"version": "1.3.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"init": {
"exact": true
},
"publish": {
"ignoreChanges": ["**/*.md", "**/example/**", "**/test/**"],
"ignoreChanges": [
"**/*.md",
"**/example/**",
"**/test/**"
],
"message": "chore(release): publish"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "evm-lite-core",
"namespace": "mosaicnetworks",
"author": "Danu Kumanan",
"version": "1.3.2",
"version": "1.3.5",
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/typings/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"eth-lib": "0.2.8",
"evm-lite-client": "^1.3.2",
"evm-lite-consensus": "^1.3.2",
"evm-lite-utils": "^1.3.3",
"evm-lite-utils": "^1.3.5",
"json-bigint": "^0.3.0",
"web3": "0.20.6",
"web3-eth-iban": "1.0.0-beta.46",
Expand Down
6 changes: 3 additions & 3 deletions packages/datadir/package.json
@@ -1,7 +1,7 @@
{
"name": "evm-lite-datadir",
"namespace": "mosaicnetworks",
"version": "1.3.3",
"version": "1.3.5",
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/typings/index.d.ts",
Expand All @@ -13,8 +13,8 @@
"prepublish": "tsc"
},
"dependencies": {
"evm-lite-keystore": "^1.3.2",
"evm-lite-utils": "^1.3.3",
"evm-lite-keystore": "^1.3.5",
"evm-lite-utils": "^1.3.5",
"mkdirp": "^0.5.1",
"toml": "^3.0.0",
"tomlify-j0.4": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/keystore/package.json
@@ -1,7 +1,7 @@
{
"name": "evm-lite-keystore",
"namespace": "mosaicnetworks",
"version": "1.3.2",
"version": "1.3.5",
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/typings/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"crypto-random-hex": "^1.0.0",
"eth-lib": "^0.2.8",
"evm-lite-client": "^1.3.2",
"evm-lite-core": "^1.3.2",
"evm-lite-utils": "^1.3.3",
"evm-lite-core": "^1.3.5",
"evm-lite-utils": "^1.3.5",
"json-bigint": "0.3.0",
"keccak256": "^1.0.0",
"mkdirp": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "evm-lite-utils",
"namespace": "mosaicnetworks",
"author": "Danu Kumanan",
"version": "1.3.4",
"version": "1.3.5",
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/typings/index.d.ts",
Expand Down

0 comments on commit b3a2eb9

Please sign in to comment.