Skip to content

Commit

Permalink
Prepare for patch release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Sep 28, 2020
1 parent 4a2fdf9 commit cb38ec5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v2.3.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.3.1) (2020-09-28)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.3.0...v2.3.1)

**Fixed bugs:**

- Cache explorer not updating on new values [\#312](https://github.com/FormidableLabs/urql-devtools/issues/312)
- \[Runtime error\]: React invariant on schema explorer [\#311](https://github.com/FormidableLabs/urql-devtools/issues/311)
- The devtools doesn't work when app is inside an iframe [\#280](https://github.com/FormidableLabs/urql-devtools/issues/280)

**Merged pull requests:**

- Fix issue with mutated code block [\#314](https://github.com/FormidableLabs/urql-devtools/pull/314) ([andyrichardson](https://github.com/andyrichardson))
- Fix invariant on schema explorer [\#313](https://github.com/FormidableLabs/urql-devtools/pull/313) ([andyrichardson](https://github.com/andyrichardson))
- Add type check to dependencies [\#310](https://github.com/FormidableLabs/urql-devtools/pull/310) ([andyrichardson](https://github.com/andyrichardson))
- Inject extension files into all frames in a tab [\#281](https://github.com/FormidableLabs/urql-devtools/pull/281) ([wgolledge](https://github.com/wgolledge))

## [v2.3.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.3.0) (2020-09-14)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.2.0...v2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urql-devtools",
"version": "2.3.0",
"version": "2.3.1",
"description": "The official devtools utility for urql",
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
"bugs": {
Expand Down

0 comments on commit cb38ec5

Please sign in to comment.