Skip to content

Commit 1ad7c74

Browse files
Version Packages (#1539)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c8a8f2f commit 1ad7c74

File tree

7 files changed

+13
-15
lines changed

7 files changed

+13
-15
lines changed

.changeset/bright-impalas-teach.md

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

.changeset/three-toes-teach.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.18.9
4+
5+
### Patch Changes
6+
7+
- [#1538](https://github.com/apollographql/apollo-client-devtools/pull/1538) [`c8a8f2f`](https://github.com/apollographql/apollo-client-devtools/commit/c8a8f2f386d3e75b39d204533e51e7e9dbe1bc80) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue when serializing an `ApolloError` where clientErrors or protocolErrors is undefined.
8+
9+
- [#1538](https://github.com/apollographql/apollo-client-devtools/pull/1538) [`c8a8f2f`](https://github.com/apollographql/apollo-client-devtools/commit/c8a8f2f386d3e75b39d204533e51e7e9dbe1bc80) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where a page refresh would sometimes cause an error to be displayed in the devtools related to store resets.
10+
311
## 4.18.8
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.18.8",
5+
"version": "4.18.9",
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.18.8",
2+
"version": "4.18.9",
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.18.8",
2+
"version": "4.18.9",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

0 commit comments

Comments
 (0)