Skip to content

Commit f725015

Browse files
authored
Remove alpha version notes in migration posts (dotansimha#10766)
* Remove alpha version notes in migration posts * Add missing release notes link
1 parent 602df92 commit f725015

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

website/src/pages/docs/migration/apollo-tooling.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ This guide explains how to replace it with
1616
[GraphQL Code Generator](https://the-guild.dev/graphql/codegen), which is actively maintained, more
1717
flexible, and supports a broader range of use cases.
1818

19-
<Callout>
20-
This setup is available in the next major version of `graphql-code-generator` and
21-
`graphql-code-generator-community`.
22-
</Callout>
23-
2419
## Installation
2520

2621
Remove Apollo Tooling and install GraphQL Code Generator:

website/src/pages/docs/migration/operations-and-client-preset-from-5-0.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ import { Callout } from '@theguild/components'
1616

1717
# Migrating to `typescript-operations` and `client-preset` v6.0
1818

19-
<Callout type="default">
20-
This major version has not been released yet. You can find upcoming changes and alpha releases in
21-
the [feature branch](https://github.com/dotansimha/graphql-code-generator/pull/10496).
22-
</Callout>
23-
2419
## What's new?
2520

2621
`typescript-operations` and `client-preset` v6.0 come with a major overhaul of type generation and
@@ -32,7 +27,8 @@ config to improve developer experience.
3227

3328
For the most important changes, read the [Breaking changes](#breaking-changes) section.
3429

35-
For a full list of changes, see the CHANGELOG.
30+
For a full list of changes, see the
31+
[release notes](https://github.com/dotansimha/graphql-code-generator/releases/tag/release-1777556900878).
3632

3733
## Installation
3834

0 commit comments

Comments
 (0)