Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
chore(release): publish v0.0.1-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
malbernaz committed Jun 20, 2018
1 parent 0c026d5 commit 6da1970
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"command": {
"publish": {
"message": "chore(release): publish %s"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafoo/babel-plugin",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "the grafoo client babel plugin",
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/babel-plugin",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafoo/bindings",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "grafoo client internal helper for building framework bindings",
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/bindings",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
}
},
"dependencies": {
"@grafoo/types": "^0.0.1-alpha.10"
"@grafoo/types": "^0.0.1-alpha.11"
},
"devDependencies": {
"grafoo-bundle": "^0.0.1-alpha.10"
"grafoo-bundle": "^0.0.1-alpha.11"
},
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
}
2 changes: 1 addition & 1 deletion packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafoo-bundle",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"bin": "cli.js",
"main": "index.js",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafoo/core",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "the grafoo client core",
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/core",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
}
},
"dependencies": {
"@grafoo/transport": "^0.0.1-alpha.10",
"@grafoo/types": "^0.0.1-alpha.10"
"@grafoo/transport": "^0.0.1-alpha.11",
"@grafoo/types": "^0.0.1-alpha.11"
},
"devDependencies": {
"grafoo-bundle": "^0.0.1-alpha.10"
"grafoo-bundle": "^0.0.1-alpha.11"
},
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
}
6 changes: 3 additions & 3 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafoo/preact",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "the grafoo client preact bindings",
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/preact",
"main": "dist/index.js",
Expand Down Expand Up @@ -41,10 +41,10 @@
"preact": ">=8"
},
"dependencies": {
"@grafoo/types": "^0.0.1-alpha.10"
"@grafoo/types": "^0.0.1-alpha.11"
},
"devDependencies": {
"grafoo-bundle": "^0.0.1-alpha.10"
"grafoo-bundle": "^0.0.1-alpha.11"
},
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafoo/react",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "the grafoo client react bindings",
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/react",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,10 +42,10 @@
"react": ">=16.4"
},
"dependencies": {
"@grafoo/types": "^0.0.1-alpha.10"
"@grafoo/types": "^0.0.1-alpha.11"
},
"devDependencies": {
"grafoo-bundle": "^0.0.1-alpha.10"
"grafoo-bundle": "^0.0.1-alpha.11"
},
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
}
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@grafoo/test-utils",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand All @@ -10,6 +10,6 @@
"prepare": "babel src --out-dir dist"
},
"dependencies": {
"@grafoo/types": "^0.0.1-alpha.10"
"@grafoo/types": "^0.0.1-alpha.11"
}
}
6 changes: 3 additions & 3 deletions packages/transport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@grafoo/transport",
"description": "the grafoo client standard transport",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/transport",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
}
},
"dependencies": {
"@grafoo/types": "^0.0.1-alpha.10",
"grafoo-bundle": "^0.0.1-alpha.10"
"@grafoo/types": "^0.0.1-alpha.11",
"grafoo-bundle": "^0.0.1-alpha.11"
},
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafoo/types",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "the grafoo client typescript definitions",
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/types",
"types": "index.d.ts",
Expand Down

0 comments on commit 6da1970

Please sign in to comment.