Skip to content

Commit 5525aca

Browse files
committed
Version 20.0.0.
1 parent 90094b0 commit 5525aca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# graphql-react changelog
22

3-
## Next
3+
## 20.0.0
44

55
### Major
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-react",
3-
"version": "19.0.0",
3+
"version": "20.0.0",
44
"description": "A GraphQL client for React using modern context and hooks APIs that’s lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.",
55
"license": "MIT",
66
"author": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For [Deno](https://deno.land) and browsers, an example import map (realistically
2929
{
3030
"imports": {
3131
"extract-files/": "https://unpkg.com/[email protected]/",
32-
"graphql-react/": "https://unpkg.com/graphql-react@19.0.0/",
32+
"graphql-react/": "https://unpkg.com/graphql-react@20.0.0/",
3333
"is-plain-obj": "https://unpkg.com/[email protected]/index.js",
3434
"is-plain-obj/": "https://unpkg.com/[email protected]/",
3535
"react": "https://esm.sh/[email protected]",

0 commit comments

Comments
 (0)