Skip to content

Commit 68eb54f

Browse files
committed
chore: release version v1.7.13
1 parent 75fd2b8 commit 68eb54f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v1.7.13](https://github.com/ash-project/ash_graphql/compare/v1.7.12...v1.7.13) (2025-05-30)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* properly unwrap constraints & type for list newtypes
16+
17+
### Improvements:
18+
19+
* add limit to pagination metadata (#323)
20+
21+
* support new codegen patterns
22+
23+
* make pagination metadata more robust for offeset pagination (#320)
24+
825
## [v1.7.12](https://github.com/ash-project/ash_graphql/compare/v1.7.11...v1.7.12) (2025-05-22)
926

1027

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mix igniter.install ash_graphql
2222
def deps()
2323
[
2424
...
25-
{:ash_graphql, "~> 1.7.12"}
25+
{:ash_graphql, "~> 1.7.13"}
2626
]
2727
end
2828
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
55
The extension for building GraphQL APIs with Ash
66
"""
77

8-
@version "1.7.12"
8+
@version "1.7.13"
99

1010
@source_url "https://github.com/ash-project/ash_graphql"
1111

0 commit comments

Comments
 (0)