Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lifeiscontent/storybook-addon-apollo-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.10
Choose a base ref
...
head repository: lifeiscontent/storybook-addon-apollo-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.11
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Jan 3, 2022

  1. 4.0.10

    GitHub CD bot committed Jan 3, 2022
    Copy the full SHA
    2fbf1d4 View commit details
  2. Copy the full SHA
    8d32816 View commit details
  3. Copy the full SHA
    371bacb View commit details
Showing with 5 additions and 5 deletions.
  1. +3 −3 package-lock.json
  2. +2 −2 package.json
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
"@storybook/addon-actions": "^6.0.0",
"@storybook/addons": "^6.0.0",
"@storybook/client-api": "^6.0.0",
"graphql": "^14.0.0 || ^15.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
@@ -73,5 +73,5 @@
"icon": "https://pbs.twimg.com/profile_images/1314271818027499522/0WAECoWU_400x400.png"
},
"types": "dist/index.d.ts",
"version": "4.0.9"
"version": "4.0.10"
}