Skip to content

Commit

Permalink
js-1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Mar 31, 2021
1 parent d7e5c04 commit 29eeaa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions javascript_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# graphql-ruby-client

# 1.9.3 (31 Mar 2021)

- Move `graphql` and `@apollo/client` to `peerDeps` for more flexible versions #3395

# 1.9.2 (19 Feb 2021)

- Remove dependency on React by changing imports to `@apollo/client/core` #3349
Expand Down
2 changes: 1 addition & 1 deletion javascript_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
"version": "1.9.2",
"version": "1.9.3",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 29eeaa3

Please sign in to comment.