Skip to content

Commit 84e5825

Browse files
Version Packages (#1723)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2d469e commit 84e5825

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.changeset/yellow-eyes-look.md

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

packages/apollo-client-devtools/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.21.5
4+
5+
### Patch Changes
6+
7+
- [#1722](https://github.com/apollographql/apollo-client-devtools/pull/1722) [`f2d469e`](https://github.com/apollographql/apollo-client-devtools/commit/f2d469eecb58c76c237c72d96a835b26eb44b4bc) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix an issue where executing a query in the explorer tab that returned errors would get stuck in the loading state indefinitely.
8+
39
## 4.21.4
410

511
### Patch Changes

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

packages/client-devtools-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @apollo/client-devtools-vscode
22

3+
## 4.21.5
4+
35
## 4.21.4
46

57
### Patch Changes

packages/client-devtools-vscode/package.json

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

0 commit comments

Comments
 (0)