Skip to content

Commit

Permalink
Update for version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Feb 15, 2021
1 parent 5c809e6 commit 51f9ef3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [v2.4.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.1) (2021-02-15)

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

**Added enhancements:**

- Add page-action icon to Firefox [\#89](https://github.com/FormidableLabs/urql-devtools/issues/89)

**Fixed bugs:**

- Add a new line between description and query names [\#288](https://github.com/FormidableLabs/urql-devtools/issues/288)

**Closed issues:**

- Add support for Urql 2.0 \(operationName -\> kind\) [\#331](https://github.com/FormidableLabs/urql-devtools/issues/331)
- \[Linux\] Electron standalone app does not connect with React Native [\#315](https://github.com/FormidableLabs/urql-devtools/issues/315)

**Merged pull requests:**

- Replace 'operationName' attr with 'kind' [\#332](https://github.com/FormidableLabs/urql-devtools/pull/332) ([andyrichardson](https://github.com/andyrichardson))
- 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))
- Add snapshotting for the schema component [\#322](https://github.com/FormidableLabs/urql-devtools/pull/322) ([andyrichardson](https://github.com/andyrichardson))
- Multiline description [\#321](https://github.com/FormidableLabs/urql-devtools/pull/321) ([r281GQ](https://github.com/r281GQ))
- Add a note in the README about Android port forwarding [\#319](https://github.com/FormidableLabs/urql-devtools/pull/319) ([bkonkle](https://github.com/bkonkle))

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

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.3.1...2.4.0)
Expand Down Expand Up @@ -418,5 +443,3 @@
- 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.4.0",
"version": "2.4.1",
"description": "The official devtools utility for urql",
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
"bugs": {
Expand Down

0 comments on commit 51f9ef3

Please sign in to comment.