Skip to content

Commit 220f57f

Browse files
[chore] add error codes for new Apollo Client version (#1502)
Co-authored-by: apollogithubactionsbot[bot] <159198662+apollogithubactionsbot[bot]@users.noreply.github.com>
1 parent da018b7 commit 220f57f

File tree

4 files changed

+108
-2
lines changed

4 files changed

+108
-2
lines changed

.changeset/errorcodes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"apollo-client-devtools": patch
3+
---
4+
5+
add error codes for new Apollo Client version

all-clients/errorcodes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@
264264
"3.11.2": "16",
265265
"3.11.3": "17",
266266
"3.11.4": "17",
267-
"3.11.5": "17"
267+
"3.11.5": "17",
268+
"3.11.6": "17"
268269
},
269270
"errors": {
270271
"1": "AQEBAgICAwMDBAMEBQMEBgMEBwQECAQFCQUECgUEBwUECwUEDAYEDQYEDgYGDwYEEAcHBwgIBwgIEQkEEgkEEwkJFAkEFQkEFgoEFwoKGAoLGQoMGgoNGwoOHAoPHQoEHgoEHwoEIAsEIQsEIgwEIw0EJA4EJQ8QJg8RJxAEKBEEKRISKhMTKxQULBUVLBYWLRcXLhgYLxkEMBoEMRoEMhoEMxoENBsZNRwaNhwENx0EOB4bOR4cOh4dOx4ePB4fPR8gPiAhPyAiQCAjQSAkQiEEQyElByEIRCImRSIERiInRyIoRCIpSCIqSSIrSiIESyMETCQETSQE",

all-clients/package-lock.json

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

all-clients/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"@apollo-client/3.11.2": "npm:@apollo/client@3.11.2",
7272
"@apollo-client/3.11.3": "npm:@apollo/client@3.11.3",
7373
"@apollo-client/3.11.4": "npm:@apollo/client@3.11.4",
74-
"@apollo-client/3.11.5": "npm:@apollo/client@3.11.5"
74+
"@apollo-client/3.11.5": "npm:@apollo/client@3.11.5",
75+
"@apollo-client/3.11.6": "npm:@apollo/client@3.11.6"
7576
},
7677
"devDependencies": {
7778
"semver": "7.6.0"

0 commit comments

Comments
 (0)