Skip to content

Commit 51f9ef3

Browse files
Update for version 2.4.1
1 parent 5c809e6 commit 51f9ef3

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## [v2.4.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.1) (2021-02-15)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.0...v2.4.1)
6+
7+
**Added enhancements:**
8+
9+
- Add page-action icon to Firefox [\#89](https://github.com/FormidableLabs/urql-devtools/issues/89)
10+
11+
**Fixed bugs:**
12+
13+
- Add a new line between description and query names [\#288](https://github.com/FormidableLabs/urql-devtools/issues/288)
14+
15+
**Closed issues:**
16+
17+
- Add support for Urql 2.0 \(operationName -\> kind\) [\#331](https://github.com/FormidableLabs/urql-devtools/issues/331)
18+
- \[Linux\] Electron standalone app does not connect with React Native [\#315](https://github.com/FormidableLabs/urql-devtools/issues/315)
19+
20+
**Merged pull requests:**
21+
22+
- Replace 'operationName' attr with 'kind' [\#332](https://github.com/FormidableLabs/urql-devtools/pull/332) ([andyrichardson](https://github.com/andyrichardson))
23+
- Bump ini from 1.3.5 to 1.3.7 [\#326](https://github.com/FormidableLabs/urql-devtools/pull/326) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- Add snapshotting for the schema component [\#322](https://github.com/FormidableLabs/urql-devtools/pull/322) ([andyrichardson](https://github.com/andyrichardson))
25+
- Multiline description [\#321](https://github.com/FormidableLabs/urql-devtools/pull/321) ([r281GQ](https://github.com/r281GQ))
26+
- Add a note in the README about Android port forwarding [\#319](https://github.com/FormidableLabs/urql-devtools/pull/319) ([bkonkle](https://github.com/bkonkle))
27+
328
## [v2.4.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.0) (2020-10-08)
429

530
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.3.1...2.4.0)
@@ -418,5 +443,3 @@
418443
- Add autocompletion to request [\#8](https://github.com/FormidableLabs/urql-devtools/pull/8) ([andyrichardson](https://github.com/andyrichardson))
419444
- Unify build [\#6](https://github.com/FormidableLabs/urql-devtools/pull/6) ([andyrichardson](https://github.com/andyrichardson))
420445
- 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.4.0",
3+
"version": "2.4.1",
44
"description": "The official devtools utility for urql",
55
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
66
"bugs": {

0 commit comments

Comments
 (0)