Skip to content

Commit 62a130d

Browse files
committed
v1.0.0-alpha.3
1 parent 0171143 commit 62a130d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.0-alpha.2",
5+
"version": "1.0.0-alpha.3",
66
"npmClient": "yarn",
77
"command": {
88
"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.2",
3+
"version": "1.0.0-alpha.3",
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.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "☄️ A minimalistic zero-config GraphQL server",
55
"author": "Glenn Reyes <glenn@glennreyes.com>",
66
"repository": "https://github.com/glennreyes/graphpack",
@@ -21,7 +21,7 @@
2121
"@babel/preset-env": "^7.1.0",
2222
"apollo-server": "2.1.0",
2323
"babel-loader": "^8.0.4",
24-
"babel-preset-graphpack": "^1.0.0-alpha.2",
24+
"babel-preset-graphpack": "^1.0.0-alpha.3",
2525
"cosmiconfig": "^5.0.6",
2626
"friendly-errors-webpack-plugin": "^1.7.0",
2727
"graphql": "^0.13.2",

0 commit comments

Comments
 (0)