@apollo/rover 0.9.0-alpha.4 → 0.9.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats
36
36
  ## Command-line options
37
37
 
38
38
  ```console
39
- Rover 0.9.0-alpha.2
39
+ Rover 0.9.0-alpha.7
40
40
  Apollo Developers <opensource@apollographql.com>
41
41
 
42
42
  Rover - Your Graph Companion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.9.0-alpha.4",
3
+ "version": "0.9.0-alpha.7",
4
4
  "description": "The new Apollo CLI",
5
5
  "main": "index.js",
6
6
  "bin": {