Skip to content

Commit d23f7ea

Browse files
chore(release): update monorepo packages versions (#625)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e2c8de commit d23f7ea

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/plenty-ads-destroy.md

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

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/typescript-react-apollo
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [#620](https://github.com/dotansimha/graphql-code-generator-community/pull/620)
8+
[`3e2c8de`](https://github.com/dotansimha/graphql-code-generator-community/commit/3e2c8de259d2fcb5330c4427a2404375aeb7cec1)
9+
Thanks [@tomaskukk](https://github.com/tomaskukk)! - Improved type-safety: when a query contains
10+
required variables, passing the variables object to the useQuery hook is enforced
11+
312
## 4.2.0
413

514
### Minor Changes

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.2.0",
3+
"version": "4.3.0",
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)