Skip to content

Commit

Permalink
Version Packages (#1356)
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 May 6, 2024
1 parent 06a0b5a commit 7cf9480
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-carpets-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-grapes-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-tomatoes-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-gifts-serve.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.12.0

### Minor Changes

- [#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.

### Patch Changes

- [#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

- [#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.

- [#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.

## 4.11.6

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

0 comments on commit 7cf9480

Please sign in to comment.