Skip to content

Commit 8f134ce

Browse files
chore(release): update monorepo packages versions
1 parent 25a5b0f commit 8f134ce

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/twelve-insects-invite.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/plugins/typescript/generic-sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typescript-generic-sdk
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#8204](https://github.com/dotansimha/graphql-code-generator/pull/8204) [`25a5b0f93`](https://github.com/dotansimha/graphql-code-generator/commit/25a5b0f93e295757ce809fa3fa0a0aa1c8eb940c) Thanks [@ardatan](https://github.com/ardatan)! - - Respect GraphQL Live Queries like Subscriptions and use the stream return types (`AsyncIterable` or `Observable`).
8+
- Previously if there was no `usingObservableFrom` set in the configuration, the plugin was using `Promise` as subscriptions' return type, and this is wrong. Now it uses `AsyncIterable` in this case.
9+
310
## 2.5.1
411

512
### Patch Changes

packages/plugins/typescript/generic-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-generic-sdk",
3-
"version": "2.5.1",
3+
"version": "3.0.0",
44
"description": "GraphQL Code Generator plugin for generating a ready-to-use client-agnostic SDK based on GraphQL operations",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@graphql-codegen/typescript": "2.7.3",
5959
"@graphql-codegen/typescript-apollo-angular": "3.5.3",
6060
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.3",
61-
"@graphql-codegen/typescript-generic-sdk": "2.5.1",
61+
"@graphql-codegen/typescript-generic-sdk": "3.0.0",
6262
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
6363
"@graphql-codegen/typescript-graphql-request": "4.5.3",
6464
"@graphql-codegen/typescript-mongodb": "2.4.3",

0 commit comments

Comments
 (0)