Skip to content

Commit

Permalink
chore: release version v1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 26, 2023
1 parent 9bdcc79 commit a189ee1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.2.13](https://github.com/ash-project/ash_phoenix/compare/v1.2.12...v1.2.13) (2023-04-26)




### Bug Fixes:

* Remove the id field from params_for_query reply (#93)

* better params generation

* don't do constraints in argument casting

### Improvements:

* Add option to not reset on validate (#94)

* set `accessing_from` when making new forms

* set `accessing_from` context on forms

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


Expand Down
2 changes: 1 addition & 1 deletion documentation/topics/working-with-phoenix.md
Original file line number Diff line number Diff line change
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.12"}`
`{:ash_phoenix, "~> 1.2.13"}`

## Whats in the box?

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

@version "1.2.12"
@version "1.2.13"

def project do
[
Expand Down

0 comments on commit a189ee1

Please sign in to comment.