Skip to content

Commit ab533c6

Browse files
Version Packages (#1380)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02e6fba commit ab533c6

File tree

7 files changed

+13
-15
lines changed

7 files changed

+13
-15
lines changed

.changeset/dirty-rules-deny.md

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

.changeset/young-brooms-protect.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.13.1
4+
5+
### Patch Changes
6+
7+
- [#1378](https://github.com/apollographql/apollo-client-devtools/pull/1378) [`02e6fba`](https://github.com/apollographql/apollo-client-devtools/commit/02e6fbac34f37e6a55978f3fb60f320f16d433ce) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix intermittent issue where data would not show up in the devtools after refreshing the page while the Apollo devtools panel is open.
8+
9+
- [#1375](https://github.com/apollographql/apollo-client-devtools/pull/1375) [`7267351`](https://github.com/apollographql/apollo-client-devtools/commit/7267351b1537684b57bea95d9699890e7399e83d) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Use `Object.defineProperty` to register legacy clients to avoid the need to search for the client in a loop in initialization.
10+
311
## 4.13.0
412

513
### 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.13.0",
5+
"version": "4.13.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.13.0",
2+
"version": "4.13.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.13.0",
2+
"version": "4.13.1",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

0 commit comments

Comments
 (0)