Skip to content

Commit b2eefc5

Browse files
Version Packages
1 parent b3e889b commit b2eefc5

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.changeset/errorcodes.md

-5
This file was deleted.

packages/apollo-client-devtools/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.19.7
4+
5+
### Patch Changes
6+
7+
- [#1630](https://github.com/apollographql/apollo-client-devtools/pull/1630) [`891821c`](https://github.com/apollographql/apollo-client-devtools/commit/891821cff2d8264276059914598abc192909b896) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
8+
39
## 4.18.15
410

511
### Patch Changes

packages/apollo-client-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apollo-client-devtools",
33
"description": "Developer tools for Apollo Client, with Studio Explorer integration, cache inspection, and query watching.",
44
"license": "MIT",
5-
"version": "4.19.6",
5+
"version": "4.19.7",
66
"type": "module",
77
"repository": {
88
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @apollo/client-devtools-vscode
2+
3+
## 4.19.7

packages/client-devtools-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-devtools-vscode",
3-
"version": "4.19.6",
3+
"version": "4.19.7",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/apollographql/apollo-client-devtools.git"

0 commit comments

Comments
 (0)