Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lerna release pipeline #334

Merged
merged 4 commits into from
Mar 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.38",
"version": "0.5.1",
"version": "0.6.0",
"changelog": {
"repo": "apollostack/graphql-server",
"labels": {
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"travis": "istanbul cover -x \"*.test.js\" _mocha -- --timeout 5000 --full-trace ./test/tests.js",
"posttravis": "npm run lint",
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
"check-updates": "lerna exec ./node_modules/.bin/npm-check-updates -- -u"
"check-updates": "ncu -u && lerna exec ../../node_modules/.bin/ncu -- -u",
"postcheck-updates": "npm test && npm run commit-updates",
"commit-updates": "git add \"packages/*/package.json\" package.json; git commit -m \"Update dependencies\" || exit 0",
"prerelease": "npm run check-updates",
"release": "lerna publish"
},
"devDependencies": {
"@types/chai": "^3.4.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-core",
"version": "0.5.1",
"version": "0.6.0",
"description": "Core engine for Apollo GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-server-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-express",
"version": "0.5.1",
"version": "0.6.0",
"description": "Production-ready Node.js GraphQL server for Express and Connect",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,15 +30,15 @@
"graphql-server-module-graphiql": "^0.6.0"
},
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/body-parser": "1.16.1",
"@types/connect": "^3.4.30",
"@types/express": "^4.0.35",
"@types/multer": "0.0.33",
"body-parser": "^1.16.0",
"connect": "^3.5.0",
"connect-query": "^0.2.0",
"connect-query": "^1.0.0",
"express": "^4.14.0",
"graphql-server-integration-testsuite": "^0.5.1",
"graphql-server-integration-testsuite": "^0.6.0",
"multer": "^1.2.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-server-hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-hapi",
"version": "0.5.1",
"version": "0.6.0",
"description": "Production-ready Node.js GraphQL server for Hapi",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/boom": "0.0.33",
"@types/hapi": "^16.0.0",
"graphql-server-integration-testsuite": "^0.5.1",
"graphql-server-integration-testsuite": "^0.6.0",
"hapi": "^16.1.0",
"@types/graphql": "^0.8.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-server-integration-testsuite",
"private": true,
"version": "0.5.1",
"version": "0.6.0",
"description": "Apollo Server Integrations testsuite",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-koa",
"version": "0.5.1",
"version": "0.6.0",
"description": "Production-ready Node.js GraphQL server for Koa",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"@types/koa": "^2.0.33",
"@types/koa-bodyparser": "^3.0.19",
"@types/koa-router": "^7.0.21",
"graphql-server-integration-testsuite": "^0.5.1",
"graphql-server-integration-testsuite": "^0.6.0",
"koa": "^2.0.0-alpha.4",
"koa-bodyparser": "^3.0.0",
"koa-bodyparser": "^3.2.0",
"koa-router": "^7.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-lambda",
"version": "0.5.1",
"version": "0.6.0",
"description": "Production-ready Node.js GraphQL server for AWS Lambda",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"graphql-server-module-graphiql": "^0.6.0"
},
"devDependencies": {
"@types/aws-lambda": "0.0.6",
"@types/aws-lambda": "0.0.9",
"@types/graphql": "^0.8.6",
"graphql-server-integration-testsuite": "^0.5.1"
"graphql-server-integration-testsuite": "^0.6.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-module-graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-module-graphiql",
"version": "0.4.4",
"version": "0.6.0",
"description": "GraphiQL renderer for Apollo GraphQL Server",
"main": "dist/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-module-operation-store",
"version": "0.5.0",
"version": "0.6.0",
"description": "Persisted operation store module for Apollo GraphQL Servers",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-server-restify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-restify",
"version": "0.5.1",
"version": "0.6.0",
"description": "Production-ready Node.js GraphQL server for Restify",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/restify": "^2.0.38",
"graphql-server-integration-testsuite": "^0.5.1",
"graphql-server-integration-testsuite": "^0.6.0",
"restify": "^4.1.1"
},
"peerDependencies": {
Expand Down