Skip to content

Commit

Permalink
Merge pull request #308 from apollographql/release-2.3.3
Browse files Browse the repository at this point in the history
Release 2.3.3
  • Loading branch information
jcreighton authored Oct 30, 2020
2 parents e169a7b + 54d7ae5 commit fb62c0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.3.3 (2020-10-30)

- Fix for undefined schemas error <br/> [@jcreighton]() in [#307](https://github.com/apollographql/apollo-client-devtools/pull/307)

## 2.3.2 (2020-10-29)

- Fix for local schema discovery <br/> [@micmro]() in [#286](https://github.com/apollographql/apollo-client-devtools/pull/286)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository contains the Apollo DevTools extension for Chrome & Firefox.

If you are running Apollo Client 2.0, the dev tools require at least `[email protected]` and `[email protected]`, and you must be running at least version 2.0.5 of the dev tools themselves.

If you are running Apollo Client 3.0, you must be running at least version 2.3.2 of the dev tools.
If you are running Apollo Client 3.0, you must be running at least version 2.3.3 of the dev tools.

The devtools no longer work with Apollo Client 1.0, but upgrading should be relatively easy! If it isn't, please reach out on the [Apollo Spectrum](https://spectrum.chat/apollo)

Expand Down Expand Up @@ -100,7 +100,7 @@ for the detached console (inspector inception). In this new inspector, you will

If you are using Apollo Client 2.0, make sure you are using at least version 2.0.5 of the devtools.

If you are using Apollo Client 3.0, make sure you are using at least version 2.3.2 of the devtools.
If you are using Apollo Client 3.0, make sure you are using at least version 2.3.3 of the devtools.

If you're seeing an error that's being caused by the devtools, please open an Issue on this repository with a detailed explanation of the problem and steps that we can take to replicate the error.

Expand Down
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 GraphiQL integration, cache inspection, and query watching.",
"license": "MIT",
"version": "2.3.2",
"version": "2.3.3",
"scripts": {
"build": "cd shells/webextension && cross-env NODE_ENV=production webpack --progress --hide-modules",
"dev": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
Expand Down
2 changes: 1 addition & 1 deletion shells/webextension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.2",
"version": "2.3.3",
"author": "Apollo",
"name": "Apollo Client Developer Tools",
"short_name": "Apollo DevTools",
Expand Down

0 comments on commit fb62c0e

Please sign in to comment.