Skip to content

Commit

Permalink
[chore] add error codes for new Apollo Client version (#1591)
Browse files Browse the repository at this point in the history
Co-authored-by: apollogithubactionsbot[bot] <159198662+apollogithubactionsbot[bot]@users.noreply.github.com>
Co-authored-by: Lenz Weber-Tronic <mail@lenzw.de>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent f6305df commit bd6e352
Show file tree
Hide file tree
Showing 4 changed files with 96 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 @@ -296,7 +296,8 @@
"3.12.0-rc.3": "18",
"3.12.0-rc.4": "20",
"3.12.0": "20",
"3.12.1": "20"
"3.12.1": "20",
"3.12.2": "20"
},
"errors": {
"1": "AQEBAgICAwMDBAMEBQMEBgMEBwQECAQFCQUECgUEBwUECwUEDAYEDQYEDgYGDwYEEAcHBwgIBwgIEQkEEgkEEwkJFAkEFQkEFgoEFwoKGAoLGQoMGgoNGwoOHAoPHQoEHgoEHwoEIAsEIQsEIgwEIw0EJA4EJQ8QJg8RJxAEKBEEKRISKhMTKxQULBUVLBYWLRcXLhgYLxkEMBoEMRoEMhoEMxoENBsZNRwaNhwENx0EOB4bOR4cOh4dOx4ePB4fPR8gPiAhPyAiQCAjQSAkQiEEQyElByEIRCImRSIERiInRyIoRCIpSCIqSSIrSiIESyMETCQETSQE",
Expand Down
87 changes: 87 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 @@ -85,7 +85,8 @@
"@apollo-client/3.12.0-rc.3": "npm:@apollo/client@3.12.0-rc.3",
"@apollo-client/3.12.0-rc.4": "npm:@apollo/client@3.12.0-rc.4",
"@apollo-client/3.12.0": "npm:@apollo/client@3.12.0",
"@apollo-client/3.12.1": "npm:@apollo/client@3.12.1"
"@apollo-client/3.12.1": "npm:@apollo/client@3.12.1",
"@apollo-client/3.12.2": "npm:@apollo/client@3.12.2"
},
"devDependencies": {
"semver": "7.6.0"
Expand Down

0 comments on commit bd6e352

Please sign in to comment.