Skip to content

Commit 498aa6e

Browse files
Version Packages (#1374)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 23a8cf6 commit 498aa6e

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/mighty-masks-chew.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.13.0
4+
5+
### Minor Changes
6+
7+
- [#1373](https://github.com/apollographql/apollo-client-devtools/pull/1373) [`23a8cf6`](https://github.com/apollographql/apollo-client-devtools/commit/23a8cf655043468c941c144e226c5a0b44fe3b19) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Show connected Apollo Client version in the devtools. Hovering over the version gives you the release notes for that version, or the pull request information if its a snapshot release.
8+
39
## 4.12.4
410

511
### Patch Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.12.4",
5+
"version": "4.13.0",
66
"type": "module",
77
"repository": {
88
"type": "git",

src/extension/chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.12.4",
2+
"version": "4.13.0",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

src/extension/firefox/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.12.4",
2+
"version": "4.13.0",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

0 commit comments

Comments
 (0)