Skip to content

Commit 2af37e2

Browse files
Version Packages (#1408)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0e4600f commit 2af37e2

11 files changed

+23
-35
lines changed

.changeset/gold-drinks-fix.md

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

.changeset/little-flowers-float.md

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

.changeset/polite-brooms-glow.md

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

.changeset/sixty-worms-behave.md

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

.changeset/sour-pots-talk.md

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

.changeset/wise-spoons-dream.md

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

CHANGELOG.md

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

3+
## 4.15.0
4+
5+
### Minor Changes
6+
7+
- [#1394](https://github.com/apollographql/apollo-client-devtools/pull/1394) [`84a9634`](https://github.com/apollographql/apollo-client-devtools/commit/84a963462291b78efc021620de58649c817ef194) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add forward and back buttons to the cache tab to navigate the history of cache entries you've visited.
8+
9+
- [#1395](https://github.com/apollographql/apollo-client-devtools/pull/1395) [`59a4500`](https://github.com/apollographql/apollo-client-devtools/commit/59a450008d3562c17ad91ff1553fb8be2cdb50dd) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add an options tab when viewing a query to see the options set for that query.
10+
11+
### Patch Changes
12+
13+
- [#1407](https://github.com/apollographql/apollo-client-devtools/pull/1407) [`0e4600f`](https://github.com/apollographql/apollo-client-devtools/commit/0e4600f56c1736d75df59b972fd98048f333f809) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Make `window.__APOLLO_CLIENT__` configurable so it can be redefined.
14+
15+
- [#1389](https://github.com/apollographql/apollo-client-devtools/pull/1389) [`526a5d2`](https://github.com/apollographql/apollo-client-devtools/commit/526a5d293c8901f12b9458687aeab25d145b8c20) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove unneeded setup/teardown of message forwarding in the panel and instead only setup the forwarding once.
16+
17+
- [#1392](https://github.com/apollographql/apollo-client-devtools/pull/1392) [`c9764ea`](https://github.com/apollographql/apollo-client-devtools/commit/c9764ea3611d10299e85ffa13603b1875fdce08e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove some redundant logic for connecting to the client instance from the devtools.
18+
19+
- [#1391](https://github.com/apollographql/apollo-client-devtools/pull/1391) [`6d880dd`](https://github.com/apollographql/apollo-client-devtools/commit/6d880dd6dc0d6f6fbb735bea53f592914e9ca113) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Use browser.devtools.network to detect page navigation
20+
321
## 4.14.2
422

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

0 commit comments

Comments
 (0)