Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 23, 2024
1 parent 50d30bf commit 14b49be
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

## [v1.0.1](https://github.com/ash-project/ash_graphql/compare/v1.0.0...v1.0.1) (2024-05-23)




### Features:

* allow passing custom descriptions to queries and mutations (#138)
- allow passing custom descriptions to queries and mutations (#138)

### Bug Fixes:

* don't deduplicate argument types by argument name (#162)
- don't deduplicate argument types by argument name (#162)

* use Ash.EmbeddableType.ShadowDomain (#156)
- use Ash.EmbeddableType.ShadowDomain (#156)

* accepted attributes don't have to be `public?`
- accepted attributes don't have to be `public?`

### Improvements:

* deduplicate map types across domains (#164)
- deduplicate map types across domains (#164)

* Implement AshGraphql.Error for Ash.Error.Query.ReadActionRequiresActor (#154)
- Implement AshGraphql.Error for Ash.Error.Query.ReadActionRequiresActor (#154)

* make mutation result errors list non-nullable (#144)
- make mutation result errors list non-nullable (#144)

* make mutation result errors list non-nullable
- make mutation result errors list non-nullable

## [v1.0.0](https://github.com/ash-project/ash_graphql/compare/v1.0.0-rc.4...v0.28.0) (2024-04-27)

Expand Down

0 comments on commit 14b49be

Please sign in to comment.