Skip to content

Commit

Permalink
chore: release version v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Mar 23, 2023
1 parent f9b3527 commit 05e04be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.2.11](https://github.com/ash-project/ash_phoenix/compare/v1.2.10...v1.2.11) (2023-03-23)




### Bug Fixes:

* use initial form options on failed submit (#82)

### Improvements:

* support auto? options as `auto?: [...]`

## [v1.2.10](https://github.com/ash-project/ash_phoenix/compare/v1.2.9...v1.2.10) (2023-03-14)


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.10"}`
`{:ash_phoenix, "~> 1.2.11"}`

## 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.10"
@version "1.2.11"

def project do
[
Expand Down

0 comments on commit 05e04be

Please sign in to comment.