Skip to content

Commit fa117f9

Browse files
committed
chore: release version v0.17.1
1 parent 2b6a986 commit fa117f9

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v0.17.1](https://github.com/ash-project/ash_typescript/compare/v0.17.0...v0.17.1) (2026-04-15)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* generate correct validation schemas for AshMoney.Types.Money by [@Torkan](https://github.com/Torkan)
22+
23+
* preserve unconstrained map keys in action metadata by [@Torkan](https://github.com/Torkan)
24+
25+
* preserve unconstrained map keys in generic action output by [@Torkan](https://github.com/Torkan)
26+
27+
* camelize nested keys in read action typed map metadata by Mike Wilson [(#63)](https://github.com/ash-project/ash_typescript/pull/63)
28+
1429
## [v0.17.0](https://github.com/ash-project/ash_typescript/compare/v0.16.0...v0.17.0) (2026-03-29)
1530

1631

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule AshTypescript.MixProject do
66
use Mix.Project
77

8-
@version "0.17.0"
8+
@version "0.17.1"
99

1010
@description """
1111
Generate type-safe TypeScript clients directly from your Ash resources and actions, ensuring end-to-end type safety between your backend and frontend.

0 commit comments

Comments
 (0)