Skip to content

Commit

Permalink
Version Packages (#1380)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 22, 2024
1 parent 02e6fba commit ab533c6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-rules-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-brooms-protect.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.13.1

### Patch Changes

- [#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.

- [#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.

## 4.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apollo-client-devtools",
"description": "Developer tools for Apollo Client, with Studio Explorer integration, cache inspection, and query watching.",
"license": "MIT",
"version": "4.13.0",
"version": "4.13.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.13.0",
"version": "4.13.1",
"author": "Apollo",
"name": "Apollo Client Devtools",
"description": "GraphQL debugging tools for Apollo Client.",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.13.0",
"version": "4.13.1",
"author": "Apollo",
"name": "Apollo Client Devtools",
"description": "GraphQL debugging tools for Apollo Client.",
Expand Down

0 comments on commit ab533c6

Please sign in to comment.