Skip to content

Commit

Permalink
Prepare for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Mar 26, 2020
1 parent 2f83960 commit 2ed14de
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
node_modules
coverage
npm-debug.log
dist
node_modules/
coverage/
dist/

*.tgz
.DS_Store

yarn.lock
package-lock.json

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change log

### Next

### 4.0.7

* Filter `extensions` prior to passing them to `buildASTSchema`, in an effort to provide minimum compatibilty for `graphql@14`-compatible schemas with the upcoming `graphql@15` release. This PR does not, however, bring support for newer `graphql@15` features like interfaces implementing interfaces. [#1284](https://github.com/apollographql/graphql-tools/pull/1284)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "4.0.7",
"version": "5.0.0-alpha.0",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"baseBranches": ["master", "next"],
"packageFiles": ["docs/package.json"],
"pathRules": [
{
Expand Down

0 comments on commit 2ed14de

Please sign in to comment.