Skip to content

Commit 4797de5

Browse files
[chore] add error codes for new Apollo Client version (#1805)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: apollogithubactionsbot[bot] <159198662+apollogithubactionsbot[bot]@users.noreply.github.com>
1 parent 985631e commit 4797de5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/errorcodes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"apollo-client-devtools": patch
3+
"@apollo/client-devtools-vscode": patch
4+
---
5+
6+
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
@@ -513,7 +513,8 @@
513513
"4.1.1": "43",
514514
"4.1.2": "43",
515515
"4.1.3": "43",
516-
"4.1.4": "43"
516+
"4.1.4": "43",
517+
"4.2.0-alpha.0": "43"
517518
},
518519
"errors": {
519520
"1": "AQEBAgICAwMDBAMEBQMEBgMEBwQECAQFCQUECgUEBwUECwUEDAYEDQYEDgYGDwYEEAcHBwgIBwgIEQkEEgkEEwkJFAkEFQkEFgoEFwoKGAoLGQoMGgoNGwoOHAoPHQoEHgoEHwoEIAsEIQsEIgwEIw0EJA4EJQ8QJg8RJxAEKBEEKRISKhMTKxQULBUVLBYWLRcXLhgYLxkEMBoEMRoEMhoEMxoENBsZNRwaNhwENx0EOB4bOR4cOh4dOx4ePB4fPR8gPiAhPyAiQCAjQSAkQiEEQyElByEIRCImRSIERiInRyIoRCIpSCIqSSIrSiIESyMETCQETSQE",

all-clients/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@
180180
"@apollo-client/4.1.1": "npm:@apollo/client@4.1.1",
181181
"@apollo-client/4.1.2": "npm:@apollo/client@4.1.2",
182182
"@apollo-client/4.1.3": "npm:@apollo/client@4.1.3",
183-
"@apollo-client/4.1.4": "npm:@apollo/client@4.1.4"
183+
"@apollo-client/4.1.4": "npm:@apollo/client@4.1.4",
184+
"@apollo-client/4.2.0-alpha.0": "npm:@apollo/client@4.2.0-alpha.0"
184185
},
185186
"devDependencies": {
186187
"semver": "7.6.0"

0 commit comments

Comments
 (0)