Skip to content

Commit

Permalink
[chore] add error codes for new Apollo Client version (#1505)
Browse files Browse the repository at this point in the history
Co-authored-by: apollogithubactionsbot[bot] <159198662+apollogithubactionsbot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent a3b8bbb commit 4fc4f78
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/errorcodes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"apollo-client-devtools": patch
---

add error codes for new Apollo Client version
3 changes: 2 additions & 1 deletion all-clients/errorcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@
"3.11.3": "17",
"3.11.4": "17",
"3.11.5": "17",
"3.11.6": "17"
"3.11.6": "17",
"3.11.7": "17"
},
"errors": {
"1": "AQEBAgICAwMDBAMEBQMEBgMEBwQECAQFCQUECgUEBwUECwUEDAYEDQYEDgYGDwYEEAcHBwgIBwgIEQkEEgkEEwkJFAkEFQkEFgoEFwoKGAoLGQoMGgoNGwoOHAoPHQoEHgoEHwoEIAsEIQsEIgwEIw0EJA4EJQ8QJg8RJxAEKBEEKRISKhMTKxQULBUVLBYWLRcXLhgYLxkEMBoEMRoEMhoEMxoENBsZNRwaNhwENx0EOB4bOR4cOh4dOx4ePB4fPR8gPiAhPyAiQCAjQSAkQiEEQyElByEIRCImRSIERiInRyIoRCIpSCIqSSIrSiIESyMETCQETSQE",
Expand Down
99 changes: 99 additions & 0 deletions all-clients/package-lock.json

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

3 changes: 2 additions & 1 deletion all-clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"@apollo-client/3.11.3": "npm:@apollo/client@3.11.3",
"@apollo-client/3.11.4": "npm:@apollo/client@3.11.4",
"@apollo-client/3.11.5": "npm:@apollo/client@3.11.5",
"@apollo-client/3.11.6": "npm:@apollo/client@3.11.6"
"@apollo-client/3.11.6": "npm:@apollo/client@3.11.6",
"@apollo-client/3.11.7": "npm:@apollo/client@3.11.7"
},
"devDependencies": {
"semver": "7.6.0"
Expand Down

0 comments on commit 4fc4f78

Please sign in to comment.