Skip to content

Commit 94259b7

Browse files
Version Packages (#1455)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 837779a commit 94259b7

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/nine-walls-bathe.md

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

CHANGELOG.md

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

3+
## 4.17.1
4+
5+
### Patch Changes
6+
7+
- [#1454](https://github.com/apollographql/apollo-client-devtools/pull/1454) [`837779a`](https://github.com/apollographql/apollo-client-devtools/commit/837779a35f89834c657fce4f94cf163e7a19024b) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix an issue where data would sometimes disappear a few seconds after refreshing the page with no way to recover the data afterward.
8+
39
## 4.17.0
410

511
### Minor 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.0",
5+
"version": "4.17.1",
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.0",
2+
"version": "4.17.1",
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.0",
2+
"version": "4.17.1",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

0 commit comments

Comments
 (0)