Skip to content

Commit

Permalink
chore: release version v1.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 4, 2023
1 parent 63bc1e1 commit c7e2200
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.2.17](https://github.com/ash-project/ash_phoenix/compare/v1.2.16...v1.2.17) (2023-09-04)




### Bug Fixes:

* properly track form params for nested unions

* produce type errors for wrapped union values

* support only_touched? on submit as well

* sanitize path for touched only

* remove warning on Map.take

### Improvements:

* support providing an actor

* initial stab at `mix ash.gen.live`

* tests and better behavior for union forms

* initial stab at support for forms against unions

## [v1.2.16](https://github.com/ash-project/ash_phoenix/compare/v1.2.15...v1.2.16) (2023-07-26)


Expand Down
2 changes: 1 addition & 1 deletion documentation/topics/working-with-phoenix.md
Expand Up @@ -2,7 +2,7 @@

The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views).

`{:ash_phoenix, "~> 1.2.16"}`
`{:ash_phoenix, "~> 1.2.17"}`

## Whats in the box?

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""

@version "1.2.16"
@version "1.2.17"

def project do
[
Expand Down

0 comments on commit c7e2200

Please sign in to comment.