Skip to content

Commit 40a131b

Browse files
author
Asad Memon
committed
v1.0.18-alpha.8
1 parent ed93c94 commit 40a131b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.0.18-alpha.7"
3+
"version": "1.0.18-alpha.8"
44
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zero",
3-
"version": "1.0.18-alpha.7",
3+
"version": "1.0.18-alpha.8",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
"zero-builders-map": "^1.0.18-alpha.6",
3434
"zero-common-deps": "^1.0.16-alpha.3",
3535
"zero-dep-tree-js": "^1.0.14-alpha.0",
36-
"zero-handlers-map": "^1.0.18-alpha.7",
36+
"zero-handlers-map": "^1.0.18-alpha.8",
3737
"zero-static": "^1.0.10-alpha.8"
3838
},
3939
"bundledDependencies": [],

packages/handler-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zero-handler-proxy",
33
"main": "index.js",
4-
"version": "1.0.18-alpha.7",
4+
"version": "1.0.18-alpha.8",
55
"license": "Apache-2.0",
66
"dependencies": {
77
"express": "^4.16.4",

packages/handlers-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "zero-handlers-map",
33
"main": "index.js",
4-
"version": "1.0.18-alpha.7",
4+
"version": "1.0.18-alpha.8",
55
"license": "Apache-2.0",
66
"dependencies": {
77
"zero-handler-html": "^1.0.18-alpha.3",
88
"zero-handler-js": "^1.0.18-alpha.3",
9-
"zero-handler-proxy": "^1.0.18-alpha.7",
9+
"zero-handler-proxy": "^1.0.18-alpha.8",
1010
"zero-handler-python": "^1.0.18-alpha.4",
1111
"zero-handler-react": "^1.0.18-alpha.3",
1212
"zero-handler-vue": "^1.0.18-alpha.3",

0 commit comments

Comments
 (0)