Commit graph

106 commits

Author SHA1 Message Date
Zach Daniel
903f3a386e
feat: support new sign in tokens feature on password strategy (#176)
As of version `3.10.5` `ash_authentication` now supports generating and validating short-lived sign in tokens as part of the password sign in flow.  This feature seamlessly enables this flow simply by turning on `sign_in_tokens_enabled?` in the password strategy DSL.

---------

Co-authored-by: James Harton <james@harton.nz>
2023-04-06 15:59:52 +12:00
dependabot[bot]
2ce0430e8c
chore(deps): bump ash_phoenix from 1.2.11 to 1.2.12 (#178)
Bumps [ash_phoenix](https://github.com/ash-project/ash_phoenix) from 1.2.11 to 1.2.12.
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_phoenix/compare/v1.2.11...v1.2.12)

---
updated-dependencies:
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 09:10:01 +12:00
dependabot[bot]
f620827787
chore(deps): bump ash_authentication from 3.10.2 to 3.10.4 (#179)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.10.2 to 3.10.4.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.10.2...v3.10.4)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 06:31:03 +12:00
dependabot[bot]
ae6223d0ed
chore(deps-dev): bump ex_doc from 0.29.3 to 0.29.4 (#177)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.3 to 0.29.4.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.29.3...v0.29.4)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 15:32:28 +13:00
dependabot[bot]
8b5a9e1b24
chore(deps): bump ash_phoenix from 1.2.10 to 1.2.11 (#174)
Bumps [ash_phoenix](https://github.com/ash-project/ash_phoenix) from 1.2.10 to 1.2.11.
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_phoenix/compare/v1.2.10...v1.2.11)

---
updated-dependencies:
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 10:45:13 +13:00
Zach Daniel
baaf12bc1c fix: resolve issues w/ assigning socket & test helper flash 2023-03-27 10:43:48 +13:00
dependabot[bot]
9bdfb64965
chore(deps): bump ash from 2.6.26 to 2.6.27 (#172) 2023-03-24 10:29:12 +13:00
dependabot[bot]
178654e1f7
chore(deps-dev): bump credo from 1.6.7 to 1.7.0 (#169)
* chore(deps-dev): bump credo from 1.6.7 to 1.7.0

Bumps [credo](https://github.com/rrrene/credo) from 1.6.7 to 1.7.0.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v1.6.7...v1.7.0)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: disable credo nesting check in overrides macro

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Harton <james@harton.nz>
2023-03-23 15:16:00 +13:00
dependabot[bot]
b7bec341a6
chore(deps): bump ash from 2.6.22 to 2.6.26 (#170)
Bumps [ash](https://github.com/ash-project/ash) from 2.6.22 to 2.6.26.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.6.22...v2.6.26)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 15:06:27 +13:00
dependabot[bot]
dece4b9a75
chore(deps): bump phoenix from 1.7.1 to 1.7.2 (#171)
Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 15:06:01 +13:00
dependabot[bot]
5fae7274de
chore(deps): bump ash from 2.6.21 to 2.6.22 (#167)
Bumps [ash](https://github.com/ash-project/ash) from 2.6.21 to 2.6.22.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.6.21...v2.6.22)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 09:53:25 +13:00
dependabot[bot]
9a67f5b79d
chore(deps): bump phoenix_live_view from 0.18.17 to 0.18.18 (#164)
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.18.17 to 0.18.18.
- [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_live_view/commits)

---
updated-dependencies:
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 09:33:42 +13:00
dependabot[bot]
461b737066
chore(deps-dev): bump plug_cowboy from 2.6.0 to 2.6.1 (#165)
Bumps [plug_cowboy](https://github.com/elixir-plug/plug_cowboy) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/elixir-plug/plug_cowboy/releases)
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/v2.6.1/CHANGELOG.md)
- [Commits](https://github.com/elixir-plug/plug_cowboy/compare/v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: plug_cowboy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 09:33:21 +13:00
dependabot[bot]
43c3f412f3
chore(deps-dev): bump ex_doc from 0.29.2 to 0.29.3 (#166)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.2 to 0.29.3.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/v0.29.3/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.29.2...v0.29.3)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 09:33:00 +13:00
dependabot[bot]
6bec4766fc
chore(deps): bump ash_phoenix from 1.2.9 to 1.2.10 (#163)
Bumps [ash_phoenix](https://github.com/ash-project/ash_phoenix) from 1.2.9 to 1.2.10.
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_phoenix/compare/v1.2.9...v1.2.10)

---
updated-dependencies:
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 13:05:29 +13:00
dependabot[bot]
eb325dac2c
chore(deps): bump ash from 2.6.20 to 2.6.21 (#162)
Bumps [ash](https://github.com/ash-project/ash) from 2.6.20 to 2.6.21.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.6.20...v2.6.21)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 09:40:50 +13:00
dependabot[bot]
0e002e2a28
chore(deps): bump ash_phoenix from 1.2.8 to 1.2.9 (#159)
Bumps [ash_phoenix](https://github.com/ash-project/ash_phoenix) from 1.2.8 to 1.2.9.
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_phoenix/compare/v1.2.8...v1.2.9)

---
updated-dependencies:
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 10:36:40 +13:00
dependabot[bot]
124a9101ca
chore(deps): bump ash_authentication from 3.10.0 to 3.10.2 (#154)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.10.0 to 3.10.2.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.10.0...v3.10.2)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 08:41:09 +13:00
dependabot[bot]
acead92061
chore(deps-dev): bump git_ops from 2.5.5 to 2.5.6 (#155)
Bumps [git_ops](https://github.com/zachdaniel/git_ops) from 2.5.5 to 2.5.6.
- [Release notes](https://github.com/zachdaniel/git_ops/releases)
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zachdaniel/git_ops/compare/v2.5.5...v2.5.6)

---
updated-dependencies:
- dependency-name: git_ops
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 08:40:55 +13:00
dependabot[bot]
d56d090fb3
chore(deps): bump ash_phoenix from 1.2.6 to 1.2.8 (#151)
Bumps [ash_phoenix](https://github.com/ash-project/ash_phoenix) from 1.2.6 to 1.2.8.
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_phoenix/compare/v1.2.6...v1.2.8)

---
updated-dependencies:
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 10:35:31 +13:00
dependabot[bot]
5624ac330c
chore(deps): bump ash_authentication from 3.9.6 to 3.10.0 (#152)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.9.6 to 3.10.0.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.9.6...v3.10.0)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 10:15:08 +13:00
dependabot[bot]
3cb888dd83
chore(deps): bump ash_authentication from 3.9.5 to 3.9.6 (#146)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.9.5 to 3.9.6.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.9.5...v3.9.6)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 11:05:27 +13:00
dependabot[bot]
abf6f04aee chore(deps-dev): bump ex_doc from 0.29.1 to 0.29.2
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.1 to 0.29.2.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.29.1...v0.29.2)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 10:27:05 +13:00
dependabot[bot]
a15b55d6f3
chore(deps): bump ash from 2.6.11 to 2.6.15 (#144)
Bumps [ash](https://github.com/ash-project/ash) from 2.6.11 to 2.6.15.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.6.11...v2.6.15)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 09:42:47 +13:00
dependabot[bot]
80922c7ab9
chore(deps): bump phoenix_html from 3.3.0 to 3.3.1 (#143)
* chore(deps): bump phoenix_html from 3.3.0 to 3.3.1

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_html/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix router formatting.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Harton <james@harton.nz>
2023-02-28 09:23:51 +13:00
dependabot[bot]
75c0e9a44f
chore(deps): bump phoenix_live_view from 0.18.15 to 0.18.16 (#138) 2023-02-25 11:43:20 +13:00
dependabot[bot]
bb6747be52
chore(deps): bump ash_authentication from 3.9.3 to 3.9.5 (#136)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.9.3 to 3.9.5.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.9.3...v3.9.5)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 09:55:13 +13:00
dependabot[bot]
4e7c7af26f
chore(deps): bump ash from 2.6.9 to 2.6.11 (#137)
Bumps [ash](https://github.com/ash-project/ash) from 2.6.9 to 2.6.11.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.6.9...v2.6.11)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 09:36:12 +13:00
dependabot[bot]
594dd8aaf7
chore(deps): bump ash from 2.6.8 to 2.6.9 (#134)
Bumps [ash](https://github.com/ash-project/ash) from 2.6.8 to 2.6.9.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.6.8...v2.6.9)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22 09:56:38 +13:00
dependabot[bot]
970007c20c
chore(deps): bump phoenix_live_view from 0.18.14 to 0.18.15 (#129)
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.18.14 to 0.18.15.
- [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_live_view/compare/v0.18.14...v0.18.15)

---
updated-dependencies:
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 13:35:33 +13:00
dependabot[bot]
c557124845
chore(deps): bump ash_authentication from 3.9.2 to 3.9.3 (#130)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.9.2...v3.9.3)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 13:02:27 +13:00
dependabot[bot]
ee037c8229
chore(deps): bump phoenix from 1.6.15 to 1.6.16 (#131)
Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.6.15 to 1.6.16.
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.6.16/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix/compare/v1.6.15...v1.6.16)

---
updated-dependencies:
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 11:34:20 +13:00
dependabot[bot]
4e91a6225c
chore(deps): bump ash from 2.6.5 to 2.6.8 (#132)
Bumps [ash](https://github.com/ash-project/ash) from 2.6.5 to 2.6.8.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.6.5...v2.6.8)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 11:34:07 +13:00
dependabot[bot]
ad58371380
chore(deps): bump ash_phoenix from 1.2.5 to 1.2.6 (#126)
Bumps [ash_phoenix](https://github.com/ash-project/ash_phoenix) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_phoenix/compare/v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 09:39:01 +13:00
dependabot[bot]
f0cb1cc23c
chore(deps): bump ash_authentication from 3.9.1 to 3.9.2 (#122)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 14:52:30 +13:00
dependabot[bot]
4ad5700705
chore(deps): bump phoenix_live_view from 0.18.11 to 0.18.13 (#123)
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.18.11 to 0.18.13.
- [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_live_view/compare/v0.18.11...v0.18.13)

---
updated-dependencies:
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 14:52:14 +13:00
dependabot[bot]
ccca41a6ee
chore(deps): bump ash_authentication from 3.8.0 to 3.9.1 (#120)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.8.0 to 3.9.1.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.8.0...v3.9.1)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 09:05:35 +13:00
dependabot[bot]
cb61b37683
chore(deps): bump ash from 2.6.0 to 2.6.2 (#116)
Bumps [ash](https://github.com/ash-project/ash) from 2.6.0 to 2.6.2.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.6.0...v2.6.2)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 08:48:30 +13:00
dependabot[bot]
93d2476ac8
chore(deps): bump phoenix_html from 3.2.0 to 3.3.0 (#118)
Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_html/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 08:48:03 +13:00
dependabot[bot]
d802a27813
chore(deps): bump ash_authentication from 3.7.8 to 3.8.0 (#114) 2023-02-10 07:06:04 +13:00
dependabot[bot]
f803c0edb9
chore(deps): bump ash_authentication from 3.7.6 to 3.7.8 (#113) 2023-02-09 06:21:33 +13:00
dependabot[bot]
89191a36e8
chore(deps): bump ash from 2.5.16 to 2.6.0 (#106)
Bumps [ash](https://github.com/ash-project/ash) from 2.5.16 to 2.6.0.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.5.16...v2.6.0)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 09:29:39 +13:00
Zach Daniel
61b45f7b29 docs: remove elixir_sense plugin references 2023-02-05 22:25:32 -05:00
dependabot[bot]
33fbe8a75f
chore(deps): bump ash from 2.5.15 to 2.5.16 (#104)
Bumps [ash](https://github.com/ash-project/ash) from 2.5.15 to 2.5.16.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.5.15...v2.5.16)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03 14:38:20 +13:00
dependabot[bot]
44009e8b9a
chore(deps): bump ash from 2.5.14 to 2.5.15 (#103)
Bumps [ash](https://github.com/ash-project/ash) from 2.5.14 to 2.5.15.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.5.14...v2.5.15)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 17:05:54 +13:00
dependabot[bot]
b348b097cd
chore(deps): bump ash_authentication from 3.7.5 to 3.7.6 (#102)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.7.5 to 3.7.6.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.7.5...v3.7.6)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 16:06:03 +13:00
dependabot[bot]
fd80603878
chore(deps): bump ash from 2.5.13 to 2.5.14 (#101)
Bumps [ash](https://github.com/ash-project/ash) from 2.5.13 to 2.5.14.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.5.13...v2.5.14)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 12:58:40 +13:00
dependabot[bot]
e54e266ca7
chore(deps): bump ash from 2.5.12 to 2.5.13 (#100)
Bumps [ash](https://github.com/ash-project/ash) from 2.5.12 to 2.5.13.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.5.12...v2.5.13)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 12:11:25 +13:00
dependabot[bot]
09cf85ea16
chore(deps): bump ash_phoenix from 1.2.4 to 1.2.5 (#88)
Bumps [ash_phoenix](https://github.com/ash-project/ash_phoenix) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_phoenix/compare/v1.2.4...v1.2.5)

---
updated-dependencies:
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 15:44:18 +13:00
dependabot[bot]
201f19c8cd
chore(deps): bump ash_authentication from 3.7.4 to 3.7.5 (#94)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.7.4...v3.7.5)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 15:24:27 +13:00