Skip to content

Commit 952d458

Browse files
Version Packages (#1569)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79a08e9 commit 952d458

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/errorcodes.md

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

CHANGELOG.md

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

3+
## 4.18.13
4+
5+
### Patch Changes
6+
7+
- [#1568](https://github.com/apollographql/apollo-client-devtools/pull/1568) [`79a08e9`](https://github.com/apollographql/apollo-client-devtools/commit/79a08e9ea71d718874fa86f09ead5f14bdeca799) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
8+
39
## 4.18.12
410

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

0 commit comments

Comments
 (0)