diff --git a/documentation/topics/development/upgrading-to-3.0.md b/documentation/topics/development/upgrading-to-3.0.md index 5baf6ddb..a9122593 100644 --- a/documentation/topics/development/upgrading-to-3.0.md +++ b/documentation/topics/development/upgrading-to-3.0.md @@ -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) diff --git a/mix.exs b/mix.exs index 459b33c8..62144a0a 100644 --- a/mix.exs +++ b/mix.exs @@ -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"