Skip to content

Commit 3c61033

Browse files
Update for version 2.0.3
1 parent d6b11e2 commit 3c61033

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [v2.0.3](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.3) (2021-02-15)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v2.0.2...v2.0.3)
6+
7+
**Closed issues:**
8+
9+
- Anything special to get this working in Expo? [\#109](https://github.com/FormidableLabs/urql-devtools-exchange/issues/109)
10+
- Replace Operation.operationName usage with Operation.kind [\#105](https://github.com/FormidableLabs/urql-devtools-exchange/issues/105)
11+
- urql devtools when page is inside an iframe [\#98](https://github.com/FormidableLabs/urql-devtools-exchange/issues/98)
12+
13+
**Merged pull requests:**
14+
15+
- 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))
16+
- Rebuild lockfile [\#62](https://github.com/FormidableLabs/urql-devtools-exchange/pull/62) ([andyrichardson](https://github.com/andyrichardson))
17+
318
## [v2.0.2](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.2) (2020-05-07)
419

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

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.0.2",
3+
"version": "2.0.3",
44
"description": "The official exchange for use with Urql Devtools",
55
"main": "dist/urql-devtools-exchange.js",
66
"module": "dist/urql-devtools-exchange.es.js",

0 commit comments

Comments
 (0)