Skip to content

Commit b2e96fd

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

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
@@ -245,7 +245,8 @@
245245
"3.10.1": "14",
246246
"3.10.2": "14",
247247
"3.10.3": "14",
248-
"3.10.4": "15"
248+
"3.10.4": "15",
249+
"3.10.5": "15"
249250
},
250251
"errors": {
251252
"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
@@ -58,7 +58,8 @@
5858
"@apollo-client/3.10.1": "npm:@apollo/client@3.10.1",
5959
"@apollo-client/3.10.2": "npm:@apollo/client@3.10.2",
6060
"@apollo-client/3.10.3": "npm:@apollo/client@3.10.3",
61-
"@apollo-client/3.10.4": "npm:@apollo/client@3.10.4"
61+
"@apollo-client/3.10.4": "npm:@apollo/client@3.10.4",
62+
"@apollo-client/3.10.5": "npm:@apollo/client@3.10.5"
6263
},
6364
"devDependencies": {
6465
"semver": "7.6.0"

0 commit comments

Comments
 (0)