Skip to content

Commit d2c4fb9

Browse files
chore(release): update monorepo packages versions (#544)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 852aee4 commit d2c4fb9

File tree

7 files changed

+28
-17
lines changed

7 files changed

+28
-17
lines changed

.changeset/@graphql-codegen_typescript-rtk-query-530-dependencies.md

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

.changeset/rude-cameras-whisper.md

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

.changeset/silent-brooms-fly.md

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

packages/plugins/typescript/graphql-request/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @graphql-codegen/typescript-graphql-request
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#512](https://github.com/dotansimha/graphql-code-generator-community/pull/512)
8+
[`34cdb37`](https://github.com/dotansimha/graphql-code-generator-community/commit/34cdb37247fdf8002176b0e63e8c5bce32f02f24)
9+
Thanks [@axe-me](https://github.com/axe-me)! - pass variables to wrapper function
10+
11+
### Patch Changes
12+
13+
- [#517](https://github.com/dotansimha/graphql-code-generator-community/pull/517)
14+
[`bcd2324`](https://github.com/dotansimha/graphql-code-generator-community/commit/bcd232493d205d21b57e98b8ce83e74b081ad13f)
15+
Thanks [@benjie](https://github.com/benjie)! - Add `.mts` and `.cts` as allowable extensions to
16+
graphql-request
17+
318
## 6.0.1
419

520
### Patch Changes

packages/plugins/typescript/graphql-request/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-graphql-request",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating a ready-to-use SDK based on graphql-request and GraphQL operations",
66
"repository": {

packages/plugins/typescript/rtk-query/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-codegen/typescript-rtk-query
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- [#530](https://github.com/dotansimha/graphql-code-generator-community/pull/530)
8+
[`3c50226`](https://github.com/dotansimha/graphql-code-generator-community/commit/3c50226beade86d50c2b8c37855b0e54f51d026f)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@reduxjs/toolkit@^1.6.0 || ^2.0.0` ↗︎](https://www.npmjs.com/package/@reduxjs/toolkit/v/1.6.0)
12+
(from `^1.6.0`, in `peerDependencies`)
13+
314
## 3.1.0
415

516
### Minor Changes

packages/plugins/typescript/rtk-query/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-rtk-query",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for injecting graphql endpoints into a preconfigured RTK Query api",
66
"repository": {

0 commit comments

Comments
 (0)