Skip to content

Commit f9f23a2

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

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

.changeset/errorcodes.md

-6
This file was deleted.

.changeset/heavy-hornets-switch.md

-5
This file was deleted.

packages/apollo-client-devtools/CHANGELOG.md

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

3+
## 4.19.10
4+
5+
### Patch Changes
6+
7+
- [#1652](https://github.com/apollographql/apollo-client-devtools/pull/1652) [`2f1068f`](https://github.com/apollographql/apollo-client-devtools/commit/2f1068fd22cd58a62be736a62c85fe09dba8c514) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
8+
9+
- [#1647](https://github.com/apollographql/apollo-client-devtools/pull/1647) [`7aecc19`](https://github.com/apollographql/apollo-client-devtools/commit/7aecc19a9dd993caa2904f505eebbb709e312254) Thanks [@Killian-Aidalinfo](https://github.com/Killian-Aidalinfo)! - Make the background script persistent in Firefox extension to address an issue where the devtools would disconnect periodically.
10+
311
## 4.19.9
412

513
### Patch Changes

packages/apollo-client-devtools/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.19.9",
5+
"version": "4.19.10",
66
"type": "module",
77
"repository": {
88
"type": "git",

packages/client-devtools-vscode/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/client-devtools-vscode
22

3+
## 4.19.10
4+
5+
### Patch Changes
6+
7+
- [#1652](https://github.com/apollographql/apollo-client-devtools/pull/1652) [`2f1068f`](https://github.com/apollographql/apollo-client-devtools/commit/2f1068fd22cd58a62be736a62c85fe09dba8c514) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
8+
39
## 4.19.9
410

511
### Patch Changes

packages/client-devtools-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-devtools-vscode",
3-
"version": "4.19.9",
3+
"version": "4.19.10",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/apollographql/apollo-client-devtools.git"

0 commit comments

Comments
 (0)