chore: update package description

This commit is contained in:
Zach Daniel 2024-05-01 15:23:42 -04:00
parent 1a70bb3133
commit d44755a07a
2 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,6 @@
Other packages have had a major version bump in addition to Ash core. While _all packages_ have been changed to refer to `domain` instead of `api`, they did not receive a major version bump because there were no special breaking changes to account for when using that package. You will also need to factor in the following upgrade guides, if you use those packages.
- [AshPostgres](https://github.com/ash-project/ash_postgres/blob/main/documentation/topics/development/upgrading-to-2.0.md)
- [AshPhoenix](https://github.com/ash-project/ash_phoenix/blob/main/documentation/how_to/upgrade.md)
- [AshJsonApi](https://github.com/ash-project/ash_json_api/blob/main/documentation/how_to/upgrade.md)
- [AshGraphql](https://github.com/ash-project/ash_graphql/blob/main/documentation/how_to/upgrade.md)

View file

@ -3,8 +3,7 @@ defmodule Ash.MixProject do
use Mix.Project
@description """
A resource declaration and interaction library. Built with pluggable data layers, and
designed to be used by multiple front ends.
A declarative, extensible framework for building Elixir applications.
"""
@version "3.0.0-rc.40"