Skip to content

Commit

Permalink
Bump @apollo/client npm version to 3.1.0. 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jul 28, 2020
1 parent 891a876 commit 824bbe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@apollo/client",
"version": "3.1.0-pre.4",
"version": "3.1.0",
"description": "A fully-featured caching GraphQL client.",
"private": true,
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"coverage": "jest --config ./config/jest.config.js --verbose --coverage",
"bundlesize": "npm run build && bundlesize",
"predeploy": "npm run build",
"deploy": "cd dist && npm publish --tag beta"
"deploy": "cd dist && npm publish"
},
"bundlesize": [
{
Expand Down

0 comments on commit 824bbe7

Please sign in to comment.