Skip to content

Commit

Permalink
v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed Jan 24, 2019
1 parent 392c8a4 commit 1e81efe
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions examples/kvstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-app-kvstore",
"version": "0.6.8",
"version": "0.6.9",
"description": "",
"main": "app.js",
"scripts": {},
Expand All @@ -14,8 +14,8 @@
"access": "public"
},
"dependencies": {
"@arcblock/forge-proto": "^0.6.7",
"@arcblock/forge-sdk": "^0.6.8",
"@arcblock/forge-proto": "^0.6.9",
"@arcblock/forge-sdk": "^0.6.9",
"nodemon": "^1.18.9"
},
"gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e"
Expand Down
6 changes: 3 additions & 3 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-app-simple",
"version": "0.6.8",
"version": "0.6.9",
"description": "> This is an simple app powered by forge and forge-sdk, it just uses forge-core and send standard transactions supported by forge core.",
"main": "rpc.js",
"scripts": {},
Expand All @@ -11,8 +11,8 @@
"access": "public"
},
"dependencies": {
"@arcblock/forge-proto": "^0.6.7",
"@arcblock/forge-sdk": "^0.6.8"
"@arcblock/forge-proto": "^0.6.9",
"@arcblock/forge-sdk": "^0.6.9"
},
"keywords": [],
"author": "wangshijun <[email protected]> (http://github.com/wangshijun)",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.8",
"version": "0.6.9",
"useWorkspaces": true,
"npmClient": "yarn",
"ignoreChanges": ["**/tools/**", "**/docs/**", "**/test/**", "**/*.md"],
Expand Down
6 changes: 3 additions & 3 deletions packages/forge-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-cli",
"version": "0.6.8",
"version": "0.6.9",
"description": "a general set of CLI for arcblock Forge framework",
"main": "src/index.js",
"engines": {
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/arcblock/forge-js/packages/forge-cli#readme",
"dependencies": {
"@arcblock/forge-proto": "^0.6.7",
"@arcblock/forge-sdk": "^0.6.8",
"@arcblock/forge-proto": "^0.6.9",
"@arcblock/forge-sdk": "^0.6.9",
"app-module-path": "^2.2.0",
"chalk": "^2.4.1",
"cli-progress": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/forge-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/forge-proto",
"description": "Static modules generated from forge-sdk protobuf files",
"version": "0.6.7",
"version": "0.6.9",
"author": "wangshijun <[email protected]> (https://www.arcblock.io)",
"engines": {
"node": ">=0.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/forge-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/forge-sdk",
"description": "Node.js SDK for Forge Framework by ArcBlock",
"version": "0.6.8",
"version": "0.6.9",
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)",
"engines": {
"node": ">=0.10.0",
Expand All @@ -18,7 +18,7 @@
"wangshijun <[email protected]> (https://ocap.arcblock.io)"
],
"dependencies": {
"@arcblock/forge-proto": "^0.6.7",
"@arcblock/forge-proto": "^0.6.9",
"@iarna/toml": "^2.2.1",
"camelcase": "^5.0.0",
"camelize": "^1.0.0",
Expand Down

0 comments on commit 1e81efe

Please sign in to comment.