Skip to content

Commit f4abd62

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

File tree

4 files changed

+96
-2
lines changed

4 files changed

+96
-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
@@ -297,7 +297,8 @@
297297
"3.12.0-rc.4": "20",
298298
"3.12.0": "20",
299299
"3.12.1": "20",
300-
"3.12.2": "20"
300+
"3.12.2": "20",
301+
"3.12.3": "20"
301302
},
302303
"errors": {
303304
"1": "AQEBAgICAwMDBAMEBQMEBgMEBwQECAQFCQUECgUEBwUECwUEDAYEDQYEDgYGDwYEEAcHBwgIBwgIEQkEEgkEEwkJFAkEFQkEFgoEFwoKGAoLGQoMGgoNGwoOHAoPHQoEHgoEHwoEIAsEIQsEIgwEIw0EJA4EJQ8QJg8RJxAEKBEEKRISKhMTKxQULBUVLBYWLRcXLhgYLxkEMBoEMRoEMhoEMxoENBsZNRwaNhwENx0EOB4bOR4cOh4dOx4ePB4fPR8gPiAhPyAiQCAjQSAkQiEEQyElByEIRCImRSIERiInRyIoRCIpSCIqSSIrSiIESyMETCQETSQE",

all-clients/package-lock.json

Lines changed: 87 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
@@ -86,7 +86,8 @@
8686
"@apollo-client/3.12.0-rc.4": "npm:@apollo/client@3.12.0-rc.4",
8787
"@apollo-client/3.12.0": "npm:@apollo/client@3.12.0",
8888
"@apollo-client/3.12.1": "npm:@apollo/client@3.12.1",
89-
"@apollo-client/3.12.2": "npm:@apollo/client@3.12.2"
89+
"@apollo-client/3.12.2": "npm:@apollo/client@3.12.2",
90+
"@apollo-client/3.12.3": "npm:@apollo/client@3.12.3"
9091
},
9192
"devDependencies": {
9293
"semver": "7.6.0"

0 commit comments

Comments
 (0)