Skip to content

Commit 01c3dbc

Browse files
committed
Version v2.4.0
1 parent cacfa55 commit 01c3dbc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/FormidableLabs/urql-devtools/tree/2.4.0) (2020-10-08)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.3.1...2.4.0)
6+
7+
**Added enhancements:**
8+
9+
- Add indicator for timeline panes [\#239](https://github.com/FormidableLabs/urql-devtools/issues/239)
10+
- Add theme awareness [\#171](https://github.com/FormidableLabs/urql-devtools/issues/171)
11+
12+
**Merged pull requests:**
13+
14+
- Add pane titles to Timeline events, closes \#239 [\#318](https://github.com/FormidableLabs/urql-devtools/pull/318) ([bkonkle](https://github.com/bkonkle))
15+
- Add Light mode styles and theme awareness [\#316](https://github.com/FormidableLabs/urql-devtools/pull/316) ([bkonkle](https://github.com/bkonkle))
16+
317
## [v2.3.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.3.1) (2020-09-28)
418

519
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.3.0...v2.3.1)
@@ -404,3 +418,5 @@
404418
- Add autocompletion to request [\#8](https://github.com/FormidableLabs/urql-devtools/pull/8) ([andyrichardson](https://github.com/andyrichardson))
405419
- Unify build [\#6](https://github.com/FormidableLabs/urql-devtools/pull/6) ([andyrichardson](https://github.com/andyrichardson))
406420
- Add CI [\#5](https://github.com/FormidableLabs/urql-devtools/pull/5) ([andyrichardson](https://github.com/andyrichardson))
421+
422+
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urql-devtools",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "The official devtools utility for urql",
55
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
66
"bugs": {

0 commit comments

Comments
 (0)