chore: release version v2.1.0

This commit is contained in:
James Harton 2024-09-02 09:37:18 +12:00
parent b84fdd5296
commit 21e5417c7e
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 36 additions and 1 deletions

View file

@ -5,6 +5,41 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.1.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.2...v2.1.0) (2024-09-01)
### Features:
* Dynamic Router + compile time dependency fixes (#487)
### Bug Fixes:
* check strategy module instead of name
* ensure path params are processed on strategy router
* Re-link form labels and form inputs on Password strategy forms (#494)
* Restore linkage between form inputs and form fields on Password strategy form
* Use separate override labels for Password and Password Confirmation fields
* only scope reset/register paths if they are set
* Ensure session respects router scope when using sign_in_route helper (#490)
### Improvements:
* add button for the Apple strategy (#482)
* add apple component
* pass context down to all actions
* create a new dynamic router, and avoid other compile time dependencies
## [v2.0.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.1...v2.0.2) (2024-08-05)

View file

@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
@moduledoc false
use Mix.Project
@version "2.0.2"
@version "2.1.0"
def project do
[