From 2af37e2640d00642ddc100784fdbf37a108c1b11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:37:59 -0600 Subject: [PATCH] Version Packages (#1408) Co-authored-by: github-actions[bot] --- .changeset/gold-drinks-fix.md | 5 ----- .changeset/little-flowers-float.md | 5 ----- .changeset/polite-brooms-glow.md | 5 ----- .changeset/sixty-worms-behave.md | 5 ----- .changeset/sour-pots-talk.md | 5 ----- .changeset/wise-spoons-dream.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/extension/chrome/manifest.json | 2 +- src/extension/firefox/manifest.json | 2 +- 11 files changed, 23 insertions(+), 35 deletions(-) delete mode 100644 .changeset/gold-drinks-fix.md delete mode 100644 .changeset/little-flowers-float.md delete mode 100644 .changeset/polite-brooms-glow.md delete mode 100644 .changeset/sixty-worms-behave.md delete mode 100644 .changeset/sour-pots-talk.md delete mode 100644 .changeset/wise-spoons-dream.md diff --git a/.changeset/gold-drinks-fix.md b/.changeset/gold-drinks-fix.md deleted file mode 100644 index 98f6195dc..000000000 --- a/.changeset/gold-drinks-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Make `window.__APOLLO_CLIENT__` configurable so it can be redefined. diff --git a/.changeset/little-flowers-float.md b/.changeset/little-flowers-float.md deleted file mode 100644 index 56319744e..000000000 --- a/.changeset/little-flowers-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Remove unneeded setup/teardown of message forwarding in the panel and instead only setup the forwarding once. diff --git a/.changeset/polite-brooms-glow.md b/.changeset/polite-brooms-glow.md deleted file mode 100644 index d284d7c94..000000000 --- a/.changeset/polite-brooms-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Remove some redundant logic for connecting to the client instance from the devtools. diff --git a/.changeset/sixty-worms-behave.md b/.changeset/sixty-worms-behave.md deleted file mode 100644 index 60b5cfa15..000000000 --- a/.changeset/sixty-worms-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": minor ---- - -Add forward and back buttons to the cache tab to navigate the history of cache entries you've visited. diff --git a/.changeset/sour-pots-talk.md b/.changeset/sour-pots-talk.md deleted file mode 100644 index 4b5ae7f3b..000000000 --- a/.changeset/sour-pots-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": minor ---- - -Add an options tab when viewing a query to see the options set for that query. diff --git a/.changeset/wise-spoons-dream.md b/.changeset/wise-spoons-dream.md deleted file mode 100644 index 2f60aa56b..000000000 --- a/.changeset/wise-spoons-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Use browser.devtools.network to detect page navigation diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9810a7f..d6ab59f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 4.15.0 + +### Minor Changes + +- [#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. + +- [#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. + +### Patch Changes + +- [#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. + +- [#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. + +- [#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. + +- [#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 + ## 4.14.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 2b0b3c86c..ad1d00a14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.14.2", + "version": "4.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.14.2", + "version": "4.15.0", "license": "MIT", "dependencies": { "@apollo/brand": "^0.5.9", diff --git a/package.json b/package.json index 53dbc88c1..dcf313a25 100755 --- a/package.json +++ b/package.json @@ -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.14.2", + "version": "4.15.0", "type": "module", "repository": { "type": "git", diff --git a/src/extension/chrome/manifest.json b/src/extension/chrome/manifest.json index f00ec1838..e83a7e830 100644 --- a/src/extension/chrome/manifest.json +++ b/src/extension/chrome/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.14.2", + "version": "4.15.0", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.", diff --git a/src/extension/firefox/manifest.json b/src/extension/firefox/manifest.json index 3e0438934..dae84ac85 100644 --- a/src/extension/firefox/manifest.json +++ b/src/extension/firefox/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.14.2", + "version": "4.15.0", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",