Skip to content

Commit

Permalink
Upcoming Release Changes (#8515)
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 Oct 24, 2022
1 parent 85b3555 commit e743f69
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-trees-confess.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/typescript": "2.7.5",
"@graphql-codegen/typescript": "2.8.0",
"@graphql-codegen/typescript-resolvers": "2.7.5"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/typescript/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/typescript

## 2.8.0

### Minor Changes

- [#8390](https://github.com/dotansimha/graphql-code-generator/pull/8390) [`12ecbe067`](https://github.com/dotansimha/graphql-code-generator/commit/12ecbe067b37c340ffef99b96d487931be260f69) Thanks [@Diizzayy](https://github.com/Diizzayy)! - handle undefined namedType when including introspection type definitions

## 2.7.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript",
"version": "2.7.5",
"version": "2.8.0",
"description": "GraphQL Code Generator plugin for generating TypeScript types",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@graphql-codegen/schema-ast": "2.5.1",
"@graphql-codegen/time": "3.2.1",
"@graphql-codegen/typed-document-node": "2.3.5",
"@graphql-codegen/typescript": "2.7.5",
"@graphql-codegen/typescript": "2.8.0",
"@graphql-codegen/typescript-apollo-angular": "3.5.5",
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.5",
"@graphql-codegen/typescript-generic-sdk": "3.0.3",
Expand Down

0 comments on commit e743f69

Please sign in to comment.