Skip to content

Commit

Permalink
Update for version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Feb 15, 2021
1 parent d6b11e2 commit 3c61033
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v2.0.2...v2.0.3)

**Closed issues:**

- Anything special to get this working in Expo? [\#109](https://github.com/FormidableLabs/urql-devtools-exchange/issues/109)
- Replace Operation.operationName usage with Operation.kind [\#105](https://github.com/FormidableLabs/urql-devtools-exchange/issues/105)
- urql devtools when page is inside an iframe [\#98](https://github.com/FormidableLabs/urql-devtools-exchange/issues/98)

**Merged pull requests:**

- Use the new @urql/core to avoid using the deprecated property [\#108](https://github.com/FormidableLabs/urql-devtools-exchange/pull/108) ([JoviDeCroock](https://github.com/JoviDeCroock))
- Rebuild lockfile [\#62](https://github.com/FormidableLabs/urql-devtools-exchange/pull/62) ([andyrichardson](https://github.com/andyrichardson))

## [v2.0.2](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.2) (2020-05-07)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v2.0.1...v2.0.2)
Expand Down
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.0.2",
"version": "2.0.3",
"description": "The official exchange for use with Urql Devtools",
"main": "dist/urql-devtools-exchange.js",
"module": "dist/urql-devtools-exchange.es.js",
Expand Down

0 comments on commit 3c61033

Please sign in to comment.