Skip to content

Commit

Permalink
Version Packages (#1490)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 27, 2024
1 parent 3a26412 commit 7169a6f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-otters-train.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.18.3

### Patch Changes

- [#1488](https://github.com/apollographql/apollo-client-devtools/pull/1488) [`3a26412`](https://github.com/apollographql/apollo-client-devtools/commit/3a264120cdd8f986d1c6382d2d67da57219b92af) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Always JSON serialize payloads sent from the injected script to avoid issues cloning irregular objects in client data.

## 4.18.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apollo-client-devtools",
"description": "Developer tools for Apollo Client, with Studio Explorer integration, cache inspection, and query watching.",
"license": "MIT",
"version": "4.18.2",
"version": "4.18.3",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.18.2",
"version": "4.18.3",
"author": "Apollo",
"name": "Apollo Client Devtools",
"description": "GraphQL debugging tools for Apollo Client.",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.18.2",
"version": "4.18.3",
"author": "Apollo",
"name": "Apollo Client Devtools",
"description": "GraphQL debugging tools for Apollo Client.",
Expand Down

0 comments on commit 7169a6f

Please sign in to comment.