Skip to content

Commit 6b805ed

Browse files
chore(release): update monorepo packages versions (#1505)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 783d5f7 commit 6b805ed

8 files changed

Lines changed: 38 additions & 24 deletions

.changeset/@graphql-codegen_typescript-react-query-1497-dependencies.md

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

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

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

.changeset/dirty-donkeys-start.md

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

.changeset/wet-dancers-lose.md

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

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

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

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- [#1497](https://github.com/dotansimha/graphql-code-generator-community/pull/1497)
8+
[`783d5f7`](https://github.com/dotansimha/graphql-code-generator-community/commit/783d5f767745e8cd7d9d70477554c2c927d9161b)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
10+
- Updated dependency
11+
[`@graphql-codegen/plugin-helpers@^7.0.1` ↗︎](https://www.npmjs.com/package/@graphql-codegen/plugin-helpers/v/7.0.1)
12+
(from `^6.3.0`, in `dependencies`)
13+
- Updated dependency
14+
[`@graphql-codegen/visitor-plugin-common@^7.1.0` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/7.1.0)
15+
(from `^6.3.0`, in `dependencies`)
16+
17+
- [#1497](https://github.com/dotansimha/graphql-code-generator-community/pull/1497)
18+
[`783d5f7`](https://github.com/dotansimha/graphql-code-generator-community/commit/783d5f767745e8cd7d9d70477554c2c927d9161b)
19+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix missing TypedDocumentString support
20+
321
## 7.0.1
422

523
### Patch Changes

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

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

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- [#1496](https://github.com/dotansimha/graphql-code-generator-community/pull/1496)
8+
[`ec1491e`](https://github.com/dotansimha/graphql-code-generator-community/commit/ec1491e1eb172cf2de23a5d5d19a811d4568c7cf)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
10+
- Updated dependency
11+
[`@graphql-codegen/plugin-helpers@^7.0.1` ↗︎](https://www.npmjs.com/package/@graphql-codegen/plugin-helpers/v/7.0.1)
12+
(from `^6.3.0`, in `dependencies`)
13+
- Updated dependency
14+
[`@graphql-codegen/visitor-plugin-common@^7.1.0` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/7.1.0)
15+
(from `^6.3.0`, in `dependencies`)
16+
17+
- [#1496](https://github.com/dotansimha/graphql-code-generator-community/pull/1496)
18+
[`ec1491e`](https://github.com/dotansimha/graphql-code-generator-community/commit/ec1491e1eb172cf2de23a5d5d19a811d4568c7cf)
19+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix missing TypedDocumentString support
20+
321
## 4.0.1
422

523
### Patch 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": "4.0.1",
3+
"version": "4.0.2",
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)