Skip to content

Commit 50833f6

Browse files
chore(release): update monorepo packages versions (#1321)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 78ff366 commit 50833f6

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/orange-poems-perform.md

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

packages/plugins/typescript/react-apollo/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
# @graphql-codegen/typescript-react-apollo
22

3+
## 4.3.4
4+
5+
### Patch Changes
6+
7+
- [#878](https://github.com/dotansimha/graphql-code-generator-community/pull/878)
8+
[`78ff366`](https://github.com/dotansimha/graphql-code-generator-community/commit/78ff366cfda124b8e519d44d619bfceb5f44c31b)
9+
Thanks [@nekocode](https://github.com/nekocode)! - fix return type of useSuspenseQuery
10+
311
## 4.3.3
412

513
### Patch Changes
614

715
- [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355)
816
[`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0)
917
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10-
1118
- Updated dependency
1219
[`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8)
1320
(from `2.13.1`, in `dependencies`)
1421

1522
- [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612)
1623
[`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a)
1724
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
18-
1925
- Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from
2026
`~2.8.0`, in `dependencies`)
2127

packages/plugins/typescript/react-apollo/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-react-apollo",
3-
"version": "4.3.3",
3+
"version": "4.3.4",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations",
66
"repository": {

0 commit comments

Comments
 (0)