Skip to content

Commit 75b4cce

Browse files
Version Packages (#1855)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## apollo-client-devtools@4.25.4 ### Patch Changes - [#1854](#1854) [`d01c69b`](d01c69b) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version ## @apollo/client-devtools-vscode@4.25.4 ### Patch Changes - [#1854](#1854) [`d01c69b`](d01c69b) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d01c69b commit 75b4cce

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

.changeset/errorcodes.md

Lines changed: 0 additions & 6 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.25.4
4+
5+
### Patch Changes
6+
7+
- [#1854](https://github.com/apollographql/apollo-client-devtools/pull/1854) [`d01c69b`](https://github.com/apollographql/apollo-client-devtools/commit/d01c69b2517780dbcd16014d5d52591e717b540e) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
8+
39
## 4.25.3
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.25.3",
5+
"version": "4.25.4",
66
"type": "module",
77
"repository": {
88
"type": "git",

packages/client-devtools-vscode/CHANGELOG.md

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

3+
## 4.25.4
4+
5+
### Patch Changes
6+
7+
- [#1854](https://github.com/apollographql/apollo-client-devtools/pull/1854) [`d01c69b`](https://github.com/apollographql/apollo-client-devtools/commit/d01c69b2517780dbcd16014d5d52591e717b540e) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version
8+
39
## 4.25.3
410

511
### 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.25.3",
3+
"version": "4.25.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/apollographql/apollo-client-devtools.git"

0 commit comments

Comments
 (0)