Skip to content

Commit 8fc5f3c

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

File tree

4 files changed

+103
-2
lines changed

4 files changed

+103
-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
@@ -247,7 +247,8 @@
247247
"3.10.3": "14",
248248
"3.10.4": "15",
249249
"3.10.5": "15",
250-
"3.10.6": "15"
250+
"3.10.6": "15",
251+
"3.10.7": "15"
251252
},
252253
"errors": {
253254
"1": "AQEBAgICAwMDBAMEBQMEBgMEBwQECAQFCQUECgUEBwUECwUEDAYEDQYEDgYGDwYEEAcHBwgIBwgIEQkEEgkEEwkJFAkEFQkEFgoEFwoKGAoLGQoMGgoNGwoOHAoPHQoEHgoEHwoEIAsEIQsEIgwEIw0EJA4EJQ8QJg8RJxAEKBEEKRISKhMTKxQULBUVLBYWLRcXLhgYLxkEMBoEMRoEMhoEMxoENBsZNRwaNhwENx0EOB4bOR4cOh4dOx4ePB4fPR8gPiAhPyAiQCAjQSAkQiEEQyElByEIRCImRSIERiInRyIoRCIpSCIqSSIrSiIESyMETCQETSQE",

all-clients/package-lock.json

Lines changed: 94 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
@@ -60,7 +60,8 @@
6060
"@apollo-client/3.10.3": "npm:@apollo/client@3.10.3",
6161
"@apollo-client/3.10.4": "npm:@apollo/client@3.10.4",
6262
"@apollo-client/3.10.5": "npm:@apollo/client@3.10.5",
63-
"@apollo-client/3.10.6": "npm:@apollo/client@3.10.6"
63+
"@apollo-client/3.10.6": "npm:@apollo/client@3.10.6",
64+
"@apollo-client/3.10.7": "npm:@apollo/client@3.10.7"
6465
},
6566
"devDependencies": {
6667
"semver": "7.6.0"

0 commit comments

Comments
 (0)