From 51f9ef339882c3d903f8a71e7aad97b7574f76bd Mon Sep 17 00:00:00 2001 From: Andy Richardson Date: Mon, 15 Feb 2021 12:40:10 +0000 Subject: [PATCH] Update for version 2.4.1 --- CHANGELOG.md | 27 +++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2393b3cf..cfeb317a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)_ diff --git a/package.json b/package.json index 50b23a5c..820909b9 100644 --- a/package.json +++ b/package.json @@ -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": {