Skip to content

Commit 8fefdf9

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

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
@@ -258,7 +258,8 @@
258258
"3.11.0-rc.1": "16",
259259
"3.11.0-rc.2": "16",
260260
"3.11.0": "16",
261-
"3.11.1": "16"
261+
"3.11.1": "16",
262+
"3.11.2": "16"
262263
},
263264
"errors": {
264265
"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
@@ -67,7 +67,8 @@
6767
"@apollo-client/3.11.0-rc.1": "npm:@apollo/[email protected]",
6868
"@apollo-client/3.11.0-rc.2": "npm:@apollo/[email protected]",
6969
"@apollo-client/3.11.0": "npm:@apollo/[email protected]",
70-
"@apollo-client/3.11.1": "npm:@apollo/[email protected]"
70+
"@apollo-client/3.11.1": "npm:@apollo/[email protected]",
71+
"@apollo-client/3.11.2": "npm:@apollo/[email protected]"
7172
},
7273
"devDependencies": {
7374
"semver": "7.6.0"

0 commit comments

Comments
 (0)