Skip to content

Commit

Permalink
Version Packages (#1266)
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 Mar 12, 2024
1 parent 4c98879 commit 0dd95f0
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-oranges-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-bears-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-cars-jump.md

This file was deleted.

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

## 4.8.3

### Patch Changes

- [#1264](https://github.com/apollographql/apollo-client-devtools/pull/1264) [`66c05ae`](https://github.com/apollographql/apollo-client-devtools/commit/66c05ae4cc7231000769e8269e2987ba48c7a779) Thanks [@phryneas](https://github.com/phryneas)! - Enable "@typescript-eslint/consistent-type-imports" lint rule

- [#1265](https://github.com/apollographql/apollo-client-devtools/pull/1265) [`df5300f`](https://github.com/apollographql/apollo-client-devtools/commit/df5300f245b82e6efc15f616724874fbbb0b8a2d) Thanks [@phryneas](https://github.com/phryneas)! - Use relative-CI to monitor build artefact sizes

- [#1268](https://github.com/apollographql/apollo-client-devtools/pull/1268) [`4c98879`](https://github.com/apollographql/apollo-client-devtools/commit/4c98879162c918c5b90652609991a5a357ee4f63) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Revert change that removed JSON stringify on the entire set of client data. This is a followup to [#1259](https://github.com/apollographql/apollo-client-devtools/pull/1259) which only partially fixed the issue.

## 4.8.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.8.2",
"version": "4.8.3",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client-devtools.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.8.2",
"version": "4.8.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.8.2",
"version": "4.8.3",
"author": "Apollo",
"name": "Apollo Client Devtools",
"description": "GraphQL debugging tools for Apollo Client.",
Expand Down

0 comments on commit 0dd95f0

Please sign in to comment.