Skip to content

Commit 77d2b84

Browse files
Version Packages (#1448)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e8d5d24 commit 77d2b84

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

.changeset/errorcodes.md

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

.changeset/sweet-mails-exist.md

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

CHANGELOG.md

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

3+
## 4.17.0
4+
5+
### Minor Changes
6+
7+
- [#1418](https://github.com/apollographql/apollo-client-devtools/pull/1418) [`ce416bd`](https://github.com/apollographql/apollo-client-devtools/commit/ce416bdf7447bef75edca14a256e59bad8740cf8) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add support for inspecting multiple clients. When multiple clients connect to devtools, you can select which to inspect. When combined with Apollo Client [3.11](https://github.com/apollographql/apollo-client/releases/tag/v3.11.0), you can provide a custom name using the new `devtools` option.
8+
9+
```js
10+
new ApolloClient({
11+
devtools: {
12+
enabled: true,
13+
name: "My Custom Client",
14+
},
15+
});
16+
```
17+
18+
### Patch Changes
19+
20+
- [#1447](https://github.com/apollographql/apollo-client-devtools/pull/1447) [`c223f14`](https://github.com/apollographql/apollo-client-devtools/commit/c223f140e79a479252cbc8ec60c74fcc08062d67) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
21+
322
## 4.16.1
423

524
### 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.16.1",
5+
"version": "4.17.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.16.1",
2+
"version": "4.17.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.16.1",
2+
"version": "4.17.0",
33
"author": "Apollo",
44
"name": "Apollo Client Devtools",
55
"description": "GraphQL debugging tools for Apollo Client.",

0 commit comments

Comments
 (0)