Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8139)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 26, 2022
1 parent 5c7592b commit fce3d39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changeset/sweet-zoos-itch.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/plugins/typescript/react-query/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/typescript-react-query

## 4.0.0

### Major Changes

- 5c7592b4d: Introduces breaking changes to support `react-query@4.0.0`:

- react query package is now `@tanstack/react-query` -> import changes
- introduced a `legacyMode` flag (`false` by default)

/!\ If you are using the 'react-query' package or `react-query < 4`, please set the `legacyMode` option to `true`. /!\

## 3.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-react-query",
"version": "3.7.0-alpha-1370c16b0.0",
"version": "4.0.0",
"description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -65,7 +65,7 @@
"@graphql-codegen/typescript-msw": "1.1.2",
"@graphql-codegen/typescript-operations": "2.5.2",
"@graphql-codegen/typescript-react-apollo": "3.3.2",
"@graphql-codegen/typescript-react-query": "3.7.0-alpha-1370c16b0.0",
"@graphql-codegen/typescript-react-query": "4.0.0",
"@graphql-codegen/typescript-resolvers": "2.7.2",
"@graphql-codegen/typescript-rtk-query": "2.3.2",
"@graphql-codegen/typescript-stencil-apollo": "2.3.2",
Expand Down

1 comment on commit fce3d39

@vercel
Copy link

@vercel vercel bot commented on fce3d39 Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.