Skip to content

Commit

Permalink
Version Packages (#1235)
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] authored Feb 21, 2024
1 parent 80f4136 commit 9acf8de
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/dirty-cars-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-garlics-raise.md

This file was deleted.

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

## 4.7.0

### Minor Changes

- [#1226](https://github.com/apollographql/apollo-client-devtools/pull/1226) [`7c89199`](https://github.com/apollographql/apollo-client-devtools/commit/7c8919966653a5ec894dc6bd3ae835c6a1eb49c6) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Rework the message passing between all areas of the devtools to provide more stability. In particular, the message passing has changed in the following ways:

- All messages now contain a `source` property set to `apollo-client-devtools`. This avoids potential clashes with events emitted from `window` that had nothing to do with the devtools. This also means that apps or other utilities that listen to messages on `window` know where the message originates.
- Strengthen the relationship in the background scripts between the tab and devtools ports.
- Add much better type safety for all messages sent through the various areas of the devtools.

### Patch Changes

- [#1228](https://github.com/apollographql/apollo-client-devtools/pull/1228) [`41db9be`](https://github.com/apollographql/apollo-client-devtools/commit/41db9be7a6bdedf2be42014ce52551aa58b7a47a) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Enable strict tsconfig

## 4.6.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.6.0",
"version": "4.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client-devtools.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.6.0",
"version": "4.7.0",
"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.6.0",
"version": "4.7.0",
"author": "Apollo",
"name": "Apollo Client Devtools",
"description": "GraphQL debugging tools for Apollo Client.",
Expand Down

0 comments on commit 9acf8de

Please sign in to comment.