Skip to content

Commit a5925b3

Browse files
prepare for 2.4.2
1 parent 294ec82 commit a5925b3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [v2.4.2](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.2) (2021-02-18)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.1...v2.4.2)
6+
7+
**Fixed bugs:**
8+
9+
- Page content not rendering in Firefox [\#335](https://github.com/FormidableLabs/urql-devtools/issues/335)
10+
11+
**Closed issues:**
12+
13+
- Devtools: TypeError: Cannot read property '0' of undefined [\#334](https://github.com/FormidableLabs/urql-devtools/issues/334)
14+
- \[Runtime error\]: Cannot read property '0' of undefined [\#333](https://github.com/FormidableLabs/urql-devtools/issues/333)
15+
16+
**Merged pull requests:**
17+
18+
- Explicitly set viewport height for Firefox [\#336](https://github.com/FormidableLabs/urql-devtools/pull/336) ([andyrichardson](https://github.com/andyrichardson))
19+
320
## [v2.4.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.1) (2021-02-15)
421

522
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.0...v2.4.1)

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.4.1",
3+
"version": "2.4.2",
44
"description": "The official devtools utility for urql",
55
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
66
"bugs": {

0 commit comments

Comments
 (0)