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

Bump graphql version to 14.0.0 #3598

Merged
merged 5 commits into from
Jul 10, 2018

Commits on Jun 19, 2018

  1. Bump graphql version to 14.0.0

    So graphql are transitioning to real semver finally. This should fix apollographql#3562
    
    I've set the devDependency to graphql@14.0.0-rc.2 to be able to be able
    to run the tests on the new version and make sure everything's fine. But
    I'm not sure if you think its ok to merge with that release candidate.
    
    Also I think the semver in peerDependencies is more verbose than it
    should be:
    
    ```js
    "peerDependencies": {
        "graphql": "^0.11.0 || ^14.0.0"
    }
    ```
    This should cover all of the graphql versions from 0.11 and up, since
    ["^" includes minor and patch
    versions](https://bytearcher.com/articles/semver-explained-why-theres-a-caret-in-my-package-json/)
    ivank committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    aeeb6d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    0497c5f View commit details
    Browse the repository at this point in the history
  2. Simplify graphql peerDeps

    hwillson committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    46f0fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ca0c90 View commit details
    Browse the repository at this point in the history
  4. Changelog updates

    hwillson committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    580cc9f View commit details
    Browse the repository at this point in the history