Skip to content

Commit

Permalink
release: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
budde377 committed Aug 31, 2024
1 parent 651e18d commit e6f1557
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/graphql_codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0

- Supports `@oneOf` directive on input.
- Allows disabling copy-with class generation.

# 0.14.0

- Add new JSON serialization constructors and methods to enum
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql_codegen/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.14.0"
version: "1.0.0"
graphql_flutter:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql_codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: |
Simple, opinionated, codegen library for GraphQL. It allows you to
generate serializers and client helpers to easily call and parse your data.
version: 0.14.0
version: 1.0.0
homepage: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen
repository: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen

Expand Down

0 comments on commit e6f1557

Please sign in to comment.