We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8a10e commit a2cebbdCopy full SHA for a2cebbd
javascript_client/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# graphql-ruby-client
2
3
+# 1.13.3 (20 Mar 2024)
4
+
5
+- Subscriptions: Support `urql` + ActionCable #4886
6
7
# 1.13.2 (28 Feb 2024)
8
9
- Update `glob` to v10+ to eliminate dependency on `inflight` #4859
javascript_client/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
- "version": "1.13.2",
+ "version": "1.13.3",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
0 commit comments