8000 v1.0.0-alpha.1 · JavaScriptExpert/graphpack@862cf1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 862cf1a

Browse files
committed
v1.0.0-alpha.1
1 parent 36a5498 commit 862cf1a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "1.0.0-alpha.0",
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "1.0.0-alpha.1",
46
"npmClient": "yarn",
57
"command": {
68
"publish": {

packages/babel-preset-graphpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-graphpack",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Babel preset for Graphpack",
55
"main": "index.js",
66
"repository": "https://github.com/glennreyes/graphpack",

packages/graphpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphpack",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "☄️ A minimalistic zero-config GraphQL server",
55
"author": "Glenn Reyes <glenn@glennreyes.com>",
66
"repository": "https://github.com/glennreyes/graphpack",
@@ -15,7 +15,7 @@
1515
"@babel/preset-env": "^7.1.0",
1616
"apollo-server": "2.1.0",
1717
"babel-loader": "^8.0.4",
18-
"babel-preset-graphpack": "^1.0.0-alpha.0",
18+
"babel-preset-graphpack": "^1.0.0-alpha.1",
1919
"cosmiconfig": "^5.0.6",
2020
"friendly-errors-webpack-plugin": "^1.7.0",
2121
"graphql": "^0.13.2",

0 commit comments

Comments
 (0)
0