An admin ui for Ash Resources
Find a file
dependabot[bot] a8bf1093f5
chore(deps): bump the production-dependencies group with 3 updates (#190)
Bumps the production-dependencies group with 3 updates: [ash](https://github.com/ash-project/ash), [ash_phoenix](https://github.com/ash-project/ash_phoenix) and [jason](https://github.com/michalmuskala/jason).


Updates `ash` from 3.2.6 to 3.3.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.2.6...v3.3.2)

Updates `ash_phoenix` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_phoenix/compare/v2.1.0...v2.1.1)

Updates `jason` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/michalmuskala/jason/releases)
- [Changelog](https://github.com/michalmuskala/jason/blob/v1.4.4/CHANGELOG.md)
- [Commits](https://github.com/michalmuskala/jason/compare/v1.4.3...v1.4.4)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jason
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 12:25:15 -04:00
.github ci: dependabot weekly 2024-06-19 10:19:32 -04:00
assets chore: rebuild assets 2024-07-16 15:33:14 -04:00
config chore: fix warnings in test/dev 2024-04-05 19:33:49 -04:00
dev chore: update ash_phoenix to fix bug 2024-05-22 09:48:26 -04:00
documentation #102 add show_resources option (#148) 2024-05-15 14:10:36 -04:00
lib fix: properly support adding embeds for nil values 2024-07-26 12:25:03 -04:00
logos chore: package setup + formatting + sobelow 2021-03-22 00:05:49 -04:00
priv/static chore: rebuild assets 2024-07-16 15:33:14 -04:00
test test: fix test assertion 2024-06-23 20:42:48 -04:00
.check.exs fix: get checks passing, fix various bugs 2024-04-02 22:01:11 -04:00
.credo.exs feat: draw the rest of the owl 2021-03-22 02:41:22 -04:00
.formatter.exs #102 add show_resources option (#148) 2024-05-15 14:10:36 -04:00
.gitignore Use CoreComponent input (#70) 2023-08-09 06:34:17 -07:00
.tool-versions chore: tool versions 2024-02-04 10:48:48 -05:00
CHANGELOG.md chore: release version v0.11.4 2024-07-31 21:02:47 -04:00
dev.exs improvement: various fixes around unions 2024-06-07 18:36:33 -04:00
LICENSE chore: package setup + formatting + sobelow 2021-03-22 00:05:49 -04:00
mix.exs chore: release version v0.11.4 2024-07-31 21:02:47 -04:00
mix.lock chore(deps): bump the production-dependencies group with 3 updates (#190) 2024-08-01 12:25:15 -04:00
README.md Update README.md (#139) 2024-05-04 19:06:33 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshAdmin

Welcome! This is a super-admin UI dashboard for Ash Framework applications, built with Phoenix LiveView.

Tutorials

Reference