Skip to content

Commit 4d4c923

Browse files
chore(release): update monorepo packages versions (#617)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ae45d38 commit 4d4c923

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.changeset/giant-avocados-teach.md

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

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

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#613](https://github.com/dotansimha/graphql-code-generator-community/pull/613)
8+
[`ae45d38`](https://github.com/dotansimha/graphql-code-generator-community/commit/ae45d38eb0cd32743fda855d131bc4ea8b117568)
9+
Thanks [@j0k3r](https://github.com/j0k3r)! - Fix unused parameter in generated code which caused
10+
TS errors for users of the package.
11+
312
## 4.0.0
413

514
### Major 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": "4.0.0",
3+
"version": "4.0.1",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating a ready-to-use client-agnostic SDK based on GraphQL operations",
66
"repository": {

0 commit comments

Comments
 (0)