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

Commit 6da1970

Browse files
committed
chore(release): publish v0.0.1-alpha.11
1 parent 0c026d5 commit 6da1970

10 files changed

Lines changed: 22 additions & 22 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.0.1-alpha.10",
7+
"version": "0.0.1-alpha.11",
88
"command": {
99
"publish": {
1010
"message": "chore(release): publish %s"

packages/babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafoo/babel-plugin",
3-
"version": "0.0.1-alpha.10",
3+
"version": "0.0.1-alpha.11",
44
"description": "the grafoo client babel plugin",
55
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/babel-plugin",
66
"main": "dist/index.js",

packages/bindings/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafoo/bindings",
3-
"version": "0.0.1-alpha.10",
3+
"version": "0.0.1-alpha.11",
44
"description": "grafoo client internal helper for building framework bindings",
55
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/bindings",
66
"main": "dist/index.js",
@@ -37,10 +37,10 @@
3737
}
3838
},
3939
"dependencies": {
40-
"@grafoo/types": "^0.0.1-alpha.10"
40+
"@grafoo/types": "^0.0.1-alpha.11"
4141
},
4242
"devDependencies": {
43-
"grafoo-bundle": "^0.0.1-alpha.10"
43+
"grafoo-bundle": "^0.0.1-alpha.11"
4444
},
4545
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
4646
}

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafoo-bundle",
3-
"version": "0.0.1-alpha.10",
3+
"version": "0.0.1-alpha.11",
44
"bin": "cli.js",
55
"main": "index.js",
66
"dependencies": {

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafoo/core",
3-
"version": "0.0.1-alpha.10",
3+
"version": "0.0.1-alpha.11",
44
"description": "the grafoo client core",
55
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/core",
66
"main": "dist/index.js",
@@ -37,11 +37,11 @@
3737
}
3838
},
3939
"dependencies": {
40-
"@grafoo/transport": "^0.0.1-alpha.10",
41-
"@grafoo/types": "^0.0.1-alpha.10"
40+
"@grafoo/transport": "^0.0.1-alpha.11",
41+
"@grafoo/types": "^0.0.1-alpha.11"
4242
},
4343
"devDependencies": {
44-
"grafoo-bundle": "^0.0.1-alpha.10"
44+
"grafoo-bundle": "^0.0.1-alpha.11"
4545
},
4646
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
4747
}

packages/preact/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafoo/preact",
3-
"version": "0.0.1-alpha.10",
3+
"version": "0.0.1-alpha.11",
44
"description": "the grafoo client preact bindings",
55
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/preact",
66
"main": "dist/index.js",
@@ -41,10 +41,10 @@
4141
"preact": ">=8"
4242
},
4343
"dependencies": {
44-
"@grafoo/types": "^0.0.1-alpha.10"
44+
"@grafoo/types": "^0.0.1-alpha.11"
4545
},
4646
"devDependencies": {
47-
"grafoo-bundle": "^0.0.1-alpha.10"
47+
"grafoo-bundle": "^0.0.1-alpha.11"
4848
},
4949
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
5050
}

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafoo/react",
3-
"version": "0.0.1-alpha.10",
3+
"version": "0.0.1-alpha.11",
44
"description": "the grafoo client react bindings",
55
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/react",
66
"main": "dist/index.js",
@@ -42,10 +42,10 @@
4242
"react": ">=16.4"
4343
},
4444
"dependencies": {
45-
"@grafoo/types": "^0.0.1-alpha.10"
45+
"@grafoo/types": "^0.0.1-alpha.11"
4646
},
4747
"devDependencies": {
48-
"grafoo-bundle": "^0.0.1-alpha.10"
48+
"grafoo-bundle": "^0.0.1-alpha.11"
4949
},
5050
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
5151
}

packages/test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@grafoo/test-utils",
4-
"version": "0.0.1-alpha.10",
4+
"version": "0.0.1-alpha.11",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -10,6 +10,6 @@
1010
"prepare": "babel src --out-dir dist"
1111
},
1212
"dependencies": {
13-
"@grafoo/types": "^0.0.1-alpha.10"
13+
"@grafoo/types": "^0.0.1-alpha.11"
1414
}
1515
}

packages/transport/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grafoo/transport",
33
"description": "the grafoo client standard transport",
4-
"version": "0.0.1-alpha.10",
4+
"version": "0.0.1-alpha.11",
55
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/transport",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -35,8 +35,8 @@
3535
}
3636
},
3737
"dependencies": {
38-
"@grafoo/types": "^0.0.1-alpha.10",
39-
"grafoo-bundle": "^0.0.1-alpha.10"
38+
"@grafoo/types": "^0.0.1-alpha.11",
39+
"grafoo-bundle": "^0.0.1-alpha.11"
4040
},
4141
"gitHead": "3eee7fd65fe2b16191eb4c721746593986aeea06"
4242
}

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafoo/types",
3-
"version": "0.0.1-alpha.10",
3+
"version": "0.0.1-alpha.11",
44
"description": "the grafoo client typescript definitions",
55
"repository": "https://github.com/grafoojs/grafoo/tree/master/packages/types",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)