Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed May 15, 2020
1 parent fb053cf commit e7d221d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v2.0.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.0.1) (2020-05-15)

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

**Fixed bugs:**

- Event tooltips don't show on hover [\#231](https://github.com/FormidableLabs/urql-devtools/issues/231)
- Improve visual separation between timeline pane sections [\#223](https://github.com/FormidableLabs/urql-devtools/issues/223)

**Merged pull requests:**

- Improve code contrast with border [\#224](https://github.com/FormidableLabs/urql-devtools/pull/224) ([andyrichardson](https://github.com/andyrichardson))
- Remove unused deps [\#222](https://github.com/FormidableLabs/urql-devtools/pull/222) ([andyrichardson](https://github.com/andyrichardson))
- Update lockfile and reduce update spam [\#221](https://github.com/FormidableLabs/urql-devtools/pull/221) ([andyrichardson](https://github.com/andyrichardson))
- Parallel visual regression [\#142](https://github.com/FormidableLabs/urql-devtools/pull/142) ([andyrichardson](https://github.com/andyrichardson))

## [v2.0.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.0.0) (2020-05-07)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v1.0.3...v2.0.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.0.0",
"version": "2.0.1",
"description": "The official devtools utility for urql",
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
"bugs": {
Expand Down

0 comments on commit e7d221d

Please sign in to comment.