Skip to content

Commit

Permalink
Version Packages (#1463)
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 Jul 26, 2024
1 parent c0b1078 commit b2c194d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-teachers-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-dolphins-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-pears-compare.md

This file was deleted.

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

## 4.17.3

### Patch Changes

- [#1461](https://github.com/apollographql/apollo-client-devtools/pull/1461) [`36cd3bb`](https://github.com/apollographql/apollo-client-devtools/commit/36cd3bb30750401d52edcfd0baab506f26ed694a) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Create a universal message bridge to handle both actor and rpc messages.

- [#1460](https://github.com/apollographql/apollo-client-devtools/pull/1460) [`4a58340`](https://github.com/apollographql/apollo-client-devtools/commit/4a5834064e64724589b2922b72a1e72dcffdf196) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove unneeded initialization message to determine if page had a client instance.

- [#1460](https://github.com/apollographql/apollo-client-devtools/pull/1460) [`4a58340`](https://github.com/apollographql/apollo-client-devtools/commit/4a5834064e64724589b2922b72a1e72dcffdf196) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue when disconnecting from the client that would show stale data until reconnected.

## 4.17.2

### Patch 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.17.2",
"version": "4.17.3",
"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.17.2",
"version": "4.17.3",
"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.17.2",
"version": "4.17.3",
"author": "Apollo",
"name": "Apollo Client Devtools",
"description": "GraphQL debugging tools for Apollo Client.",
Expand Down

0 comments on commit b2c194d

Please sign in to comment.