Skip to content

Commit d291db8

Browse files
Version Packages (#1457)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7bebb72 commit d291db8

File tree

7 files changed

+13
-15
lines changed

7 files changed

+13
-15
lines changed

.changeset/errorcodes.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-horses-explode.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.17.2
4+
5+
### Patch Changes
6+
7+
- [#1456](https://github.com/apollographql/apollo-client-devtools/pull/1456) [`d49777f`](https://github.com/apollographql/apollo-client-devtools/commit/d49777fde348e8697fbf7ccb3f59e99bf2e01ce8) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
8+
9+
- [#1458](https://github.com/apollographql/apollo-client-devtools/pull/1458) [`7bebb72`](https://github.com/apollographql/apollo-client-devtools/commit/7bebb7214314c450cabf447f91855a9c8a4d9df9) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix serialization of functions in context
10+
311
## 4.17.1
412

513
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.17.1",
5+
"version": "4.17.2",
66
"type": "module",
77
"repository": {
88
"type": "git",

src/extension/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.17.1",
2+
"version": "4.17.2",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

src/extension/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.17.1",
2+
"version": "4.17.2",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

0 commit comments

Comments
 (0)