Skip to content

Commit 68f4937

Browse files
committed
js-1.11.5
1 parent c45dd09 commit 68f4937

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

guides/javascript_client/sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ option | description
5353
`--header={key}:{value}` | Add a header to the outgoing HTTP request (may be repeated)
5454
`--add-typename` | Add `__typename` to all selection sets (for use with Apollo Client)
5555
`--verbose` | Output some debug information
56-
`--changeset-version` | Set a {% internal_link "Changeset Version", "/changesets/installation#controller-setup" %} when syncing these queries
56+
`--changeset-version` | Set a {% internal_link "Changeset Version", "/changesets/installation#controller-setup" %} when syncing these queries. (`context[:changeset_version]` will also be required at runtime, when running these stored operations.)
5757

5858
You can see these and a few others with `graphql-ruby-client sync --help`.
5959

javascript_client/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# graphql-ruby-client
22

3-
# 1.11.4 (4 January 2022)
3+
# 1.11.5 (27 January 2023)
4+
5+
- Sync: add a `--changeset-version` for use with Changesets #4304
6+
- Sync: fix handling of `--header` with a single header
7+
8+
# 1.11.4 (4 January 2023)
49

510
- PusherLink: pass initial response along to the client #4282
611

javascript_client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ruby-client",
3-
"version": "1.11.4",
3+
"version": "1.11.5",
44
"description": "JavaScript client for graphql-ruby",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)