chore: release version v0.7.7

This commit is contained in:
Zach Daniel 2022-08-22 16:16:30 -04:00
parent 1ee9806977
commit 51dfaaae83
3 changed files with 23 additions and 2 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.7.7](https://github.com/ash-project/ash_phoenix/compare/v0.7.6-rc.0...v0.7.7) (2022-08-22)
### Bug Fixes:
* remove typo from new transform_params logic
* shore up missing cases around transform_params
* mark forms updated with `update_form/4` as touched by default
### Improvements:
* unlock unnecessary deps
* update to latest ash
* support non-map type nested forms
## [v0.7.6-rc.0](https://github.com/ash-project/ash_phoenix/compare/v0.7.5...v0.7.6-rc.0) (2022-08-15)

View file

@ -18,7 +18,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.7.6-rc.0"}
{:ash_phoenix, "~> 0.7.7"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""
@version "0.7.6-rc.0"
@version "0.7.7"
def project do
[