chore: release version v1.0.0-rc.5

This commit is contained in:
Zach Daniel 2024-04-27 09:28:46 -04:00
parent 019632c420
commit f81cbeb22f
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.0.0-rc.5](https://github.com/ash-project/ash_graphql/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2024-04-27)
### Bug Fixes:
* properly set actor on bulk action calls
## [v1.0.0-rc.4](https://github.com/ash-project/ash_graphql/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2024-04-26) ## [v1.0.0-rc.4](https://github.com/ash-project/ash_graphql/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2024-04-26)
### Breaking Changes: ### Breaking Changes:

View file

@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps() def deps()
[ [
... ...
{:ash_graphql, "~> 1.0.0-rc.4"} {:ash_graphql, "~> 1.0.0-rc.5"}
] ]
end end
``` ```

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash An absinthe-backed graphql extension for Ash
""" """
@version "1.0.0-rc.4" @version "1.0.0-rc.5"
def project do def project do
[ [