Skip to content

Commit b4a4d6e

Browse files
Version Packages (#1445)
1 parent e1214ff commit b4a4d6e

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/errorcodes.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 4.16.1
4+
5+
### Patch Changes
6+
7+
- [#1444](https://github.com/apollographql/apollo-client-devtools/pull/1444) [`e1214ff`](https://github.com/apollographql/apollo-client-devtools/commit/e1214ff16ece43f53669a32f4430c4588f0d8657) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
8+
39
## 4.16.0
410

511
### Minor Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.16.0",
5+
"version": "4.16.1",
66
"type": "module",
77
"repository": {
88
"type": "git",

src/extension/chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.16.0",
2+
"version": "4.16.1",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

src/extension/firefox/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.16.0",
2+
"version": "4.16.1",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

0 commit comments

Comments
 (0)