Skip to content

Commit 7cf9480

Browse files
Version Packages (#1356)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 06a0b5a commit 7cf9480

9 files changed

+19
-25
lines changed

.changeset/fresh-carpets-admire.md

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

.changeset/moody-grapes-play.md

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

.changeset/perfect-tomatoes-press.md

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

.changeset/three-gifts-serve.md

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

CHANGELOG.md

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

3+
## 4.12.0
4+
5+
### Minor Changes
6+
7+
- [#1348](https://github.com/apollographql/apollo-client-devtools/pull/1348) [`3aba499`](https://github.com/apollographql/apollo-client-devtools/commit/3aba499608743290edb6a9a80cebae7783218700) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add a new button that makes it easier to report an issue in GitHub from the devtools.
8+
9+
### Patch Changes
10+
11+
- [#1349](https://github.com/apollographql/apollo-client-devtools/pull/1349) [`06a0b5a`](https://github.com/apollographql/apollo-client-devtools/commit/06a0b5ae8caafa33767327fb207e552e57dced59) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix some design issues to match latest design implementation
12+
13+
- [#1352](https://github.com/apollographql/apollo-client-devtools/pull/1352) [`2761ff3`](https://github.com/apollographql/apollo-client-devtools/commit/2761ff3b21e14fea3da89fc588c7892b33e6e8eb) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Schedule next request to get client data only after the previous one had finished.
14+
15+
- [#1353](https://github.com/apollographql/apollo-client-devtools/pull/1353) [`7da5963`](https://github.com/apollographql/apollo-client-devtools/commit/7da59635da78f3ef7eea9473c50e723735b8d17c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Reduce bundle size of error codes by creating a lookup of unique error codes.
16+
317
## 4.11.6
418

519
### Patch 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.11.6",
5+
"version": "4.12.0",
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.11.6",
2+
"version": "4.12.0",
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.11.6",
2+
"version": "4.12.0",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

0 commit comments

Comments
 (0)