Skip to content

Commit 2bb14ae

Browse files
Version Packages (#1414)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9157cd2 commit 2bb14ae

File tree

8 files changed

+15
-20
lines changed

8 files changed

+15
-20
lines changed

.changeset/brave-meals-agree.md

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

.changeset/many-guests-flow.md

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

.changeset/tricky-rats-hang.md

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

CHANGELOG.md

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

3+
## 4.15.1
4+
5+
### Patch Changes
6+
7+
- [#1409](https://github.com/apollographql/apollo-client-devtools/pull/1409) [`2b4ffcf`](https://github.com/apollographql/apollo-client-devtools/commit/2b4ffcf6e1d456ebb509e54a5971dddb7685c7f9) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Refactor away some redundancy on starting/cancelling the request interval to get client data from the devtools scripts.
8+
9+
- [#1409](https://github.com/apollographql/apollo-client-devtools/pull/1409) [`2b4ffcf`](https://github.com/apollographql/apollo-client-devtools/commit/2b4ffcf6e1d456ebb509e54a5971dddb7685c7f9) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Clear the data on screen when the client is no longer connected to the devtools.
10+
11+
- [#1413](https://github.com/apollographql/apollo-client-devtools/pull/1413) [`9157cd2`](https://github.com/apollographql/apollo-client-devtools/commit/9157cd2eeb05976c21163ae74e2efbbcd4c60bdd) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where messages sent via the `window` adapter could be echoed back to the sender.
12+
313
## 4.15.0
414

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

0 commit comments

Comments
 (0)