Skip to content

Commit

Permalink
Version 19.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Aug 5, 2022
1 parent 6a74e03 commit 2085510
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,6 +1,6 @@
# graphql-react changelog

## Next
## 19.0.0

### Major

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-react",
"version": "18.0.0",
"version": "19.0.0",
"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.",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -29,7 +29,7 @@ For [Deno](https://deno.land) and browsers, an example import map (realistically
{
"imports": {
"extract-files/": "https://unpkg.com/extract-files@12.0.0/",
"graphql-react/": "https://unpkg.com/graphql-react@18.0.0/",
"graphql-react/": "https://unpkg.com/graphql-react@19.0.0/",
"react": "https://esm.sh/react@18.2.0",
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@4.0.1/"
}
Expand Down

0 comments on commit 2085510

Please sign in to comment.