Skip to content

Commit 22a6f4f

Browse files
committed
chore: release version v1.8.4
1 parent 27929b6 commit 22a6f4f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v1.8.4](https://github.com/ash-project/ash_graphql/compare/v1.8.3...v1.8.4) (2025-11-05)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* suppress embedded type warning in arrays when building unions by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* like/ilike not showing up on string calculations (#369) by Jesse Williams
24+
25+
* structs, maps and typedstructs becoming orphans if only referenced in unions (#364) by olivermt
26+
1427
## [v1.8.3](https://github.com/ash-project/ash_graphql/compare/v1.8.2...v1.8.3) (2025-08-21)
1528

1629

documentation/tutorials/getting-started-with-graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mix igniter.install ash_graphql
2828
def deps()
2929
[
3030
...
31-
{:ash_graphql, "~> 1.8.3"}
31+
{:ash_graphql, "~> 1.8.4"}
3232
]
3333
end
3434
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshGraphql.MixProject do
99
The extension for building GraphQL APIs with Ash
1010
"""
1111

12-
@version "1.8.3"
12+
@version "1.8.4"
1313

1414
@source_url "https://github.com/ash-project/ash_graphql"
1515

0 commit comments

Comments
 (0)