Skip to content

Commit

Permalink
Version v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Oct 8, 2020
1 parent cacfa55 commit 01c3dbc
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,19 @@
# Changelog

## [2.4.0](https://github.com/FormidableLabs/urql-devtools/tree/2.4.0) (2020-10-08)

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

**Added enhancements:**

- Add indicator for timeline panes [\#239](https://github.com/FormidableLabs/urql-devtools/issues/239)
- Add theme awareness [\#171](https://github.com/FormidableLabs/urql-devtools/issues/171)

**Merged pull requests:**

- Add pane titles to Timeline events, closes \#239 [\#318](https://github.com/FormidableLabs/urql-devtools/pull/318) ([bkonkle](https://github.com/bkonkle))
- Add Light mode styles and theme awareness [\#316](https://github.com/FormidableLabs/urql-devtools/pull/316) ([bkonkle](https://github.com/bkonkle))

## [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)
Expand Down Expand Up @@ -404,3 +418,5 @@
- Add autocompletion to request [\#8](https://github.com/FormidableLabs/urql-devtools/pull/8) ([andyrichardson](https://github.com/andyrichardson))
- Unify build [\#6](https://github.com/FormidableLabs/urql-devtools/pull/6) ([andyrichardson](https://github.com/andyrichardson))
- Add CI [\#5](https://github.com/FormidableLabs/urql-devtools/pull/5) ([andyrichardson](https://github.com/andyrichardson))

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
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.1",
"version": "2.4.0",
"description": "The official devtools utility for urql",
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
"bugs": {
Expand Down

0 comments on commit 01c3dbc

Please sign in to comment.